html,body,div#main {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #968780;
	text-align: center;
	font: 12px Verdana, sans-serif;
	color: #666;
}

#main {
	width: 980px;
	margin: auto;
	text-align: left;
	display: table;
	background: #fff;
	margin-top:10px;
	margin-bottom:10px;
}

/* General Rules */
img {
	border: 0;
}

div,h1,h2,h3,h4,form,ul {
	margin: 0;
	padding: 0;
}

a {
	color: #2860f0;
	text-decoration: underline;
}

a:hover {
	color: #6C8702;
	text-decoration: none;
}

.hideit {
	display: none;
}

/*  L A Y O U T  */
#header{
	border-left: 2px solid #9EAA48;
	border-right: 2px solid #9EAA48;
}
#content {
	border-left: 2px solid #9EAA48;
	border-right: 2px solid #9EAA48;
	padding: 0 12px 50px 12px;
	_width:988px;
	background: transparent url("../images/fondos/content_bg.gif") top left repeat-y;
}
#content #left{
	float:left;
	width: 177px;
	margin-top: 15px;
}
#content #center{
	float: left;
	margin-left: 20px;
	width: 550px;
	margin-top: 15px;
}
#content #section-content{
	float: right;
	margin-right: 20px;
	width: 725px;
	margin-top: 15px;
	padding-left: 25px;
}
#content #right{
	float:right;
	width: 173px;
}
#footer {
	padding-right:15px;
	text-align:right;
	color:#fff;
	clear:both;
	height:100px;
	background: #6C8706;
	_width:988px;
}


/* Main Rounded Corners */
#rounded-corners-top{
	height:9px;width:988px;	margin:auto;font:5px;
	background: transparent url("../images/fondos/rounded_corners_line.gif") top left repeat-x;
}
#rounded-top {
	height: 9px;font:5px;
	background: transparent url("../images/fondos/top_corner_left.gif") top left no-repeat;
}
#rounded-top div{
	height: 9px;font:5px;
	background: transparent url("../images/fondos/top_corner_right.gif") top right no-repeat;
}

#rounded-corners-bottom{
	height:9px;width:988px;	margin:auto;font:5px;
	background: #6C8706;
}
#rounded-bottom{
	height: 9px;font:5px;
	background: transparent url("../images/fondos/bottom_corner_left.gif") top left no-repeat;
}
#rounded-bottom div{
	height: 9px;font:5px;
	background: transparent url("../images/fondos/bottom_corner_right.gif") top right no-repeat;
}

/*  H E A D E R  */
#topbox{
	zoom:1;
	padding: 1px 0 3px 15px;
	background: transparent url("../images/fondos/top_bg.jpg") top center no-repeat;
}
#header h1{
	display:block;
	position:relative;
	float:left;
	text-indent: -9999px;
	background: transparent top left no-repeat;
}
#menu-aux {
	display:block;
	width: 130px;
	float:right;
	list-style:none;
	text-align: right;
	margin-top:20px;
	margin-right: 30px;
	_margin-right: 10px;
	font: bold 11px Arial, Verdana;
}
#menu-aux li{
	line-height: 21px;
	padding-right:30px;
	margin-bottom:5px;
	background: transparent top right no-repeat;
}
#menu-aux li a{color: #384896;text-decoration: none;border-bottom: 1px dotted #ddd;}
#menu-aux li a:hover{color: #95BE05;text-decoration: none;border-bottom: 1px dotted #666;}
#header marquee{
	background: #E6A35F;
	line-height: 25px;
	color: #683300;
}

/* Suscripcion */
#suscripcion-form{
	border:1px solid #999;
	width: 160px;
	_width: 173px;
	padding: 5px;
	background: #fff;
}
#suscripcion-form p{
	text-align:center;
	font: bold 12px Verdana,Arial,sans-serif;
	color: #286AA4;
}
#suscripcion-form input{
	font: bold 10px Verdana,Arial,sans-serif;
}
#suscripcion-form label{
	font: bold 10px Verdana,Arial,sans-serif;
	color: #000;
}
#suscripcion-form div{
	text-align:center;
}





/* Antiguo Estilo - Soporte Admin Section */
.textohome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.blanco{
	color: #FFFFFF;
}
.verde{
	color: #1A8243;
}
.letrablanca {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}

.direccionespie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	background-color: #E68622;
	background-position: center center;
}
.titadmin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;

	color: #fe0300;
	font-weight: bold;

}
.admintextos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.encabezatablaadmin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.editar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #999999;
	background-position: center center;
	vertical-align: middle;
	height: auto;
	width: auto;
	border: thin groove #7F9DB9;
	cursor: hand;
}
.fieldsfont {  
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	background-color: #FEFEFE; 
	border: 1px solid #CE6700; 
	text-transform: height: 15px}
.usuarioadmin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #20753C;
}
.lineaguia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.titnovedad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textocontenidos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.TITULOCONTENIDO {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 17px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	
}
.minimo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
}
.mminimo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3px;
}
.colornaranja {
	color: #FF6633;
}
.encabezadocum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.fieldsfont1 {  
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	background-color: #FEFEFE; 
	border: 1px solid #663300; 
	text-transform: height: 15px}
.textocontacto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #000000;
}
.texto11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.colorgris {
	color: #525252;
}
.azul {
	color: #000066;
}
.menuhorizontal {
	color: #953B39;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;

}
.gris {
	color: #666666;
}
.textopie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #000000;
}
.marquesina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.titulohome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.black {
	color: #000000;
}
.texto_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.texto12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.rojo{color: #F50000}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFffff;
	background-image: none;
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	background-position: center center;
	height: 25px;
	width: 50px;
	background-color: #999999;
}
.cerrar {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #FF0000;
	text-decoration: underline overline;
	font-weight: bold;	
	filter: Light;
}
.welcome {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
.letra_dr {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
}

