* {
	margin:0px;
	padding:0px;
	border:0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}
body {
	background-color: #CCCCCC;
}
a {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
#titulo {
	position:relative;
	width:770px;
	height:150px;
}
#seccion1 {
	position:absolute;
	left: 55px;
	top: 127px;
	width: 150px;
	text-align:center;
}
#seccion2 {
	position:absolute;
	left: 225px;
	top: 127px;
	width: 150px;
	text-align:center;
}
#seccion3 {
	position:absolute;
	left: 395px;
	top: 127px;
	width: 150px;
	text-align:center;
}
#seccion1 a, #seccion2 a, #seccion3 a {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	display:block;
}
#seccion1 a:hover, #seccion2 a:hover, #seccion3 a:hover {
	color:#FFCC00;
	font-size:16px;
	font-weight:bold;
	display:block;
}
.roja2, .verde2, .azul2 {
	background-image:url(images/roja2.gif);
	background-repeat:repeat-y;
	background-color:#CCCCCC;
}
.verde2 {
	background-image:url(images/verde2.gif);
}
.azul2 {
	background-image:url(images/azul2.gif);
}
#roja, #verde, #azul {
	background-image:url(images/roja.gif);
	background-repeat:no-repeat;
	text-align:left;
	color:#FFFFFF;
	height:25px;
	line-height:25px;
	padding-right:220px;
	padding-left:50px;
	font-size:14px;
	font-weight:bold;
}
#roja a, #verde a, #azul a {
	color:#FFFFFF;
}
#roja a:hover, #verde a:hover, #azul a:hover {
	color:#FFCC00;
}
#verde {
	background-image:url(images/verde.gif);
}
#azul {
	background-image:url(images/azul.gif);
}
#main {
	position:relative;
	width:720px;
	margin-left:50px;
}
#boxes {
	position:absolute;
	width:210px;
	top:0px;
	right:0px;
	z-index:2;
}
.contenido {
	background-image:url(images/fondo.gif);
	background-repeat:repeat-y;
	line-height:20px;
	text-align:justify;
}
.contenido h1 {
	font-size:18px;
	font-weight:normal;
	line-height:30px;
	padding-top:5px;
	margin-bottom:5px;
	border-bottom:solid 2px #003399;
	margin-right:220px;
}
.contenido h2 {
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	border-bottom:solid 2px #003399;
	margin-bottom:5px;
	margin-right:220px;
}
.contenido p {
	margin-right:220px;
}
#footer {
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-position:-39px -20px;
	padding-top:5px;
	padding-bottom:15px;
	position:absolute;
	bottom:-75px;
	left:-11px;
	width:731px;
	height:75px;
	line-height:18px;
	font-size:14px;
	z-index:1;
}
#footer h3 {
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	padding-top:4px;
	padding-left:10px;
}
#footer p, #footer h4 {
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	padding-left:10px;
}
#footer h4 {
	border-bottom:solid 1px #0066CC;
	padding-left:0px;
	margin-left:10px;
	margin-right:220px;
}
#footer a, #footer a:hover {
	font-weight:normal;
}

h5{font-size:16px; font-weight:bold;}
h6{font-size:11px; font-weight:normal;}

.contenido ul, .contenido ol {
	padding-left:5px;
	margin-left:10px;
	text-align:justify;
	margin-right:220px;
}
#tablas {
	width:500px;
	text-align:center;
}
#tablas.hosting th {
	background-color:#009900;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
#tablas td.row {
	background-color:#EEEEEE;
}
p.tiny {
	padding-top:10px;
	font-size:10px;
	font-style:italic;
	line-height:15px;
}