@charset "utf-8";
/* CSS Document */

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*---------------------------------------------Divs Generales---------------------------------------------------------*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#contenido {
	background-repeat:no-repeat;
	background-position:top;
	width:100%;
}
#header {

	height:334px;
	background-color:#f8f8f8;
	background-repeat:no-repeat;
	background-position:center;
	margin:auto;
}

#header-img {
	height:280px;
	width:775px;
	margin:auto;
}

#cuerpo {
	margin:auto;
	min-height:105px;
}

#backg_titulo_pagina{
	width:100%;
	background-image:url(../img/background_degrade_titulos.jpg);
	background-repeat:repeat;
	height:54px;
	margin:auto;
}
#titulo_pagina{
	width:775px;
	margin:0 auto;
	padding:16px 0;
	background:url(../img/sombra_banner.png) top center no-repeat;
}
#titulo_pagina strong{
	color:#d81c46;
	font-weight:300;
}


#bajada{
	margin:auto;
	width:775px;
	height:auto;
	padding:15px 0;
}
#loguin {
	margin:0 auto;
	width:775px;
	height:auto;
}
#loguin_form{
	margin:auto;
	width:430px;
	height:83px;
	height:auto;
}

#btn_enviar {
	margin:20px auto;
	width:775px;
	height:auto;
}
#content_pago_cuotas{
	margin:0 auto;
	width:775px;
	height:auto;
}
#content_pago_cuotas h1{
	margin:0 auto;
	padding:5px 0;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*---------------------------------------------Tables Stuff---------------------------------------------------------*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#style_table{
	width:775px;
	margin:10px auto;
	font-family: Tahoma, Geneva, sans-serif;
	
}

#style_table .table{
	width:775px;
	margin-bottom:20px;
	font-family:Tahoma, Arial, sans-serif;
}

#style_table table a:link {
	color:#F00;
	text-decoration:none;
}
#style_table table a:visited {
	font-weight:bold;
	text-decoration:none;
}
#style_table table a:active,table a:hover {
	text-decoration:underline;
}

#style_table .table-title{
	font-size:12px;
}

#style_table .table-sub-title{
	font-size:12px;
	color:#000;
}

#style_table .pago{
	color:#F00;
	font-size:12px;
}
#style_table .pendiente{
	color:#287ede;
	font-size:12px;
}


#style_table table {
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;
	margin-bottom:15px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
#style_table table th {
	padding:15px 12px 15px 12px;
	border-bottom:1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}

#style_table table tr{
	text-align: center;
	padding-left:20px;
}

#style_table table tr td {
	padding:14px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

#style_table table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}

#style_table table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

#style_table .blueCol{
	background-color: #CAF4FF;
}

#style_table .input{
width:70px;
height:18px;
font:normal 11px/13px Arial, Tahoma, Helvetica;
color: #666;
background-color:#FFFFFF;
border:1px solid #CCC;
}



#style_table .buttonVerde {
	background-color: #04AA6D; /* Green */
	border: none;
	color: white;
	padding: 15px 22px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
  }

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*---------------------------------------------Textos---------------------------------------------------------------*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

h1 {
	font-family:Tahoma, Arial, sans-serif;
	font-size:22px;
	color:#d81c46;
	font-weight:lighter;
	margin:0;
	}

h2 {
	font-family:Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#333;
	font-weight:normal;
	margin:0;
	}

p {
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#333;
	line-height: 1.50em;
	margin: 5px 0;
	padding:0;
	}	


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*---------------------------------------------Formularios de suscripcion y contacto--------------------------------*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.input_form{
	width:220px;
	height:20px;
	font:normal 11px/13px Arial, Tahoma, Helvetica;
	color: #666;
	background-color:#FFFFFF;
	box-shadow: 0 0 2px rgba( 140, 140, 140, 0.3 );
	border:1px solid #CCC;
	margin:8px 0px;
	padding:2px;
}

.select_form {
   border: 1px solid #CCC;
   font-size: 12px;
   cursor:default;
   background-color:#FFFFFF;
   box-shadow: 0 0 2px rgba( 140, 140, 140, 0.3 );
 }
 
.input_multiline{
	width:356px;
	height:90px;
	font:normal 11px/13px Arial, Tahoma, Helvetica;
	box-shadow: 0 0 5px rgba( 140, 140, 140, 0.3 );
	color: #666;
	background-color:#FFFFFF;
	border:1px solid #CCC;
	margin:8px 0px;
	padding:5px;
}
/* estados cuota */
.cancelada{color:#999999;}
.vencida{color:#990000;}
.pendiente{color:#009900;}
.cobrada{color:#0033FF;}
.devuelta{
	color:#9900FF;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}
.credito{color:#00FFFF;}
.procesando{color:#393;}
/*Estilos Header*/
.image {
    width: 775px;
    height: 280px;
    background-image: url("../img/tarjeta_banner.jpg");
    position:inline-block;
    border:0px solid #000;
}
.footerBar {
	position: relative;
    bottom: 0px;
    width: 150;
    overflow: none;
	font-size:32px;
   font-family: Tahoma, Geneva, sans-serif;
   	font-size:32px;
	padding: 10px;
	color: #000;
	font-weight: bold;
	left: 55px;
	top: 71px;
}
A{text-decoration:none}

h3 {
	/*font-family:"Open Sans",Segoe UI,"Helvetica",sans-serif;*/
	font-family: 'Varela', sans-serif;
	font-size:28px;
	color:#333;
	font-weight:600;
	margin:0;
	text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}


h4 {
	/*font-family:"Open Sans",Segoe UI,"Helvetica",sans-serif;*/
	font-family: 'Varela', sans-serif;
	font-size: 19px;
	color:#333;
	font-weight:600;
	margin:0;
	text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}



/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*---------------------------------------------Tablas Botones ------------------------------------------------------*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

button{
	display: inline-block;
	padding: 1em 2em;
	background: black;
	color: white;
	border-radius: 2em;
	border:none;
	outline: 2px solid black;
	outline-offset: 3px;
  }

  
.botonLink{
	display: inline-block;
	padding: 3px 2em;
	background: rgb(146, 55, 55);
	color: white;
	border-radius: 1em;
	border:none;
	outline: 1px solid black;
	outline-offset: 2px;
}

  
.botonLinkVerde{
	display: inline-block;
	padding: 3px 2em;
	background: rgb(42, 113, 45);
	color: white;
	border-radius: 1em;
	border:none;
	outline: 1px solid black;
	outline-offset: 2px;
}

.selectEcursos { 
	font-size: 1.0em;
	padding:5px;
   -webkit-appearance: none;
   -moz-appearance: none;
	appearance: none;
	margin: 12px;
	background: darkgrey;
	color: white;
	outline: none;
  }