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

/*-------------------------------------------------------------------------------
	Conceptos generales
-------------------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
	outline: none;
}

body {
	background:#fff url(../imagen/fondo_pag.png) repeat-x;
}

a,a:link,a:visited,a:hover { 
	color:#8c0d0d;
	text-decoration:none;
	font-weight:bold;
}
a:focus,a:hover { 
	color:#555;
	text-decoration:none;
}

.separador {
	clear:both;
	width: 100%;
	height: 0;
}

ul {
	list-style:none;
}

img.left {
	float:left;
	margin: 5px 10px 5px 0;
}

img.right {
	float:right;
	margin: 5px 0 5px 10px;
}
/*-------------------------------------------------------------------------------
	Cuerpo página
-------------------------------------------------------------------------------*/

#cuerpo {
	width:100%;
	line-height: 16px;
	font:10px arial, verdana, serif;
	background:url(../imagen/base.png) repeat-x -38px 100%;
}

#contenido {
	width: 980px;
	margin:auto;
}

/*-------------------------------------------------------------------------------
	Menu superior
-------------------------------------------------------------------------------*/

#menu {
	width:auto;
	height:60px;
	margin:auto;
}

#caja_menu {
	width:980px;
	height:91px;
}
#caja_menu li {
	height:19px;
	float:left;
	display:inline;
	margin:11px 0 0 0;
}
#caja_menu li a, #caja_menu li a:link, #caja_menu li a:visited {
	height:5px;
	float:left;
	display:inline;
	padding:14px 15px 0 15px;
	font-size:1.2em;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
}
#caja_menu li a:hover {
	color:#8c0d0d;
	text-decoration:none;
}
#caja_menu li.active {
	height:61px;
	margin:5px 18px 0 0;
	background: url(../imagen/boton_izq.png) no-repeat;
}
#caja_menu li.sobra {
	height:61px;
	margin:5px 0px 0 0;
}
#caja_menu li.active a, #caja_menu li.active a:link, #caja_menu li.active a:visited {
	padding:23px 0 0 18px;
	position:relative;
	color:#fff;
	text-decoration:none;
}
#caja_menu li.active a:hover {
	text-decoration:none;
	color:#ff9;
}
#caja_menu li.active a span, #caja_menu li.active a:link span, #caja_menu li.active a:visited span {
	width:18px;
	height:61px;
	position:absolute;
	top:0;
	right:-18px;
	background:url(../imagen/boton_der.png) no-repeat 100% 0;
}

/*-------------------------------------------------------------------------------
	Logo y banner
-------------------------------------------------------------------------------*/

#log_ban {
	padding-top: 5px;
	width:980px;
	height:218px;
}
#logo {
	width:980px;
	height:200px;
	background: url(../imagen/logo.png) left  no-repeat;
	float:left;
}

#banner {
	width: 593px;
	float:right;
	padding:0;
}

/*-------------------------------------------------------------------------------
	Contenedor de la sección  principal
-------------------------------------------------------------------------------*/

#seccion {
	margin: 0;
	padding-top: 0;
	width:980px;
	background: url(../imagen/fondo_cuerpo.png) top no-repeat;
	padding-bottom: 10px;
}
#contenido_prin {
	width:635px;
	float:left;
	padding:0 0 15px 20px;
}
#contenido_prin .img {
	background: url(../imagen/inio/sombra.gif) bottom no-repeat;
	padding-bottom: 13px;
	margin: 15px 0 5px;
}
#contenido_prin p{
	font-size: 12px;
	text-align:justify;
	padding: 0 5px;
}
.cuadro_izq {
	float:left;
	margin:10px 0 5px 0;
}
.cuadro_derecha {
	float:right;
	margin:10px 10px 5px 15px;
}
.cuadro_izq, .cuadro_derecha {
	width:325px;
	display:inline;
	padding-bottom:5px;
	text-align:justify;
}
#contenido_prin .cuadro_izq h2, #contenido_prin .cuadro_derecha h2 {
	font-size:1.8em;
	color:#404040;
	font-weight:lighter;
	line-height:1.1em;
	padding:0 0 15px 0;
}

#contenido_prin h1 {
		color:#444;
		font-size:28px;
		line-height:22px;
		margin-bottom:3px;
		padding-bottom:4px;
		border-bottom:1px solid #888;
		letter-spacing:0px;
		width:100%;
}
#contenido_prin h2{
		color:#8c0d0d;
		font-size:22px;
		line-height:22px;
		text-align:center;
}
#contenido_prin h3{
		color:#333333;
		font-size:18px;
		line-height:18px;
		padding: 13px 5px;
}
#contenido_prin h4{
		color:#868383;
		font-size:14px;
		line-height:12px;
		font-style:italic;
		font-weight:normal;
}

#contenido_prin h1 strong, #contenido_secc h2 strong {
	font-weight:bold;
	color:#600;
}
#contenido_prin .linea {
	width:665px;
	background: url(../imagen/sepbarra.png) repeat-x top;
	height: 2px;
	float:left;
	padding:0;
	margin-left:10px;
}
.cuadro_izq h2 strong, .cuadro_derecha h2 strong {
	color:#000;
	font-weight:bold;
}
.cuadro_izq p, .cuadro_derecha p {
	font-size:1.2em;
	line-height:1.6em;
	padding: 0 0 10px 0;
}
/*-------------------------------------------------------------------------------
	Contenedor de la sección  secundaria
-------------------------------------------------------------------------------*/

#seccion {
	width:980px;
	background: url(../imagen/fondo_cuerpo.png) top no-repeat;
	padding-bottom: 10px;
}
#contenido_secc {
	width:635px;
	float:right;
	padding:0 20px 15px 0;
}
#contenido_secc .cabeza {
	background-color: #f4f5f6;
	float: left;
	margin-right: 14px;
	margin-left: 3px;
}
#contenido_secc .p {
	margin-top: 12px;
}
#contenido_secc p.estrecho {
	margin: 0 0 3px  35px;
}
#contenido_secc p.ultiestrecho {
	margin: 0 0 0  35px;
}
#contenido_secc .img {
	background: url(../imagen/inio/sombra.gif) bottom no-repeat;
	padding-bottom: 13px;
	margin: 15px 0 5px;
}
#contenido_secc p.ultimo{
	margin-bottom: 0;
}
#contenido_secc p{
	font-size: 12px;
	text-align:justify;
	padding: 0 5px;
	margin-bottom: 10px;
}
.cuadro_izq {
	float:left;
	margin:10px 0 5px 0;
}
.cuadro_derecha {
	float:right;
	margin:10px 10px 5px 15px;
}
.cuadro_izq, .cuadro_derecha {
	width:325px;
	display:inline;
	padding-bottom:5px;
	text-align:justify;
}
#contenido_secc .cuadro_izq h2, #contenido_secc .cuadro_derecha h2 {
	font-size:1.8em;
	color:#404040;
	font-weight:lighter;
	line-height:1.1em;
	padding:0 0 15px 0;
}

#contenido_secc h1 {
		color:#444;
		font-size:28px;
		line-height:22px;
		margin-bottom:3px;
		padding-bottom:6px;
		border-bottom:1px solid #888;
		letter-spacing:0px;
		width:100%;
}
#contenido_secc h2{
		color:#8c0d0d;
		font-size:22px;
		line-height:22px;
		text-align:left;
}
#contenido_secc h3{
		color:#333333;
		font-size:18px;
		line-height:18px;
		padding: 13px 5px;
}
#contenido_secc h3.primero{
		color:#333333;
		font-size:18px;
		line-height:18px;
		padding: 0 5px 13px 5px;
}
#contenido_secc h4{
		color:#868383;
		font-size:14px;
		line-height:12px;
		font-style:italic;
		font-weight:normal;
}

#contenido_secc h4.fecha{
	padding: 5px 0 10px 0;
}

#contenido_secc h1 strong, #contenido_secc h2 strong {
	font-weight:bold;
	color:#600;
}
#contenido_secc .linea {
	width:665px;
	background: url(../imagen/sepbarra.png) repeat-x top;
	height: 2px;
	float:left;
	padding:0;
	margin-left:10px;
}
.cuadro_izq h2 strong, .cuadro_derecha h2 strong {
	color:#000;
	font-weight:bold;
}
.cuadro_izq p, .cuadro_derecha p {
	font-size:1.2em;
	line-height:1.6em;
	padding: 0 0 10px 0;
}

#contenido_secc #mapa{
	width: 279px;
	float:right;
}

#contenido_secc .caja {
	background:  url(../imagen/lateral_caja_sup.png) no-repeat top left;
	font-style: normal;
	margin-bottom: 15px;
	margin-top: 10px;
	padding: 15px 15px 0 15px;
	width: 249px;
}

#contenido_secc .caja img{
	margin: 0 7px 25px;
}

#contenido_secc .caja .cajaInf {
	background:  url(../imagen/lateral_caja_inf.png) no-repeat bottom left;
	font-size: 12px;
	font-style: normal;
	text-align:right;
	height: 24px;
	margin: -20px -15px 0 -15px;
	padding: 18px 15px 0 15px;
	font-weight: bold;
}
#contenido_secc .caja .cajaInf h2{
	padding-bottom: 2px;
	text-align:center;
	font-size:  16px;
	line-height: 16px;
	color:#8c0d0d;
}
#contenido_secc .texto {
	width: 320px;
	margin: 15px 0 0 15px;
}
/*-------------------------------------------------------------------------------
	menu fichas
-------------------------------------------------------------------------------*/

#menu_fichas {
	width:685px;
	height:39px;
	background:url(../imagen/base_fichas.png) no-repeat 0 100%;
	padding:10px 0 0 0;
}
#menu_fichas li {
	width:222px;
	height:39px;
	float:left;
	display:inline;
	margin:0 1px 0 0;
}
#menu_fichas li a, #menu_fichas li a:link, #menu_fichas li a:visited {
	width:222px;
	height:30px;
	float:left;
	display:inline;
	background:url(../imagen/menu_fichas.png) no-repeat left top;
	text-align:center;
	font-size:1.2em;
	color:#1e1e1e;
	padding:9px 0 0 0;
	font-weight:bold;
	text-decoration:none;
}
#menu_fichas li.first a, #menu_fichas li.first a:link, #menu_fichas li.first a:visited {
	background:url(../imagen/menu_fichasprimer.png) no-repeat;
	color:#1e1e1e;
}
#menu_fichas li.firstact a, #menu_fichas li.firstact a:link, #menu_fichas li.firstact a:visited {
	background:url(../imagen/menu_fichasprimer.png) no-repeat 0 -39px;
	color: #fff;
}
#menu_fichas li.activado a{
	background-position: 0 -39px;
	color: #fff;
}
#menu_fichas li.desactivado a{
	background-position: 0 0;
	color: #1e1e1e;
}
#menu_fichas li a:hover {
	text-decoration:none;
}
#panel1 {
	display:block;
}
#panel2,#panel3,#panel4,#panel5 {
	display:none;
}

#panel1, #panel2,#panel3,#panel4,#panel5 {
	text-align:justify;
	padding-bottom: 20px;
}

/*-------------------------------------------------------------------------------
	Segundo menu
-------------------------------------------------------------------------------*/

#segundo_menu {
	width:970px;
	margin: 0 5px 8px;
	height:37px;
}
#segundo {
	height:30px;
	float:right;
}
#segundo li {
	height:24px;
	float:left;
	display:inline;
	padding:7px 10px 5px 10px;
	background:url(../imagen/sepbase.png) no-repeat 100% 9px;
	font-size:1.1em;
	font-weight:bold;
}
#segundo li.last {
	background:none;
}
#segundo a:link, #segundo a:visited {
	color:#555;
}
#segundo a:hover {
	color:#000;
}
#segundo li.active a:link{
	font-weight:bold;
	color:#8c0d0d;
}

/*-------------------------------------------------------------------------------
	lateral derecha
-------------------------------------------------------------------------------*/

#lateral {
	float: right;
	width: 300px;
	margin-bottom: 10px;
}

#lateral .caja {
	background:  url(../imagen/lateral_caja_sup.png) no-repeat top left;
	font-style: normal;
	margin-bottom: 15px;
	padding: 15px 15px 0 15px;
	width: 249px;
}

#lateral .caja h1 {
	padding-bottom: 2px;
}

#lateral .caja .cajaInf {
	background:  url(../imagen/lateral_caja_inf.png) no-repeat bottom left;
	font-size: 12px;
	font-style: normal;
	text-align:right;
	height: 24px;
	margin: -20px -15px 0 -15px;
	padding: 18px 15px 0 15px;
	font-weight: bold;
}
#lateral .caja .cajaInf h2{
	padding-bottom: 2px;
	text-align:center;
	font-size:  16px;
	line-height: 16px;
	color:#8c0d0d;
}
#lateral .caja  h3{
	font-size: 24px;
	text-align:right;
	margin-bottom: 15px;
}
#lateral .caja  strong{
	font-weight:bold;
	color: #036;
}

#lateral .caja .cajaInf a:link,#lateral .caja .cajaInf a:visited {
	color:#8c0d0d;
	font-size: 12px;
	line-height: 20px;
	font-weight:bold;
}

#lateral .caja .cajaInf a:hover {
	color:#555;
}

#lateral .menubarra {
	width:232px;
	margin:0 0 0 9px;
	padding:5px 0;
}
#lateral .menubarra .ultima{
	margin-bottom:10px;
}
#lateral .menubarra li {
	width:232px;
	background:url(../imagen/sepbarra.png) repeat-x 0 0;
	float:left;
	padding:0 0 3px 0;
}
#lateral .menubarra li a,#lateral  .menubarra li a:link,#lateral  .menubarra li a:visited {
	width:232px;
	float:left;
	font-size:1.2em;
	padding:6px 0 2px;
	color:#333;
	font-weight:bold;
}
#lateral .menubarra li a:hover,#lateral .menubarra li a.active {
	color:#8c0d0d;
	text-decoration:none;
	background:url(../imagen/menubarra_act.png) no-repeat 100% 4px;
}
#lateral .menubarra li a.active {
	padding-left: 10px;
	width:222px;
}
#lateral .caja p {
	color: #414040;
	font-size: 12px;
	line-height: 20px;

}

/*-------------------------------------------------------------------------------
	lateral izquierda
-------------------------------------------------------------------------------*/

#lateral_izq {
	float: left;
	width: 300px;
	margin-bottom: 10px;
}

#lateral_izq .caja {
	background:  url(../imagen/lateral_caja_sup.png) no-repeat top left;
	font-style: mormal;
	margin-bottom: 15px;
	padding: 15px 15px 0 15px;
	width: 249px;
	float:right;
}

#lateral_izq .caja h1 {
	padding-bottom: 2px;
}

#lateral_izq .caja .cajaInf {
	background:  url(../imagen/lateral_caja_inf.png) no-repeat bottom left;
	font-size: 12px;
	font-style: normal;
	text-align:right;
	height: 24px;
	margin: -20px -15px 0 -15px;
	padding: 18px 15px 0 15px;
	font-weight: bold;
}
#lateral_izq .caja .cajaInf h2{
	padding-bottom: 2px;
	text-align:center;
	font-size:  16px;
	line-height: 16px;
	color:#8c0d0d;
}
#lateral_izq .caja  h3{
	font-size: 24px;
	text-align:right;
	margin-bottom: 15px;
}
#lateral_izq .caja  strong{
	font-weight:bold;
	color: #036;
}

#lateral_izq .caja .cajaInf a:link,#lateral .caja .cajaInf a:visited {
	color:#8c0d0d;
	font-size: 12px;
	line-height: 20px;
	font-weight:bold;
}

#lateral_izq .caja .cajaInf a:hover {
	color:#555;
}

#lateral_izq .menubarra {
	width:232px;
	margin:0 0 0 9px;
	padding:5px 0;
}
#lateral_izq .menubarra .ultima{
	margin-bottom:10px;
}
#lateral_izq .menubarra li {
	width:232px;
	background:url(../imagen/sepbarra.png) repeat-x 0 0;
	float:left;
	padding:0 0 3px 0;
}
#lateral_izq .menubarra li a,#lateral_izq  .menubarra li a:link,#lateral_izq  .menubarra li a:visited {
	width:232px;
	float:left;
	font-size:1.2em;
	padding:6px 0 2px;
	color:#333;
	font-weight:bold;
}
#lateral_izq .menubarra li a:hover,#lateral_izq .menubarra li a.active {
	color:#8c0d0d;
	text-decoration:none;
	background:url(../imagen/menubarra_act.png) no-repeat 100% 4px;
}
#lateral_izq .menubarra li a.active {
	padding-left: 10px;
	width:222px;
}
#lateral_izq .caja p {
	color: #414040;
	font-size: 12px;
	line-height: 20px;

}

/*-------------------------------------------------------------------------------
	Formularios
-------------------------------------------------------------------------------*/

#formu {
	padding:0;
}

#formu .sep {
	margin-left: 30px;
}
#formu label {
	float:left;
	font-size:1.2em;
	width:190px;
	padding:3px 0 0 16px;
	margin:5px 0 0 0;
	font-weight:bold;
}
#formu span {
	color:#a50e0e;
	font-size:1.2em;
	font-weight:bold;
}
#formu br {
	clear:left;
}
.caja_texto {
	border:1px solid #c4c4c4;
	padding:1px 5px 0 5px;
	margin:5px 0 0 0;
}
.caja_texto.fallo,.area_texto.fallo  {
	border:1px solid #f00;
}
.area_texto {
	width: 561px;
	height:100px;
	border:1px solid #c4c4c4;
	font-family:Arial, verdana,serif;
	font-size:1.2em;
	padding:5px;
	margin:5px 0 0 16px;
}
.formu_envia {
	float:right;
}
#formu div.izq {
	width: auto;
	float: left;
}
#formu div.check {
	padding-top: 5px;
}
#formu .error, .error {
	display:block;
	height: 39px;
	background: url(../imagen/fondo_error.png);
	text-align:center;
	color:#fff;
	font-size:22px;
	line-height:37px;
	margin-top: 10px;
	padding: 0 30px;
}
#formu .correcto {
	display:block;
	height: 39px;
	background: url(../imagen/fondo_correcto.png);
	text-align:center;
	color:#fff;
	font-size:22px;
	line-height:37px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 30px;
}

/*-------------------------------------------------------------------------------
	Base página
-------------------------------------------------------------------------------*/

#base {
	padding-top: 0px;
	width:960px;
	height:36px;
	background:url(../imagen/sombra.png) no-repeat;
}
#menubase {
	height:36px;
	float:left;
}
#menubase li {
	height:24px;
	float:left;
	display:inline;
	padding:10px 10px 2px 10px;
	background:url(../imagen/sepbase.png) no-repeat 100% 12px;
	font-size:1.1em;
	font-weight:bold;
}
#menubase li.last {
	background:none;
}
#menubase a:hover {
	color:#000;
}
#menubase li.active {
	font-weight:bold;
}
#base h6 {
	float:right;
	font-size:1.1em;
	color:#000;
	font-weight:lighter;
	padding:10px 0 2px 0;
	text-align:right;
}
