@charset "UTF-8";
/* CSS Document */

h2 {
	margin:0;
	padding-left:10px;
	color:#9D3292;
	font:normal 24px Arial;
	line-height:40px;
	background:url(../img/degradado_gris.jpg) repeat-x bottom;
}
.texto {
	padding:0px 40px 20px 10px;
}
.texto h4 {
	font:bold 14px Arial;
}
.texto p {
	line-height:16px;
}
.texto h3 {
	color:#87888A;
	font:normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.texto {
	padding:0px 15px;
	margin:1px 0px 10px 0px;
}
.texto_ttl {
	font-size:28px;
	line-height:50px;
	color:#FFF !important;
	background: url(../img/fnd_ttl_cabecera_apartados.png) repeat-y left top !important;
	color:#CC9191;
	background: url(../img/spacer.gif) repeat-y left top;	
	margin:0px -15px 20px -15px;
	padding-left:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.texto_intro {
	margin:0px 275px 20px 0px;
	line-height:20px !important;
	font:normal 14px Arial;
	color:#333;
}
.menu_contenido {
	display:block;
	margin:30px 0px 0px -10px;
	padding:0px 10px;
	width:590px;
	list-style:none;
	background:url(../img/fnd_menu_contenido.jpg) no-repeat left bottom;
	height:30px;
}
.menu_contenido li {
	display:block;
	float:left;
	font-size:13px;
	font-weight:bold;
	line-height:29px;
	padding:0px 10px;
	margin:0px;
	margin-left:-1px;
	background: url(../img/separador_menu_contenido.gif) no-repeat left center;
}
.menu_contenido li:first-child {
	background-image:none;
}
.menu_contenido li.seleccionado {
	background:#FFF url(../img/fnd_menu_contenido_seleccionado.jpg) repeat-x top;
	line-height:26px;
	padding:0px 9px 2px 9px;
	border:1px solid #CCC;
	border-bottom:1px solid #FFF;
}
.menu_contenido li a {
	color:#9D3293;
}
.menu_contenido li a:hover {
	color:#BE77B7;
}
.menu_contenido li.seleccionado a {
	color:#F60;
}
.contenido_invisible {
	display:none;
	padding:4px 70px 10px 10px;
}
.contenido_visible {
	display:block;
	padding:4px 70px 10px 10px;
}
.ficha_rapida {
	border:1px solid #DDD; 
	background:url(../img/degradado_gris_2.jpg) repeat-x bottom; 
	margin-right:80px;
	margin-left:-5px;
	line-height:16px; 
	color:#333;
	}
.ficha_rapida legend {
	font-size:16px; 
	color:#9D3293; 
	line-height:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#FFF url(../img/page_white_text.png) no-repeat 3px center; 
	padding:0px 3px 0px 23px;
	}