@charset "utf-8";
/* CSS Document */

@import url("reset.css");
@import url("general.css");

body  {
	font: 0.9em/1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #333 url(../images/bg_body.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: #DDDDDD url(../images/cabecera.jpg);
	height: 160px;
	line-height:inherit;
} 
#header h1 {
	margin-left: -5000px;

}
#menu {
	clear: left;
	background: #4B7EBF url(../images/bg_menu.jpg) repeat-x;
	height: 40px;
	padding: 0 0 0 20px;
}
#menu ul li {
	line-height: 34px;
	float:left;
	display:block;	
	font-weight: bold;
	color: #4569A7;
	padding-right: 12px;
	font-size: 0.86em;
}
#menu ul li a:link, #menu ul li a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #CDE7FF;
}
#menu #idioma {
	float: right;
	width: 190px;
	text-align:center;
}



#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 20px;
	color: #FFF;
	text-align: center;
}
#sidebar1 h3{
	text-transform: uppercase;
	padding: 10px;	
}
#sidebar1 a{
	color:#FFF;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F0F0F0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 20px; /* padding keeps the content of the div away from the edges */
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	color: #666;
}
#mainContent { 
	line-height:140%;
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent h1 {
	font-size: 1.57em;
	padding-top: 40px;
	background: url(../images/bg_h1.gif) no-repeat left 30px;
	padding-left: 50px;
	color: #000;
	padding-bottom: 15px;
	margin-bottom:15px;
}
#mainContent h2 {
	font-size: 1.21em;
	padding-top: 20px;
	padding-bottom: 10px;
}
#mainContent h3 {
	padding-top: 10px;
	padding-bottom: 8px;
}

#mainContent ul li {
	background: url(../images/bg_li.gif) no-repeat left 3px;
	padding-left: 20px;
}
#mainContent ul {
	padding: 10px 0;
}
 #mainContent ol {
	padding: 10px 20px;
}
#mainContent ol li {
	list-style:decimal;
}

#mainContent img {
	float: left;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-top: 8px;
}
#mainContent th {
	padding: 6px 8px;
	border: 1px solid #E0DFE3;
	background-color:#5A9AE2;
	text-align:center;
}
#mainContent table {
	border-collapse:collapse;
}


#mainContent td {
	padding: 6px 8px;
	border: 1px solid #E0DFE3;
}

#mainContent td img{
	float:none;
	padding:1px;
	margin:0;
}

#mainContent p {
	padding-bottom: 10px;
}

#mainContent a:link, #mainContent a:visited {
	color: #E17825;
}

#mainContent a:hover {
	color: #F60;
	text-decoration:none;
}

#mainContent label {
	display:block;
	font-size: 0.86em;
	font-weight: bold;
}

#mainContent #map {
	width: 530px; 
	height: 450px;
	margin: 20px auto;
}

#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#4B7EBF;
	color: #FFF;
	height: 100px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 45px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a:link, #footer a:visited {
	color: #FFF;
}

#footer a:hover {
	color: #CCC;
	text-decoration:none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#map {
	width: 530px; 
	height: 450px;
	margin: 20px auto;
}

#default .bloquenoticias .fecha {
	font-weight:bold;
}
#default .bloquenoticias .more {
	display:none;
}
#default .bloquenoticias h2 {
	padding-top:20px;
}
#default .bloquenoticias h3 {
	padding-bottom: 3px;
}

#noticias div.optionbar p{
	float:left;
	width:135px;
	margin:20px 0 20px 0;
}

#galeria div.foto {
	width:200px;
	float:left;
	min-height:100px;
	margin:15px 35px;
}
#fotos div.fotocategoria {
	width:250px;
	float:left;
	text-align:center;
	margin:10px;
}
