@charset "utf-8";
/* CSS Document */

/* Tipografias */

body {
	background-color: #D2E9FF;
}

.Estilo1 {
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	color: #808000;
}

.Estilo2{
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	color: #000000;
}

.Estilo3 {
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	color: #000000;
	padding: 2px; 
}

.Estilo4 {
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	font-weight:bold;
	color: #000000;
	padding: 2px;
}

.Estilo5 {
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	font-weight:bold;
	color: #000000;
}

.Estilo6 {
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	color: #000000;
}

.Estilo7 {
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	font-weight:bold;
	color: #000000;
}

.Estilo8{
	font-family: Verdana;
	font-size: 12px;
	text-align: Left;
	color: #000000;
}

.Estilo9 {
	font-family: Verdana;
	font-size: 12px;
	text-align: Left;
	font-weight:bold;
	color: #000000;
}

.Estilo10 {
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	font-weight:bold;
	color: #FF6600;
}

.Estilo11 {
	font-family: Verdana;
	font-size: 14px;
	text-align: center;
	font-weight:bold;
	color: #009900;
}

.Estilo12 {
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	color: #808000;
}

.Estilo13 {
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #FF0000
}

.Estilo14 {
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #FF0000;
	text-align: right;
}

.Estilo15 {
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	font-weight:bold;
	color: #000000;
}

/* BOTONES */

.boton{
	font-size:10px;
	font-family:Verdana;
	font-weight:bold;
	color:#000000;
	background:#638cb5;
	border:0px;
	height:20px;
       }

.boton2{
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	color:#FFFFFF;
	background:#638cb5;
	border:0px;
	height:20px;
       }

/* IMAGENES */

img.pequeña{width: 200px; BORDER=2}
img.mediana{width: 300px; BORDER=2}
img.grande {width: 400px; BORDER=2}

hr.linea {
	height: 1px;
	border: 0;
	color: #FF0000;
	background-color: #FF0000;
	width: auto;
} 

/* */

#menuv {
	margin: auto;
	border: 1px solid #ACCFE8;
	border-width: 1px 1px 1px 1px;
	width: 170px;
	font-family: Verdana;
	font-size: 70%;
	font-weight: bold;	
}

#menuv ul, li {
        list-style-type: none;
}

#menuv ul {
        margin: 0;
        padding: 0;
}

#menuv li {
        border-bottom: 1px solid #ACCFE8;
/*		width: 170px; */
}

#menuv a {
	text-decoration: none;
	color: #3366CC;
	display: block;
	padding: 3px 6px;
	width: 168px;
}

#menuv a:hover {
        background: #DBEBF6;
}

