body
{
	background:#F0F7FC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p
{
	margin: 2px;
	font-size:12px;
	color:#333333;
}

h1
{
	font-size:18px;
	color:#333333;
	font-weight:bold;
}

.textonegro
{
	font-size:14px;
	font-weight:bold;
	color:#333333;
}

.textogris
{
	font-size:12px;
	color: #666666;
}

.enlace:link
{
	font-size:12px;
	color:#0000CC;
	text-decoration:none;
}

.enlace:active
{
	font-size:12px;
	color:#0000CC;
	text-decoration:none;
}

.enlace:visited
{
	font-size:12px;
	color:#0000CC;
	text-decoration:none;
}

.enlace:hover
{
	font-size:12px;
	color:#0000CC;
	text-decoration:underline;
}

.imagen
{
border:#999999 1px dotted;
}
.cuerpo
{
	margin: 0 auto;
	background:#FFFFFF;
	width:900px;
	border:#ACCFE8 3px solid;
	overflow:auto;
}

.izquierda
{
	float:left;
	width:560px;
	margin-bottom:10px;
	margin-right:5px;
}

.derecha
{
	float:left;
	width:300px;
	margin-top:20px;
	margin-bottom:30px;
}

.cabecera
{
	width:520px;
	text-align:left;
	margin-left:30px;
	margin-top:5px;
}

.contenido
{
	width:520px;
	margin-left:30px;
}


/*
	Menu Horizontal
*/
.menuh {
	width:520px;
	font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left:30px;
	margin-top:10px;
}

.menuh ul, li {
	list-style-type: none;
}

.menuh ul {
	margin: 0;
	padding: 0;
}

.menuh li {
	float: left;
}

.menuh a {
	text-decoration: none;
	color: #3366CC;
	background: #F0F7FC;
	display: block;
	padding: 3px 10px;
	text-align: center;
	border: 1px solid #ACCFE8;
	border-width: 1px 1px 1px 0;
}

.menuh a.primero {
	border-left: 1px solid #ACCFE8;
}

.menuh a.activepri {
	border-left: 1px solid #ACCFE8;
	background-color:#DBEBF6;
	font-weight:bold;
}

.menuh a.active {
	background-color:#DBEBF6;
	font-weight:bold;
}

.menuh a:hover {
	background: #DBEBF6;
}

.left
{
	float:left;
	width:510px;
}

.right
{
	float:left;
	width:300px;
}

.paginas
{
	width:150px;
	float:left;
}

.formulario
{
	width:300px;
	height:20px;
	line-height:20px;
	background:#F0F7FC;
	border:#ACCFE8 2px solid;
	font-size:15px;
	font-weight:bold;
	color:#3366CC;
}

.formulario2
{
	font-size:15px;
	font-weight:bold;
}

.publicidad
{
	width:300px;
	margin-bottom:20px;
}

.ayuda
{
	width:300px;
	margin-bottom:20px;
}

.related
{
	width:310px;
	margin-bottom:20px;
}

.error404 {
	width:570px;
	text-align:left;
	margin-left:30px;
	margin-top:50px;
	margin-bottom:20px;
}

.pie
{
	clear:both;
	width:900px;
	text-align:center;
	border-top: 1px dotted #CCCCCC;
}