@charset "utf-8";

body  {
	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;
	font-family: Verdana;
	background-image: url(../images/fondo_01.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/fondo_red.gif);
	background-repeat: repeat-y;
} 
#holder_content {
	float: right;
	width: 690px;
	height: 600px;
}

#header {
	background-color: #FFF;
	height: 150px;
	color: #FFF;
} 

#header h1 {
	font-size: 10px;
	color: #FFF;
	padding-left: 10px;
}

#header p {
	font-size: 10px;
	color: #FFF;
}
#flash_tag {
	height: 300px;
	width: 690px;
	float: right;
	margin-bottom: 20px;
}
#barra_menu {
	height: inherit;
	width: 900px;
	background-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}
#face_btn {
	margin-left: 10px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	font-size: 10px;
	background-color: #E6E6E6;
	height: 100%;
}
#sidebar1 img {
	margin-left: 0px;
	text-decoration: none;
}

#sidebar1 h1 {
	font-size: 14px;
	color: #06C;
	padding-right: 5px;
	padding-left: 20px;
	font-weight: bolder;
}
#sidebar1 p {
	font-size: 10px;
	color: #000;
	padding-right: 5px;
	padding-left: 20px;
}
#sidebar1 a {
	font-size: 10px;
	color: #D00099;
	text-decoration: underline;
	padding-left: 0px;
} 
#sidebar1 li {
	color: #000;
	padding-left: 10px;
} 
#mainContent {
	margin-left: 200px;
	width: 640px;
	padding-right: 25px;
	padding-left: 25px;
} 
#contentfoto {
	float: left;
	margin-bottom: 20px;
	padding-left: 25px;
	padding-top: 10px;
}

#mainContent h1 {
	font-size: 18px;
	font-weight: bolder;
	color: #333;
	text-decoration: none;
	line-height: -25px;
} 
#mainContent h2 {
	font-size: 16px;
	font-weight: bold;
	color: #F0F;
	text-decoration: none;
	line-height: 0px;
} 
#mainContent h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 0px;
} 
#mainContent p {
	font-size: 10px;
	color: #000;
} 
#mainContent a {
	font-size: 11px;
	color: #F0F;
	text-decoration: underline;
} 
#mainContent li {
	font-size: 10px;
	color: #000;
} 
#autoridadesbox {
	height: 200px;
	width: 155px;
	padding-top: 5px;
	padding-left: 5px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-bottom: 5px;
}
#autoridades {
	width: 145px;
	margin-top: 110px;
}

#autoridadesbox h1{
	font-size: 12px;
	color: #06F;
	font-weight: bolder;
}

#autoridadesbox p{
	font-size: 10px;
	color: #000;
}
#autoridadesbox a{
	font-size: 9px;
	color: #DA1C4C;
	text-decoration: none;
}

#foto_aqui {
	float: left;
	height: 100px;
	width: 100px;
	margin-left: 10px;
}
#cuadros {
	float: left;
	height: 280px;
	width: 229px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dbd8d7;
	border-bottom-color: #dbd8d7;
}
#texto_pe {
	margin-left: 15px;
	margin-top: 25px;
}
#texto_pe  h1{
	font-family: Tahoma;
	font-size: 18px;
	color: #09F;
}
#texto_pe  p{
	font-family: Tahoma;
	font-size: 10px;
	color: #333;
		
}
#texto_pe  a{
	font-family: Tahoma;
	font-size: 10px;
	color: #F0F;
}
#cuadros img{
	margin-left: 15px;
}
#ultimocuadro {
	float: left;
	height: 280px;
	width: 229px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbd8d7;
}
#ultimocuadro img{
	margin-left: 15px;
}
#foto_aqui2 {
	float: left;
	height: 105px;
	width: 95px;
	padding-top: 10px;
}
#title_menu {
	font-family: Tahoma;
	font-size: 30px;
	color: #06C;
	padding-left: 20px;
	font-weight: bolder;
	padding-top: 20px;
}

#navlist
{
	padding-left: 20px;
	margin-left: 0;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 20px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

#navlist li a {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
#navlist li a:hover {
	color: #333;
}
#navlist li a:visited {

}
#seccion {
	width: 650px;
	float: left;
	background-color: #F0F0F0;
}

#footer {
	background-color: #FFF;
	height: 30px;
	font-size: 9px;
	text-align: center;
	color: #666;
	margin-top: 20px;
	width: 900px;
	float: left;
}
.black_txt {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding-top: 20px;
}
.color_txt {
	color: #06C;
	font-weight: normal;
}
.azul_txt {
	color: #09F;
	font-weight: normal;
}
.txt_color {
	font-weight: normal;
	color: #C09;
	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;
}
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
.evento {
	height: 160px;
	width: 650px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.imagen_evento {
	float: left;
	height: 140px;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#texto {
	float: left;
	width: 460px;
	height: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#texto h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 25px;
	line-height: 8px;
	margin-top: 5px;
	margin-bottom:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 10px;
	color: #900;
}

#texto h2 {
	font-size: 13px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	line-height: normal;
	margin-top: 3px;
	padding-left: 12px;
}
#texto p {
	font-size: 10px;
	font-weight: 12;
	color: #333;
	text-decoration: none;
	line-height: normal;
	padding-top: 3px;
	padding-left: 10px;
	margin-top: 10px;
}

