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

p{
font-family: Arial, sans-serif;
font-size: 14px;
color: #000000;
line-height: 18px;
padding: 3px;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 8px;
	width: 200px;
}
.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D03D03;
	display: block;
	padding: 8px;
	width: 200px;
	cursor: auto;
}
.seleccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	padding: 0px;
	text-align:left;
}
.seleccion:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	padding: 0px;
	text-align:left;
	
}
.seleccion1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px;
	text-align:left;
}

.formatoceldas {
	border: 1px solid #33CC33;
	padding-top: 15px;
}
.seleccion1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	padding: 8px;
	text-align:left;
	
}
.fondotabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #FFFFFF;
	display: block;
	padding: 8px;
	width: 200px;
	background-repeat: no-repeat;
	background-image: url(imagenes/LOGO.jpg);
	vertical-align: middle;
	text-align: center;
}

.centrado1 {
	position: absolute; /*Posicionamiento absoluto*/
	top: 340px; /*Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	height: 25px; /*Le ponemos el valor del alto*/
	width: 194px; /*Le ponemos el valor del ancho*/
	margin-top: -340px; /*Restamos la mitad de alto para centrarlo verticalmente*/
	margin-left: -450px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/
	z-index: 2;
	/*background-color: #00FF00; /*Este es el kolor de fondo, para ke el ejemplo sea visible*/
}
