body{
	font-family: "Trebuchet MS", Arial;
	text-align:center;
	color:#333;
	margin: 0;
	padding: 0;
	font-size:0.7em;
}
.limpiar{
	clear:both;
}

img{
	border:0;
}

a{
	color:#000;
}
a:hover{
	color:#ED1B24;
}

.oculto{
	display:none;
}

p.oculto{
	display:none;
}

#contenedor{
	font-size:1em;
	width:67.9em;
	margin:auto;
	padding:0px;
	text-align:center;
	background-color:#fff;
	border:1px solid #ccc;
	overflow:auto;
	margin-top:0.5em;
	background-image: url(/imagenes/fondo.gif);
}


/* Lista para los accesos ocultos, saltar contenido, saltar menu y saltar submenu */
ul.acceso{
	top:-300px;
	position:absolute;
	background-color:#fff;
	
}
#logo{
	float:left;
	width:24%;
	text-align:left;
	background:#fff;
	margin:1em;
	height:2em;
	min-height:5em;
}

#banner{
	float:right;
	/*width:74%;*/
	width:auto;
	margin:0px;
	margin-top:1em;
	margin-right:1em;
	text-align:right;
	height:0;
}

#banner img.patrocinador{
	margin-right:26em;
	margin-bottom:1.7em;
}

/* Lista para los idiomas*/
ul.idiomas, ul.ayuda,#menu  {
	display:none;
}



#contenido{
	float:left;
	width:98%;
	text-align:justify;
	padding-bottom:1em;
	background-color: #FFFFFF;
	margin-top:5.8em;
	margin-left:0.6em;
	margin-right:0.6em;
}

#contenidoindex{
	float:left;
	width:99%;
	height:auto;
	text-align:justify;
	padding-bottom:1em;
	background-image: url(/imagenes/fondo_index.jpg);
	background-repeat: no-repeat;
	background-position:18em 0.5em;
	margin-top:5.8em;
}

#pie{
	background-color:#000;
	float:left;
	width:100%;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}
#pie a{
	color:#ffffff;
	text-decoration:none;
}
#pie a.activo{
	color:#00A652;
	text-decoration:none;
}
#pie a:hover{
	color:#00A652;
	text-decoration:none;
}
#contenido h1 {
	font-size:1em;
	text-align:left;
	color: #FFFFFF;
	margin-top:1em;
	padding:0.4em;
	padding-left:0.6em;
	background-color: #00a651;
	text-transform: uppercase;
}
#contenido h2 {
	font-size:1.1em;
	font-weight:bold;
	text-align:left;
	color:#00A652;
	border-bottom: 1px dashed  #00A652;
}

#contenido h3 {
	font-size:1em;
	font-weight:bold;
	text-align:left;
	color:#5C84C5;
	border-bottom: 1px dashed  #5C84C5;
}

#contenido h4 {
	font-size:0.9em;

}

#contenido h5 {
	font-size:0.8em;

}

#contenido h6 {
	font-size:0.7em;
}

/*Enlaces*/
#contenido a {
	color:#000;
}
#contenido a:hover{
	color:#ED1B24;
}

#contenido p a:hover{
	color:#ED1B24;
}

#contenido a:active{
	color:#000;
}
#contenido a:link{
	color:#000;
}


/*Imagenes*/
#contenido img{
	border:1px solid #000000;
}
#contenido img.sin{
	border:0;
}
#contenido img.right{
	float:right;
	margin-left:0.8em;
}
#contenido img.left{
	float:left;
	margin-right:0.8em;
}


/*Estilos de texto*/
#contenido strong{
}

#contenido em{
}
#contenido abbr{
	cursor:help;
}
#contenido kbd{
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	padding:0 4px;
	border-top:1px solid #CECFCE;
	border-right:2px solid #BDBABD;
	border-left:2px solid #BDBABD;
	border-bottom:3px solid #8C8A8C;
	background-color:#EFEFEF;

}
#contenido acronym{
	cursor:help;

}
#contenido hr {
	width:50%;
	text-align:center;
	height:0px;
	background-color: #990000;
	border: 1px solid #000000;
	/*  background:url("/imagenes/hrline.gif") no-repeat scroll right;*/
}

#contenido p {
	margin-bottom:15px;
	margin-top:15px;
}

#contenido p.centrado{
	text-align:center;
}

#contenido p:first-letter  {
	color: #E70006;
	font-weight: bold;
}

#contenido p.volver a{
	background-image: url(/imagenes/volver.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:2em;
}
#contenido p.arriba a{
	background-image: url(/imagenes/arriba.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:2em;
}
#contenido p.pdf a{
	padding-left:2em;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/imagenes/icono_pdf.gif);
}
#contenido p.siguiente a{
	background-image: url(/imagenes/siguiente.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:2em;
}
#contenido p.anterior a{
	background-image: url(/imagenes/anterior.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:2em;
}

/*Tablas*/
#contenido table {
	font-size:1em;
	width:99%;
	padding:0px;
	margin:auto;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-collapse: collapse;
	text-align:center;
	}
#contenido table th{
	padding:0.3em 0.5em 1em 0.6em;
	margin:0px;
	background-color:#efefef;
	text-align:center;
	white-space: nowrap;
	border-bottom:1px solid #ccc;
}
#contenido table td{
	border-bottom:1px solid #ccc;
	vertical-align: top;
	padding:0.3em;
	padding-left:0.6em;
	text-align:center;
}

#contenido table th.descripcionl{
	width:85%;
	text-align:left;
}

#contenido table td.descripcionl{
	width:85%;
	text-align:left;
}

#contenido table th.descripcionm{
	width:50%;
	text-align:left;
}

#contenido table td.descripcionm{
	width:50%;
	text-align:left;
}



#contenido table caption{
	display:none;
}

/*Listas no numeradas*/

#contenido ul {
	 text-align:left;
}
#contenido ul li{
	padding:0.3em 0 0.3em 1.5em;
	list-style-type:none;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/imagenes/li.gif);
}

#contenido ul li a:hover{
	color:#ED1B24;
}


ul#path {
	 color:#666;
	 margin:0;
	 padding:0;
	 display:inline;
}
ul#path a{
	color:#666 !important;
	text-decoration:none;
}
ul#path a:hover {
	color:#000 !important;
	text-decoration:none;
}


ul#path li{
	 margin:0;
	 padding:0;
	 display:inline;
	 background-image: none;
}
ul#path li ul {
	padding:0.4em 0em 0.4em 0.6em;
	margin:0;
	display:inline;
}
ul#path li ul li{
	display:inline;
	padding-left:1em;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/imagenes/li2.gif);
}
#contenido ul.pdf li{
	padding:0.3em 0 0.3em 1.5em;
	list-style-type:none;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/imagenes/icono_pdf.gif);
}

/* 2 Columnas para texto e imágenes*/

#contenidotexto{
	width:40em;
	float:left;
}

#contenidoimagenes{
	float:right;
	width:25em;
	text-align:right;
	background-image: url(/imagenes/fondo_imagenes.gif);
	background-repeat: no-repeat;
	background-position: 0.3em 1em;
	padding-top:7.5em;
}

#contenidoimagenes img{
	margin-bottom: 1em;
}




/*Listas numeradas alfabeticamente*/

#contenido ol.alfamin {
	list-style-type: lower-alpha;
}
#contenido ol.romanmin{
	list-style-type: lower-roman; 
}
/* Lista despcriptiva por defecto*/
#contenido dl{
}
#contenido dt{
	font-weight:bold;
}
#contenido dd{
}

/* Noticias para index */

#indexnoticias{
	float:right;
	border: 1px solid #00A652;
	width:18em;
	min-height:27em;
	margin-top:7em;
}


/*Listas descriptivas para noticias index*/
#indexnoticias p{
	width:98%;
	margin:0;
	margin-left:0.4em;
	margin-right:0.4em;
	padding:0;
	border-bottom:1px dotted #666;
	vertical-align:top;
}

#indexnoticias p img{
	float:right;
	margin:0.2em;
	
}
#indexnoticias p a {
	color:#ED1B24;
}
#indexnoticias p a:hover {
	color:#000;
}

#indexnoticias p a:visited {
	color:#ED1B24;
}

/* Foto cuando no hay noticias en la index */

#indexsinnoticias{
	float:right;
	border: 0;
	width:18em;
	min-height:27em;
	margin-top:7em;
}

#indexsinnoticias p{
	border-bottom:0;
}

/*Listas descriptivas para noticias*/
#noticias {
	width:100%;
	float:left;
}

#noticias p{
	border-bottom: 1px dashed  #999999;
}

#noticias p:first-letter  {
	color: #222;
	font-weight: bold;
}

#noticias p img{
	float:right;
}
#noticias p a {
	color:#ED1B24;
}
#noticias p a:hover {
	color:#000;
}


/*Listas descriptivas en cuadro*/
#contenido dl.cuadrado{
	border: 1px dashed  #999999;
	text-align:left;
	float:left;
	width:98%;
	margin-bottom:0.5em;
}

#contenido dl.cuadrado dt{
	color:#E70006;
	font-size:1.1em;
	font-weight:bold;
	padding:0.5em 0.5em 0 0.5em;
}
#contenido dl.cuadrado dd{
	margin:0.5em;
}

#contenido dl.cuadrado dd img{
	border:1px solid #000000;
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}


/*Formularios*/
#contenido fieldset{
	border: 1px solid  #ccc;
	padding:10px 15px;
	margin-bottom:10px;
}

#contenido legend{
	border:#ccc 1px solid;
	padding:1px 5px;
	font-weight: bold; 
	color:#00A652;
}

#contenido fieldset label{
	clear: both;
	float: left;
	display: block;
	width: 12em;
	margin-top: -1em;
	text-align:left;
}
#contenido fieldset p label{
	clear: none;
	float: none;
	display: inline;
	width: 8em;
	margin-top: 0;
	text-align:left;
}
#contenido fieldset p label input{
	float:none;
	border: 1px solid #000;
	position: relative;
	top:0em;
	left: 0em;
	width:7.5em;
	font-size:1em;

}


#contenido fieldset input{
	float:left;
	border: 1px solid #d7d7d7;
	position: relative;
	top: -1.4em;
	left: 12em;
	width:20em;
	font-size:1em;

}
#contenido fieldset input.s{
	width:7em;
	text-align:right;
}
#contenido fieldset input.l{
	width:12em;
}
#contenido fieldset input.sin{
	width:auto;
	border:0;
}
#contenido fieldset textarea{
	float:left;
	border: 1px solid #d7d7d7;
	position: relative;
	top: -1.4em;
	left: 12em;
	width:20em;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;

}
#contenido fieldset select{
	float:left;
	border: 1px solid #d7d7d7;
	position: relative;
	top: -1.4em;
	left: 12em;
	width:20em;
	font-size:1em;

}

/*Para los botones de aceptar y cancelar*/
#contenido p input{
	border: 1px solid #00A652;
	background-color:#ffffff;
	cursor:pointer;
}

.margen_sup{
	padding-top: 1em;
}

