body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin: 0px;
	background-image: url(imagenes/fondo_contenido.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#encabezado {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(imagenes/derecha.jpg);
}


#navegacion {
	background-color: #333;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
	font-size: 12px;
	color: #F8B818;
}
#navegacion a {
	font-weight: bold;
	text-decoration: none;
	margin-right: 12px;
	margin-left: 12px;
}

#navegacion a:link {
	color: #FCB402;
}
#navegacion a:visited {
	color: #FFF;
}

#navegacion a:hover {
	color: #FF0;
}
#navegacion a:active {
	color: #004F9E;
	background-color: #FFF;
}
#contenido {
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000;
	color: #FFF;
}
#tablero {
	background-color: #004F9E;
	color: #262626;
}
#tablero td {
	background-color: #AFD7FF;
	text-align: center;
}
#tablero2 {
	background-color: #004F9E;
}
#tablero3 {
	background-color: #004F9E;
}
#tablero3 td {
	background-color: #FFF;
	text-align: justify;
}



#pie {
	position: fixed;
	bottom: 0;
	background-color: #333;
	width: 100%;
	text-align: center;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-top-width: 2px;
	color: #FFF;
} 
.vinculolink {
	text-decoration: none;
	color: #003;
	font-weight: bold;
	font-size: 12px;
}
.vincamarillo {
	color: #FF0;
	font-weight: bold;
	text-align: center;
}



.vinculolinka {
	text-decoration: none;
	background-color: #FFF;
	color: #004F9E;
	font-weight: bold;
	font-size: 12px;
}
.vinculolink2a {
	text-decoration: none;
	background-color: #FFF;
	color: #004F9E;
	font-weight: bold;
	font-size: 10px;
}

.vinculo2 {
	font-size: 10px;
	font-weight: bold;
	color: #003;
	text-decoration: none;
}



.centrar {
	text-align: center;
}
h1 {
	font-size: 16px;
	color: #FF0;
}
h2 {
	font-size: 12px;
	font-style: italic;
	color: #FFF;
}
.justifica {
	text-align: justify;
}
.destacado {
	font-weight: bold;
}

#tableroseg {
	background-color: #FFF;
}
.blanco {
	color: #FFF;
	text-align: center;
}
.dest_centro {
	font-weight: bold;
	text-align: center;
}
.dest_centro_blanco {
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
