/*RESET*/
/*
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
/*
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END RESET*/

/*TOUCH RESET*/
/*
table
{
	margin:0 auto;
}

tr, td
{
	vertical-align:bottom;
}

/*END TOUCH RESET*/

/*----------copiados de styles.css(publico)---------------------*/
/*my reset*/
img{
border: 0;
}

input
{
	margin:5px;
}

/*end my reset*/

TD		
{
	FONT-FAMILY: Helvetica,Verdana;
	 FONT-SIZE: 10px
}

#menuh 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 0px;
}

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

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

#menuh li 
{
	float: left;
}

#menuh a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #333333;
	background: #f0f4f5;
	display: block;
	padding: 4px 4px;
	text-align: center;
	border: 1px solid #d9d9d9;
	border-bottom:none;
}

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

#menuh a:hover {
	background: #f0f4f5;
	text-decoration: underline;
}

/*fin de copiados de styles.css(publico)*/

/*anteriores*/
.formulario
{
border-color: #BBBBBB;
border-style: solid;
border-width: 0 0 1px 1px;
border-spacing: 0;
border-collapse: collapse;
}

.formulario td{
border-color: #BBBBBB;
border-style: solid;
vertical-align:middle;
margin: 0;
padding: 4px;
border-width: 1px 1px 0 0;
}

.style1 {	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}

body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}


a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

input.buttons {

border: 1px solid #D9D9D9;
padding: 2px;
text-transform: capitalize;
}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
text-decoration: none;
}

a:active {
text-decoration: none;
}

.Estilo1 {font-size: 9}
/*fin anteriores*/

/*header*/

.fecha
{
	text-align:right;
}

/*end header*/

/*EXPLORER ADJUSTMENTS*/
.titulos h1 small
 {
	font: 13px normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 0.5em;
	display: block;
	color: #666;
	font-weight:200;
 }
 
 .titulos
 {
	 padding:2px;
 }
/*END EXPLORER ADJUSTMENTS*/

/*styles solo registro*/
.solo-registro
{
	width:500px;
	margin:0 auto;
}

/*COMO REGISTRARSE*/

.como-registrarse-parrafo
{
	margin:0px 30px 20px 30px;
}

/*END COMO REGISTRARSE*/

/*Styles para tabla BENEFICIOS*/
.beneficios ul
{
	list-style-image:url(images/tilde.png);
}

.beneficios li
{
	padding-bottom:10px;
}
/*FIN de Styles para tabla BENEFICIOS*/

/*FIN de Styles para tabla PAGOS*/
.destacada
{
	background-color:#666;
	color:#FFF;
	padding:10px;
	height:15px;
	border-bottom:#999 3px solid;
	clear:both;
}

.internas li
{
	list-style:none;
	list-style-image:url(images/tilde.png);
}

.internas
{
	background-color:#CCCCCC;
	padding:10px;
}
/*FIN de Styles para tabla PAGOS*/

/* menu styles */		
html 
{
	overflow-Y: scroll;
}

body 
 {
	font: 10px normal Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.7em;
 }

.container 
{
	width: 500px;
	margin: 0 auto;
}

h1 
{
	font: 4em normal Georgia, 'Times New Roman', Times, serif;
	text-align:center;
	color: #aaa;
}

h1 span 
 { 
 color: #666; 
 }

h2.trigger 
{
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(images/botones.gif) no-repeat;
	height: 24px;
	line-height: 23px;
	width: 452px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}

h2.trigger a 
{
	color:#000;
	text-decoration: none;
	display: block;
}

h2.trigger a:hover 
{
	color: #666;
}

h2.active 
{
	background-position: left bottom;
}

.toggle_container 
{
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	overflow: hidden;
	/*ancho de los bloques desplegables*/
	width: 500px;
	clear: both;
}

.toggle_container .block 
{
	padding: 10px;
	background-color:#eeeeee;
}

.toggle_container .block p
{
	padding: 5px 0;
	margin: 5px 0;
}
 
.toggle_container h3 
{
	/*font: 2.5em normal Georgia, "Times New Roman", Times, serif;*/
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}

.cuadro_inscripcion
{
	border:#999 solid thin;
	margin: 0 0 0 10px;
}
/*end menu styles*/

.banner_logo 
{
	padding: 20px 0 10px 0;
}

.banner-logo-suscripcion 
{
	padding: 20px 0 30px 0;
	width:500px;
}

.banner-logo-suscripcion img
{
	border:0;
}

.encabezado
{
	border: 1px solid #d9d9d9;
	padding:0px;
	margin-bottom:10px;
}

.borde-prueba
{
	border: #333 thin solid;
	width:500px;
	padding-bottom:30px;
}

/*styles para tabla tarifas*/
.tabla
{
	background-color:#CCC;
	text-transform: uppercase;
	font: Verdana,Arial,Helvetica,sans-serif normal;
}

.fila1
{
	width: 480px;
	background-color:#666;
	color:#fff;
	font-size: 1.5 em;
	letter-spacing: 0.5em;
	display: block;
	font-size: 1.3em;
	border-bottom:#999 3px solid;
}

.fila2
{
	background-color:#CCC;
	width:240px;
	float:left;
	font-size: 1.1em;
	letter-spacing: 0.3em;
	color:#333;
}

.fila3
{
	float:left;
	background-color:#FFF;
	width:120px;
	font-size: 1 em;
	letter-spacing: 0.2em;
	color:#333;
	border-bottom:#999 1px solid;
}

.fila1, .fila2, .fila3
{
	text-align:center;
	padding:5px 0;
}

.fila4
{
	width: 119px;
	float:left;
	text-align:left;
	height:179px;
	text-align:center;
}

.fila4 li
{
	padding:10px 0;
	border-bottom:#fff thin dotted;
	font-size:0.9em;
}

.fila4 ul
{
    margin: 10px auto;
    padding: 10px 10px;
		list-style:none;
}

.fila4 h3
{
	/*font-size:15px !important;*/
	font-size:28px !important;
	color:#3e3e3e;
	font-family:Arial, Helvetica, sans-serif !important;
	/*display:inline;*/
}

.fila4 p
{
	font-size:12px !important;
	color:#3e3e3e;
	font-family:Arial, Helvetica, sans-serif !important;
	font-weight:bold;
	text-transform:none;
	
	/*display:inline;*/
}

.ultima
{
	width: 120px;
}

.fila5
{
	text-transform:none;
	border-bottom:#999 1px solid;
	background-color:#FFF;
	clear:both;
}

.fila5 ul
{
		list-style:none;
		padding:0 10px;
}

.fila5 li
{
		list-style:none;
}

.borde
{
	border-right:#fff 1px dotted;
}
/*fin de styles para tabla tarifas*/
/*fin de styles para tabla otras formas...*/
.filapesos
{
	text-align:left;
	font-size:0.9em;
	
	background-color:#CCCCCC;
	}

.filapesos h3
{
	font-size:28px !important;
	color:#3e3e3e;
	font-family:Arial, Helvetica, sans-serif !important;
	border:none;
	display:inline;
}

.filapesos p
{
	font-size:12px !important;
	color:#3e3e3e;
	font-family:Arial, Helvetica, sans-serif !important;
	font-weight:bold;
	text-transform:none;
	display:inline;
	}
	
.filapesos1
{
	padding:20px 10px;
	}
	
#form_debito
{
	background-color:#CCC;
	padding:10px;
	}
	
#form_debito a
{
	font-size:1.3em;
	line-height:1.2em;
	color:#000000;
	text-decoration:none;
	}
	
#form_debito a:hover
{
	color:#666666;
	text-decoration:none;
	}
	
#form_block{
	margin:2px;
	background-color:#FFFFFF;
	padding:5px;
	text-align:center;
}
	
/*fin de styles para tabla otras formas...*/
