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

body  {
	font: 65% Georgia, Arial, Helvetica, sans-serif;
	background: #fff; background-image: url(../images/back_heigt_100px.jpg); background-repeat: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: #000000;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF;
	height: 100px;
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; height: auto;/* 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: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px 15px 20px;
	margin-top: 20px;
	
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 265px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 215px;
	background:#DDDDDD; background-image:url(footer.jpg); background-position:center;
} 
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
#frase {
margin-left:200px;
width: 45px; height: 30px;

}

#logo {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.barramenu {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background: #fff;
	width:100%;
	font-size:14px;
	overflow: visible;
	height: auto;
	list-style-type: none;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
}

ul#menu {
	list-style:none;
	margin: 0px;
	padding:3px;
	width: auto;
}

ul#menu li {
display: inline;
width: 65px;
}


/* Color de las palabras */
ul#menu li a {
	text-decoration:none;
	padding:30px;
	width:110px;
	height:12px;
	color: #006699;
	float: none;
	font-size:12px;
	text-align: center;
	text-transform: none;
}

ul#menu li a:hover {
	color: #fff;
	background-color:#0099CC;
}





/* F O T O S */
#fotos {
	width: 100%;
	height: 207px;
	/*	background-image:url(images/Backgrounds/sombra_fotos.jpg); background-repeat:repeat-x; */
	clear:both;
}
#globNav_1 {
	width: 100%;
	height: 200px;
	margin: 0px 0px 0px 0px;
	float:left;
	overflow:hidden;
}

#globNav_2 {
	width: 100%;
	height: auto;
	overflow:hidden;
	float: left;	
}


.fecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	line-height: 100%;
} 

.evento {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0099CC;
	font-weight: normal;
	line-height: 110%;
} 

#frase {
	font-family: Georgia, "Times New Roman", serif, Arial, Helvetica;
	font-size: 16px;
	padding: 30px 30px 20px 30px;
	color:#5E5E4B;
	width: 400px;
	margin: 0px 10px;
	height: 50px;
	overflow: hidden;
	}
	
.frase1 {
	font-family: Georgia, "Times New Roman", serif, Arial, Helvetica;
	font-style:italic;
	font-size: 14px;
	color:#006699;
	}
	
.frase2 {
	font-family: Georgia, "Times New Roman", serif, Arial, Helvetica;
	font-style:italic;
	font-size: 12px;
	color:#0099CC;
} 
#banner_pie1 {
	font-family: Arial, Helvetica, sans-serif; color: #FFFFFF;
	font-size: small;
	width: 200px;  height: auto;
	margin: 5px;
	padding: 110px 0px;
} 

.texto {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	line-height: 140%;
}

.titulos {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#3399CC;
	line-height: 100%;
}

a:link.enlace {
	text-decoration:none;
	color:#006699;
}
a:visited.enlace {text-decoration:none;color:#ffff10;}
a:hover.enlace {
	text-decoration: underline;
	color:#0099CC;
}
a:active.enlace {text-decoration:none;color:#FF0000;} 



/* a c o r d i o n */


a:link {
	text-decoration:none;
	color:#666666;
}
a:visited {
	text-decoration:none;
	color:#666666;
}
a:hover {
	text-decoration: underline;
	color:#333333;
}
a:active {
	text-decoration:none;
	color:#666666;
	line-height: normal;
} 

#sider_content {
	width: 200px;  height: auto; margin: 0px auto;
	
}

#bannerpie1 {
	width: 190px;  height: 180px; padding: 20px 0px 0px 0px; overflow:hidden; background-position: center; float:left; background-color:#FFFFFF; color:	#333333;
	
}

#bannerpie2 {
	width: 590px;  height: 200px; float:left;
}

#footer {
	width: 100%;  height: 30px; clear:both;
	
}

#direcciones {
	float: left;
	margin-top: 10px;
	padding-left: 5px; padding-right:5px;
	width: auto;
	height: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#creditos {
	width: auto;
	margin-top: 10px;
	padding-left: 5px;
	padding-right:5px;
	height: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}


#curr_foto {
width:240px; height: auto; text-align:center;
} 

.curr_nombre {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#669999;
	line-height: 140%;
}
