/* v1.0 | 20080212 | http://meyerweb.com/eric/tools/css/reset/ */

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* fin reset */




html {
	font-size: 70.0%; /* reset 1em to 10px */
	height: 100%;
}

body {
	color: #274153;
	font: normal 1.3em Trebuchet,Tahoma,Verdana,Arial,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	
	/*background: url(background.jpg) top center repeat #98CFEF;*/
	background: #fff;
	font-size: 1em;
	margin-bottom: 10px;
}

.center_wrapper {
	margin: 0 auto;
	width: 980px;
	min-width: 980px;
}



#layout  .center_wrapper {
	/*background: url(body.png) top center repeat-y;*/
	background: #98CFEF;
	padding-bottom: 20px;
}
#header  .center_wrapper {
	padding: 0;
	height: 174px;
	background: url(header.png) top center no-repeat;
	overflow: hidden;
}
#footer  .center_wrapper {
	background: url(footer.png) top center no-repeat;
	padding: 30px 0 20px 0;
	text-align: center;
	/*padding: 25px 25px 0 25px;*/
	/*width: 940px;
	min-width: 940px;*/
}
#body{
	margin-left: 55px;
	width: 870px;
	display: block;
	float: left;
}
#breadcrumb{
	float: left;
	display: block;
	clear: both;
	width: 100%;
	height: 19px;
	color: #008ae1;
	font-size: 1.1em;
	margin-bottom: 12px;
}
#main_content {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 16px;
}












/* HEADER */
#header .logo {
	float: left;
	display: block;
	width: 400px;
	height: 120px;
}
/*#header .logo a:visited {
	border-bottom: none;
}*/

#header .tlf {
	line-height: 24px;
	color: #274153;
	font-size: 1em;
	font-weight: bold;
	margin-left: 30px;
}
#header .tlf  img{
	vertical-align: middle;
}
#header .tlf small {
	font-size: 0.8em;
	font-weight: normal;
}


#header ul.idiomas {
	margin-right: 30px;
	margin-top: 8px;
}
#header ul.idiomas li {
	display: inline;
	padding-left: 9px;
}
#header ul.idiomas li a img {
	border: 2px solid #eee;
}
#header ul.idiomas li a:hover img {
	border: 2px solid #fff;
}
/*#header ul.idiomas li a:visited {
	border-bottom: none;
}*/



#header ul.nav {
	float: left;
	display: block;
	width: 580px;
	height: 31px;
	margin-top: 89px;
}
#header ul.nav li {
}
#header ul.nav a,
#header ul.nav a:visited {
	color: #274153;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 29px;
	background: url(nav_left.png) top left no-repeat;
	padding: 0 8px;
	float: left;
	display: block;
	height: 29px;
	text-transform: uppercase;
	text-decoration: none;
/*	border-bottom: none;*/
}
#header ul.nav a:hover {
	color: #fff;
	text-decoration: none;
	background: url(nav_left.png) left -29px no-repeat;
}
#header ul.nav li.active a,
#header ul.nav li.active a:link,
#header ul.nav li.active a:visited{
	background: url(nav_left.png) left -29px no-repeat;
}

#header ul.nav li.last {
	background: url(nav_last.png) top left no-repeat;
	float: left;
	display: block;
	height: 29px;
	width: 1px;
}


/* BREADCRUMB */
/*#breadcrumb a,
#breadcrumb a:link,
#breadcrumb a:visited{
	color: #008ae1;
}
#breadcrumb span{
	padding: 0 10px;
}*/



/* SUBNAV */
#main_content ul.subnav {
	display: block;
	float: left;
	width: 100%;
	list-style: none;
	margin: 0 0 18px 0;
}
ul.subnav li.active a:link,
ul.subnav li.active a:visited {
	background: url(subnav.png) left -17px no-repeat;
	color: #fff;
}
ul.subnav li a:link,
ul.subnav li a:visited {
	display: block;
	float: left;
	width: 100%;
	padding: 3px 0 3px 28px;
	font-weight: bold;
	margin-bottom: 3px;
	
	/*background: #fff;*/
	background: url(subnav.png) left top no-repeat;
	color: #274153;
	text-decoration: none;
/*	border-bottom: none;*/
}
ul.subnav li a:hover {
	color: #fff;
}
/*
ul.subnav li a:link,
ul.subnav li a:visited {
	display: block;
	float: left;
	width: 100%;
	padding: 4px 0 4px 22px;
	font-weight: bold;
	
	background: url(subnav.png) left 2px no-repeat;
	color: #274153;
}*/




/* FOOTER * /
 #footer  .text {
	padding: 0 25px ;
}*/


/* MAIN CONTENT */
/*#layout .body  {

	border: 1px solid #00f;
}*/

#main_content #textos img{
	max-width: 100%;
}

#main_content h1{
	font-family: Lucida Sans Unicode, Trebuchet MS, Verdana, Arial, sans-serif;
	
	display: block;
	font-size: 1.6em;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #274153;
	padding-bottom: 3px;
	border-bottom: 1px solid #274153;
	
	/*background: #000;*/
}
#main_content h1 span{
	color: #fff;
	border-right: 1px solid #eee;
	padding-right: 10px;
	margin-right: 10px;
}

#main_content h2,
#main_content h3{
	font-family: Arial, Verdana, Trebuchet, sans-serif;
	
	display: block;
	font-size: 1.2em;
	margin-bottom: 10px;
	font-weight: bold;
	color: #fff;
}
#main_content h3{
	font-size: 1.1em;
	font-weight: bold;
	color: #274153;
}




#main_content p,
#main_content li,
#main_content {
	vertical-align: middle;
}

#main_content em {
	color: #00A6E4;
	font-style: normal;
}

#main_content img.bordered {
	padding: 2px;
	border: 1px solid #888;
}


#main_content ul.catalogos li a,
#main_content a.download,
#main_content a.video {
	padding: 7px 16px 7px 30px;
	border: none;
	background: url(download_pdf.png) left 4px no-repeat #005984;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}
#main_content ul.catalogos li a:hover,
#main_content a.download:hover,
#main_content a.video:hover,
#main_content ul.files li a.download:hover,
#main_content ul.links li a.download:hover {
	background-color: #fff;
	color: #274153;
}
#main_content a.video {
	background-image: url(resource_video.png);
}

#downloadWindow {
	display: none;
}

.ui-dialog a:visited {
	/*border: 1px solid #eee;*/
}






#main_content ul.catalogos li,
#main_content ul.files li,
#main_content ul.links li {
	margin-bottom: 20px;
}
#main_content ul.catalogos li a,
#main_content ul.catalogos li a.download {
	background-color: #81C4EB;
	color: #005984;
}
#main_content ul.catalogos li a:hover,
#main_content ul.catalogos li a.download:hover {
	background-color: #fff;
	color: #274153;
}


#main_content ul.files li a.download {
	background: url(download_files.png) left 4px no-repeat #005984;
}
#main_content ul.links li a.download {
	background: url(download_links.png) left 4px no-repeat #005984;
}





#main_content #noticias
{
	width: 100%;
	float: left;
	display: block;
}
#main_content #textos {
	width: 480px;
	float: left;
	display: block;
	margin-right: 40px;
}
#galeria {
	width: 325px;
	height: 424px;
	float: right;
	display: block;
	overflow: hidden;
	border: 10px solid #d7d6d4;
}
#innerfade {
	list-style: none;
	margin: 0;
	padding: 0;
}
 #nogaleria
{
	width: 325px;
	height: 300px;
	height: auto;
	float: right;
	display: block;
	overflow: hidden;
}




#main_content ul.delegaciones {
	margin: 0;

}
#main_content ul.delegaciones li {
	/*border: 1px solid #7293C5;
	border: 1px solid #72BCE9;*/
	background-color: #72BCE9;
	float: left;
	display: block;
	width: 204px;
	height: 120px;
	margin: 0 20px 20px 0;
	padding: 8px;
	line-height: 1.5em;
	
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
}



#main_content #home_intro
{
	left: -55px;
	width: 925px;
	padding: 15px 0 15px 55px;
	position: relative;
	height: 257px;
	float: left;
	display: block;
	overflow: hidden;
	background: url(intro_background.png) right bottom #005984 no-repeat;
	margin-top: 5px;
	margin-bottom: 24px;
}




/* resources */
#main_content ul.XXresources {
	clear: both;
	float: left;
	display: block;
	width: 100%;
	margin: 15px 0 5px 0;
	
	border-top: 5px solid #000;
}
#main_content .XXgallery li{
	width: 122px;
	height: 100px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #555;
	float: left;
	display: block;
	background: #fff;
	text-align: center;
}
#main_content .XXfiles li{
	margin: 5px;
	padding: 5px;
	border: 1px solid #555;
	display: block;
}
#main_content .XXvideo li{
	width: 100%;
	margin: 5px 0;
	display: block;
	text-align: center;
}
#main_content ul.XXgallery li:hover,
#main_content ul.XXfiles li:hover{
	border: 1px solid #888;
	background: #ddd;
}






/* experimental */
#layout  .box .span-290 {
	width: 290px;
}
#layout  .box .span-460 {
	width: 460px;
}
#layout  .box .span-380 {
	width: 380px;
}








/* Estilos generales */
a,
a:link,
a:visited {
	color: #274153;
	text-decoration: underline;
}
a:visited {
	color: #345870;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
p{
	line-height: 1.4em;
	margin: 3px 0 8px 0;
}
small {
	font-size: 0.9em;
}
#textos ul {
	margin-left: 16px;
	margin-bottom: 18px;
	list-style: square;
}
#textos li {
	margin-bottom: 8px;
	line-height: 1.4em;
}





/* Colores */
.red {
	color: #e22110;
}
.brown {
	color: #db6702;
}
.green {
	color: #4fa601;
}
.yellow {
	color: #FDB200;
}
.blue {
	color: #00A6E4;
}
.magenta {
	color: #893688;
}






/* Floats */
.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}





/* Noticias */
#noticias ul li
{
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 15px;
}
#noticias ul
{
	margin-left: 0;
}
#noticias ul li h2 a:link,
#noticias ul li h2 a:visited {
	font-weight: bold;
	text-decoration: none;
}
/*#noticias ul li p a:visited {
	border-bottom: none;
}*/
#noticias ul li h2 {
	margin-bottom: 8px;
}
#noticias ul li .mini
{
	float: left;
	display: block;
	width: 150px;
	height: 100px;
	margin-right: 15px;
	border: 1px solid #eee;
	overflow: hidden;
	text-align: center;
	background: url(noticia_mini.png) left top no-repeat;
}
#noticias ul.home li .mini
{
	width: 100px;
	height: 70px;
	background: url(noticia_mini.png) left top no-repeat;
}
#noticias ul li small
{
	/*color: #446BA6;*/
}





#gallery {
    margin: 20px 0 10px 0;
    display: block;
    float: left;
    width: 100%;
}
#gallery a:link,
#gallery a:visited {
    width: 140px;
    height: 100px;
    display: block;
    float: left;
    border: 8px solid #bbb;
	background-color: #bbb;
    margin: 0 10px 13px 0;
    overflow: hidden;
	text-align: center;
}
#gallery a:hover {
    border-color: #fff;
}
#gallery a img {
    border: none;
}
#gallery a.last {
    margin-right: 0;
}






/*
 * pagination */
.pagination
{
	margin: 10px 0;
	padding: 4px 0;
}
.pagination div
{
	padding: 0;
	margin: 0 4px 0 0;
	/*border: 1px solid #ccc;*/
	background: #446BA6;
	display: inline;
}

.pagination div a,
.pagination div a:link,
.pagination div a:visited,
.pagination div.active {
	padding: 3px 8px;
	text-decoration: none;
	background: #446BA6;
	color: #fff;
	display: inline;
/*	border-bottom: none;*/
}
.pagination div a:hover
{
	background: #274153;
	color: #fff;
}
.pagination div.active
{
	background: #274153;
	color: #fff;
}



/*
 * Formularios */
fieldset div {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 10px;
}
fieldset label {
	font-weight: normal;
	display: block;
	padding: 2px 0 4px 0;
}
fieldset input,
fieldset textarea {
	border: none;
	padding: 4px;
	background-color: #81C4EB;
	border: 1px solid #81C4EB;
	color: #274153;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.1em;
	width: 98%;
	
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}
fieldset input:hover,
fieldset textarea:hover {
	background-color: #eee;
	border: 1px solid #81C4EB;
}
fieldset input[type=submit] {
	border: none;
	padding: 2px 4px;
	margin-right: 20px;
	background-color: #005984;
	color: #fff;
	font-weight: bold;
	width: auto;
}
fieldset input[type=submit]:hover {
	background-color: #007EBB;
	cursor: pointer;
}
fieldset img.loading {
	vertical-align: middle;
	display: none;
}




.flash-replaced {}
.flash-replaced .alt  {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}