@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #85c6d8;
}
p, ol, ul {
	font-size: 12px;
	color: #5F380F;
	margin-top: 10px;
	margin-bottom: 10px;
}
table {
	font-size: 12px;
	color: #073179;
}
table th {
	font-size: 14px;
	font-weight: bold;
	background-color: #E9F5F8;
}


.listaA {
	list-style-type: upper-alpha;
}

h1 {
	font-family: Impact;
	font-size: 24px;
	color: #85C6D8;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: lighter;
	background-color: #E9F5F8;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #85C6D8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#cabeza {
	height: 322px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
}
#contenido {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#pie {
	height: 90px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.vacio {
	width: 100%;
	clear: both;
	height: 1px;
}
.bloque_100 {
	background-image: url(../imgs/bloque_100_cabeza.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 720px;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 10px;
}
.bloque_100c {
	background-image: url(../imgs/bloque_100_pie.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 700px;
	padding: 10px;
}
.bloque_70 {
	background-image: url(../imgs/bloque_70_cabeza.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 500px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
.bloque_70c {
	background-image: url(../imgs/bloque_70_pie.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 480px;
	padding: 10px;
}
.bloque_50 {
	background-image: url(../imgs/bloque_50_cabeza.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 355px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
.bloque_50c {
	background-image: url(../imgs/bloque_50_pie.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 335px;
	padding: 10px;
}
.bloque_30 {
	background-image: url(../imgs/bloque_30_cabeza.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 210px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
.bloque_30c {
	background-image: url(../imgs/bloque_30_pie.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 190px;
	padding: 10px;
}
.img_izq {
	background-color: #F1D533;
	padding: 5px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline;
}
a {
	color: #0066FF;
	text-decoration: underline;
}
a:link {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	color: #003399;
	text-decoration: none;
}
FORM {
	margin: 0px;
	display: block;
}
