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

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}

body {
	margin: 0px auto 0px;
	font-family:"Trebuchet MS", Tahoma, Arial;
	background-color: #FFFFFF;
	}
	
	
#fondo_index {
	
	width:100%;
	margin: 0px auto 0px;
	background-image:url(img/fondo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}
#contenido_index {
	width:919px;
	background-image:url(img/base_colunma.png);
	background-repeat:repeat-y;
	margin: 0px auto 0px;
	min-height:900px;
}

#header {
	width:842px;
	height:165px;
	margin: 0px auto 0px;
}
#logo {
	width:196px;
	height:165px;
	float:left;

}
#descripcion_header {
	width: 642px;
	padding-top:50px;
	font-size:11px;
	text-decoration:none;
	text-align:right;
	float:left;
}

#descripcion_header h2 {
	font-size:11px;
	text-decoration:none;
	font-weight: normal;
}

#menu{
	background-image:url(img/base_menu.jpg);
	background-repeat:no-repeat;
	width:895px;
	height:36px;
	margin: 0px auto 0px;
}
#interno_menu{
margin-left:26px;

}
#flash_fotos{
	width:895px;
	height:329px;
	margin: 0px auto 0px;
	background-image:url(img/base_flash.jpg);

}

#titulo{
	width:895px;
	height:41px;
	margin: 0px auto 0px;
}
#texto_grl{
	margin-left:45px;
	width:840px;
}
#txt_a{
	width:390px;
	float:left;
	

}
#txt_b{
	width:390px;
	margin-left:20px;
	float:left;
}
#texto_grl h1{
	font-size:15px;
	text-decoration:none;
	font-weight: normal;

}
#txt_100ancho{
width:810px;
height:300px;
margin: 0px auto 0px;

}

#texto_grl h2{
	font-size:12px;
	text-decoration:none;
	font-weight: normal;

}


#mapa{
	margin: 0px auto 0px;
	width:842px;
	height:301px;
	background-color:#FAFAFA;
	

}
#contiene_mapa{
	width:895px;
	height:340px;
	margin: 20px auto 0px;
	background-image:url(img/base_mapa.jpg);
}



#footer{
	width:919px;
	height:4px;
	background-image:url(img/footer.png);
	margin: 0px auto 0px;
}
#blanco{
width:919px;
height:40px;

margin: 0px auto 0px;
text-align:center;

}

#blanco a{
	font-size:9px;
	color:#333;
}

li{
	text-decoration:none;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}

#formulario{


}
#formulario input{
height:12px;
border:0px;

font-size:10px;
width:200px;
}

#formulario textarea{
margin-top:3px;
border:0px;

font-size:10px;
width:200px;
}



#clear{
clear:both;
}
