@charset "UTF-8";
/* CSS Document */
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 20px;
	background-image: url(imagenes/fondos/bg_top.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
p {
	padding-left: 20px;
	padding-right: 20px;
	}
h1 {
	color: #1298BF;
	font-family: Tahoma;
	font-size: 28px;
	font-weight: bold;
	line-height: normal;
	line-height: 30px;
}
h2 {
	color: #CC0000;
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
}
h3 {
	color: #1298BF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
}

#header{
	width:100%;
	height: 247px;
}

#contenido{
	width:100%;
	background-image: url(imagenes/fondos/content_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer{
	width:100%;
	background-image: url(imagenes/fondos/bg_down.jpg);
	background-repeat: repeat-x;

}

.cuadroordenar {
	padding: 5px;
	border: 4px dashed #CC0000;
}
.Estilo1 {
	color: #707070;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Estilo5 {color: #FFFFFF}
.hilite {background:#FFFF00}
.Estilo6 {
	color: #00C;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 26px;
}
.Estilo7 {
	color: #CC0000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-decoration: underline line-through;
	line-height: 26px;
}
.Estilo8 {
	color: #00C;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 32px;
}
#contenido div table tr td table tr td {
	text-align: center;
}
.Estilo9 {
	color: #CC0000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
}