/* CSS Document */

html {
	height: 100%;
}

body,td,th {
	font-family: arial;
	font-size: 12px;
	color: #666666;
	margin-top: 0px;
	
}

body {
	background-position: center;
	height: 100%;
	background-color: #E5F3FB;
}
a, a:visited, a:hover, a:active {
	color: #666666;
}
h1 {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #000000;
}

img {
	border: 0px;
}

/* Tablas */

#contenedor {
	width: 716px;
	min-height: 760px;
	top: 10px;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color:#ffffff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	position:relative;
}

	/* Parte de la cabecera */
	
	#cabecera {
		width: 716px;
		height: 120px;
		position: relative;
		background-image: url(/img/cabecera.jpg);
	}
	#subcabecera {
		width: 716px;
		height: 42px;
		top: 1px;
		position: relative;
		background-image: url(/img/fondosubcabecera.jpg);
	}
		#textosubcabecera {
			margin-left: 0px;
			top: 0px;
			position: relative;
			font-family: "Century Gothic";
			font-size: 22px;
			color: #FFFFFF;
		}	
		
	/* fin de la parte de la cabecera */
	
	/* Datos */
	
	#datos {
		width: 510px;
		height: 100%;
		margin-left: 206px;
		position: relative;
		top: 2px;
		background-color: #FFFFFF;
	}
	
		/* Segunda Columna, contenidos y seccion */
		#seccion {
			height: 35px;			
			background-color: #f7f7f7;
		}
			#textoseccion {
				margin-left: 14px;
				top: 10px;
				position: relative;
				font-family: "Arial";
				color: #005F9F;
				font-size: 14px;
			}
		
		#contenido {
			_height: 600px;
			min-height: 700px;
			padding: 10px;
			position: relative;
			text-align: justify;
			background-color: #FFFFFF;
		}
																				
	
/* Menú inferior o pie de página */

#menuinferior {
	background-color: #018BD3;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}

	
/* Estilos */

.destacados {
	color: #990000;
}
.titular {
	color: #666666;
	font-weight: bold;
}
.titulares {
	color: #666666;
	font-weight: bold;
}

.subtitulares {
	color: #00407F;
	font-weight: bold;
	
}

.th1 {
	background-color: #018BD3;
	padding: 2px;
}
.tr1 {
	background-color: #f7f7f7;
	padding: 2px;
}
.botones, .botones:hover {
	border: 1px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #018BD3;
	text-decoration: none;
}

.imagenizquierda
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 2px;
}
 .floatright
{
float: right;
width: 260px;
margin: 0px 0px 0px 0px;
background-color: #fff;
padding: 0px;
border-top: 0px solid #999;
border-right: 0px solid #555;
border-bottom: 0px solid #555;
border-left: 0px solid #999;
text-align: center;
}

div.floatright img
{
border-top: 0px solid #555;
border-right: 0px solid #999;
border-bottom: 0px solid #999;
border-left: 0px solid #555;
}

.enlacespie, .enlacespie:active, .enlacespie:visited, enlaces.pie:hover {
	color:#fff;

}