@charset "utf-8";
/* CSS Document */

/* Tipografias */

body {
	background : #FFFFCC;
}

.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;
}

.Estilo4 {
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	font-weight:bold;
	color: #000000;
}

.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: #017DBA;
}

.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;
} 


.titlat{
	background-color: #F5F4C3;
	color:#ffffff;
	font-size:8pt;
	text-transform : uppercase;
	padding: 7px 3px 7px 8px;
	font-weight : normal;
	letter-spacing : 2px;
	margin: 0px 0px 8px 0px;
}


/* Link y resaltados */

a:link {
	text-decoration:none;
	color: #FFFFFF;
	} 
a:visited {
	text-decoration:none;
	color: #FFFFFF;
	} 
a:hover {
	text-decoration:underline;
	color: #FF0000;
	} 
a:active {
	text-decoration:none
	}
