/******************* Reset css  *******************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 1;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************* Estructura  *******************/

.capaoculta {
	display: none;
}

.resolucion {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

p.acceso	{
	position: absolute; 
	left: -9999px;
}

a {
	color: #548e39;
}

a:hover {
	color: #f6a816;	
}

body, html {
	text-align: center;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #4b4a4a;
	background-color: #fff;
}

p {
	margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Arial Rounded MT Bold", "Trebuchet MS Bold", "Arial Bold", sans-serif;	
}

h1 {
	text-align: center;
	margin-bottom: 5px;
	margin-right: 15px;
	padding-top: 15px;
}


#cabecera {
	background: url(../img/cabecera_fondo.jpg) top center no-repeat	
}

#menuizq {
	background: url(../img/menu_izq.png) top left no-repeat;
	padding-left: 10px;
	margin-right: 40px;
	width: 505px;
}

#menuder {
	background: url(../img/menu_der.png) top right no-repeat;
	padding-right: 15px;
}

#menufondo {
	background: url(../img/menu_fondo.png) top left repeat-x;
}

#menu li {
	float: left;
	background: url(../img/menu_separa.png) top right no-repeat;
}

#menu li.ultimo {
	background: none;
}

#menu li a {
	display: block;
	height: 35px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	font-size: 1.3em;
	color: #fff;
	text-decoration: none;
}

#menu li a:hover {
	color: #fcd95c;
	background: url(../img/menu_on.png) bottom center no-repeat;
}

#menu li a.activo {
	color: #fcd95c;
	background: url(../img/menu_on.png) bottom center no-repeat;
}

#fondobanner {
	background: url(../img/banner_fondo.png) top left repeat-x;
	height: 136px;
	padding-top: 8px;
	padding-left: 50px;
	margin-top: 5px;
}

#imagenbanner {
	margin-top: -53px;
	margin-right: 20px;
}

#planes {
	position: relative;
	top: -56px;
}

#planes li {
	float: left;
	margin-right: 5px;
	margin-bottom: -56px;
}

#promocion {
	width: 230px;
	margin-left: 20px;
	margin-top: 0px;
}

#promocion p {
	margin-top: -5px;
	margin-left: 20px;
	margin-bottom: 5px;
}

#promocion .msg, #textoder .msg {
	font-size: 0.8em;
	text-align: left;
	color: #8d8d8d;
}

#contenidos {
	background: #f7f7f6 url(../img/fondo_contenidos.png) top left repeat-x;
	padding-top: 28px;
}

#textoizq {
	width: 460px;
}

#accesocaja {
	background: url(../img/acceso_panel.png) bottom left no-repeat;
	width: 450px;
	height: 215px;
}

#accesocaja h3 {
	margin-bottom: 8px;
}

#accesocaja #accesomail {
	width: 224px;
}

#textoder {
	width: 305px;
}

#textoder .msg {
	padding: 5px 10px 15px 10px;	
}

#contratarcaja {
	background: url(../img/contratar_panel.png) bottom left no-repeat;
	width: 303px;
	height: 211px;
	margin-top: 10px;
}

#contratarcaja p{
	padding-top: 10px;
}

#piefondo {
	background: #fff url(../img/pie_fondo.png) top left repeat-x;
	padding-top: 43px;	
	margin-top: -29px;
}

#pie  {
	font-size: 0.85em;
	color: #8d8d8d;
}

/******************* formulario  *******************/

.formulario {
	margin-left: 15px;
}

.formulario input, .formulario textarea {
	background-color: #fff;
	color: #6c6a64;
	padding: 2px;	
	font-size: 1.0em;
}

.formulario label {
	display: block;
	color: #015b34;
}

.formulario p {
	margin-bottom: 5px;
}

.formulario textarea {
	overflow: auto;
	height: 100px;		
}

.formulario .boton {
	background: url(../img/boton.png) top no-repeat;
	border: none;
	width: 92px;
	height: 27px;
	padding-bottom: 6px;
	margin-right: 20px;
	margin-top: 5px;
	font-size: 1.1em;
	cursor: pointer;
	text-align: center;
	color: #015b34;
}

.formulario .boton2 {
	border: none;
	margin-right: 20px;
	cursor: pointer;
}

#accesocaja input.campo {
	width: 185px;
}

#contratarcaja input.dominio {
	width: 150px;
}


/******************* generales  *******************/

.flotader {
	float: right;
}

.flotaizq {
	float: left;
}

.clear {
	clear: both;
}

p.centrar {
	text-align: center;
}


/******************* Popup  *******************/

.popup #cont  {
	text-align: left;
	padding: 10px;		
}

.popup h3 {
	padding-top: 5px;
	height: 34px;
	background: url(../img/menu_fondo.png) top left repeat-x;
	color: #fff;
	font-size: 1.3em;
	font-family: "Arial Rounded MT Bold", "Trebuchet MS Bold", "Arial Bold", sans-serif;		
}

.popup img  {
	text-align: center;	
}

/******************* clearfix  *******************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
.clearfix {
	display: block;	
}

* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
