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

body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	background-image:url(../imagenes/bg_crema.gif);
	background-repeat:repeat-y;
}
div.general{
	width:100%;
	float:left;
	background-color:#FFF;
	background-image:url(../imagenes/wall.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}

div.formato{
	float:left;
	width:950px;
	background-image:url(../imagenes/bg.jpg);
	background-repeat:repeat-x;
	/*
	border: #0C3 solid 1px;
	*/
}
div.formato2{
	float:left;
	width:950px;
	background-image:url(../imagenes/bg_crema2.gif);
	background-repeat:repeat-y;
	/*
	border: #0C3 solid 1px;
	*/
}
div.izquierda{
	float:left;
	width:300px;
	background-image:url(../imagenes/bg2.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	clear:left;
}
div.left{
	float:left;
}
div.espacio{
	float:left;
	height:20px;
	width:200px;
}



div.menu{
	padding:5px;
	text-align:right;
	margin-top:40px;
	width:110px;
	height:50px;
	float:left;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#104c66;
	background-image:url(../imagenes/lin.jpg);
	background-position:right 6px;
	background-repeat:no-repeat;
}

H1{
	font-size:15px;
	color:#ec6e00;
	font-weight:bold;
}
H2{
	font-size:15px;
	color:#ec6e00;
}

div.titular{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	width:480px;
	margin-top:15px;
	color:#ec6e00;
	text-align:right;
}
div.contenido{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:600px;
	text-align:justify;
	padding: 0px 25px 20px 0px;
	background-image:url(../imagenes/sol.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}


img{
	margin:0px;
	padding:0px;
}
a.boton:link{
	font-family: verdana, arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	letter-spacing:0.5px;
}
a.boton:hover{
	font-family: verdana, arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#104c66;
	text-decoration:none;
	letter-spacing:0.5px;
}

p.parrafo01 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#333;
	text-align: left;
	word-spacing: 2px;
	vertical-align: top;
	padding-left: 7px;
	text-align:justify;
}


div.contenido_ficha{
	padding:10px 0px 0px 0px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}
div.contenido_foto_texto{
	float:right;
	margin-right:20px;
	width:400px;
}


div.contenido_foto{
	padding:10px;
	background-color:#FFF;
	float:left;
	margin:10px;
}

div.submenu{
	width:200px;
	margin:50px 50px;
	height:290px;
}
span.titulo_subtitulo{
	font-weight:bold;
	color:#104c66;
	font-size:12px;
}

li {
	display:block;
	width:150px;
	height:15px;
	list-style:none;
	background-image:url(../imagenes/marca.gif);
	background-position: 0px 8px;
	background-repeat:no-repeat;
	padding-left:8px;
	font-size:12px;
	color:#F90;
	font-weight:bold;
}





div.submenu02{
	background-image:url(../imagenes/bg02_sub.gif);
	background-repeat:repeat-y;
	padding:10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color:#104c66;
	word-spacing: 2px;
	font-weight:bold;
}




a.boton01{
	font-family: verdana, arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	letter-spacing:0.5px;
	line-height:20px;
}
a.boton01:hover{
	color:#104c66;
}

a.boton02{
	font-family: verdana, arial, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#ec6e00;
	letter-spacing:0.5px;
	line-height:20px;
	text-decoration:none;
}
a.boton02:hover{
	color:#104c66;
}


div.pie{
	float:left;
	width:930px;
	height:60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#666;
	text-align: right;
	word-spacing: 2px;
	vertical-align: bottom;
	background-color:#E4E4E4;
	padding-top:10px;
	padding-right:20px;
}

a.titulo{
	font-weight:bold;
	color:#104c66;
	font-size:12px;
	text-decoration:none;
}
a.titulo:hover{
	color:#104c66;
	}







