/* ///////////////////////////////////////////

    FONT FACE   

/////////////////////////////////////////// */

@font-face {
    font-family: 'rond';
    src: url('rond.eot');
    src: url('rond.eot?#iefix') format('embedded-opentype'),
         url('rond.woff') format('woff'),
         url('rond.ttf') format('truetype'),
         url('rond.svg#RondanaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ///////////////////////////////////////////

    TAGS

/////////////////////////////////////////// */

body {
    margin: 0;
    color: #444;
    line-height: 18px;
    background-color: #dadadd;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    background-image: url('../img/bgLineas.jpg');
    background-repeat: repeat-y;
    background-position: center;
}

a:link, a:active, a:visited {
    color: #e46b43;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-family: "rond", Helvetica, sans-serif;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    color: #E46B43;
}

h1 {
    font-size: 25px;
    line-height: 25px;
}

h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

form, ul, p {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

p {
    font-size: 14px;
}
input[type=text], input[type=password], input[type=email]{
    padding:3px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #444;
}

input[type=submit], input[type=button] {
    font-family: rond, sans-serif;  
    font-size: 13px;
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    height: 26px;
    color: #fff;
    background-color: #ddd;
    cursor: pointer;
}

select {
    margin: 0px 0px 10px 0px;
}

label {
    margin-bottom: 2px;
    color: #000;
    display: block;
}

/* ///////////////////////////////////////////

    ESTRUCTURA

/////////////////////////////////////////// */

#header {
    margin-top: 15px;
    height: 120px;
}

#header .wrap {
    width: 1000px;
    height: 120px;
    margin: 0 auto;
    position: relative;
    background-image: url('../img/bgHeader.jpg');
}

#menu {
    margin-top: 5px;
}

#menu .wrap {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    background-image: url('../img/bgMenu.jpg');
}

.subMenu {
    display: block;
    height: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 39px;
    background-image: url('../img/bgBarra.jpg');
}

.subMenu li {
    display:inline-block;
    float:left;
    margin-left:30px;
    margin-top: 10px;
    font-size: 17px;
    zoom:1;
    display: inline;
}


.subMenu a:link, .subMenu a:active, .subMenu a:visited, .subMenu .link {
    color: #fff;
    text-decoration: none;
    font-family: rond;
    text-shadow: 1px 1px 1px #444;
}

.subMenu a:hover {
    text-decoration: none;
}

#footer {
    height: 100px;
    position: relative;
    width:1000px;
    margin: 0 auto 0 auto;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    text-align: right;
    background-image: url('../img/bgFooter.jpg');
    background-position: center center;
    background-repeat: no-repeat;   
    color: #444;
    padding: 15px 10px 10px 800px;
    height: 87px;   
    clear: both;
}

#footer .wrap {
    width: 1024px;
    height: 150px;
    margin: 0 auto;
    position: relative;
}

#footer a:link, a:visited, a:active {
    color: #444;
}

#content {
    margin-top: 20px;
}

#content .wrap {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    overflow: auto;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#content .wrap > div {
    margin: 30px 40px 40px;
}

#content .container {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
    overflow: auto;
}
/* ///////////////////////////////////////////

    HEADER

/////////////////////////////////////////// */


#header h1 {
    font-size: 30px;
    position: absolute;
    color: #fff;
    top: 37px;
    left: 200px;    
    margin: 0;
    text-shadow: 1px 1px 2px #444;  
}

#header h2 {
    font-size: 20px;
    position: absolute;
    color: #fff;
    top: 75px;
    left: 200px;    
    margin: 0;
    text-shadow: 1px 1px 2px #444;  
}

.atencion {
    position: absolute;
    display: block;
    right:115px;
    top:40px;
    width: 300px;
    color: #fff;
    text-align: right;
    text-shadow: 1px 1px 2px #000;
}

.atencion strong {
    font-weight: normal;
    display: block;
    font-family: rond;
    font-size: 22px;
    color: #fff;
    margin: 3px 0 3px 0;
}

.atencion a:link, .atencion a:active, .atencion a:hover, .atencion a:visited {
    font-weight: normal;
    display: block;
    color: #fff;
}


.pasosAyuda > img {
    display: block;
    width: 156px;
    height: 158px;
}

.pasosAyuda > div {
    position: absolute;
    top: 10px;
    left: 190px;
    width: 750px;
}

.pasosAyuda > div > h2 {
    color: #e46b43;
    margin-bottom: 15px;
    font-size: 25px;
}


.msgError {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin:0px 0px 20px 0px;
    min-height: 50px;
    border: 1px solid #999;
    padding: 20px 20px 20px 90px;
    background-color: #fffcd1;
    background-image: url('../img/iconoError.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #000;
    /* display: none; */
}


/* DATOS INICIALES */

#datos {
    width: 460px;
    float: left;
    margin-right: 20px;
}

#datos #email, #datos #telefono{
    width: 200px;
}

#datos #telefono {
    margin-bottom: 30px;
}

#datos #escuela {
    float: right;
    width: 460px;
}

#datos #escuela > form > div > strong {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
}

#datos .botonesForm {
    margin-top: 20px;
    text-align: right;
    position: relative;
    clear: both;
}

#datos #continuar {
    margin: 10px 10px 0px 0px;
    display: block;
    float: right;
}

.msgEscuelas {
    margin: 15px 0 15px 0;
    border: 1px solid #999;
    padding:10px;
    background-color: #fffcd1;
}

.aceptarCondicionesPrivacidad {
    -moz-border-radius: 5px;
     border-radius: 5px;
    padding: 15px;
    border: 1px solid #999;
    margin: 20px 0px 20px 0;
}

.aceptarCondicionesPrivacidad input {
    margin-right: 10px; 
}
.botonesForm {
    clear: both;
    display: block;
    width: 100%;
    margin: 0px;
    border-top: 1px solid #999;
    text-align: right;
    font-weight: bold;
    color: #000;
    font-size: 15px;
    font-family: rond;
}
.botonesForm input[type=submit], .botonesForm input[type=button]{
    margin: 10px 0px 10px 20px;
    display: inline-block;
    zoom:1;
    *display: inline;
}

.submitRojo, .botonRojo {
    background-image: url('../img/bgBarra.jpg');
    background-repeat: repeat-x;
    background-position: center;
    background-color: #444;
}

.submitGris {
    background-image: url('../img/bgBarra.jpg');
    background-repeat: repeat-x;
    background-position: center;
    background-color: #444;
}



#forma_de_pagamento {
    background-image: url('../img/fundo_pago.png');
    background-repeat: no-repeat;
    background-position-y: 25px;
}




.forma_de_pagamento ul li {
    width: 90px;
    height: 100px;
    float: left;
    list-style:none;

}


#forma_de_pagamento_cartao {
    background-image: url('../img/fundo_pago_cartao.png');
    background-repeat: no-repeat;
    background-position-y: 25px;
}




.forma_de_pagamento_cartao ul li {
    width: 90px;
    height: 50px;
    float: left;
    list-style:none;

}
/* RESULTADO PAGO */

.pagoOk, .pagoError {
    width: 700px;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0px 10px 120px;
    margin: 0px;
    background-repeat: no-repeat;
    background-position: left top;
}

.pagoOk h3, .pagoError h3{
    font-size: 25px;
    font-weight: normal;
    color: #444;
}

.pagoOk p, .pagoError p{
    margin-bottom: 10px;
}

.pagoOk {
    background-image: url('../img/pagoOk.jpg');
}

.pagoError {
    background-image: url('../img/pagoError.jpg');
}

.datosResultadoPago {
    padding-left: 120px;
}

.datosResultadoPago img {
    float: right;
}

.datosResultadoPago strong{
    font-size: 15px;
    line-height: 22px;
}

.datosResultadoPago h3 {
    margin-top: 30px;
}

.datosResultadoPago #listaAlumnos{
    margin-bottom: 30px;
}

.datosResultadoPago .datos1, .datosResultadoPago .datos2{
    width: 350px;
    float: left;
}

.datosResultadoPago .listaProductos {
    margin-bottom: 50px;
}

.datosResultadoPago .listaProductos table {
    width: 600px;
}

.datosResultadoPago .listaProductos table th {
    text-align: left;
}

.datosResultadoPago .listaProductos table .right {
    text-align: right;
}

.datosResultadoPago .listaProductos table .total {
    text-align: right;
    color: #000;
}

.datosResultadoPago .listaProductos table .par td {
    background-color: #eee;
}


/* Lista hjos */

.listaHijos {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
}

.listaHijos table{
    border: 1px solid #999;
    border-collapse:collapse;
    width:100%;
    margin-top: 20px;
}


.listaHijos table b {
    font-weight: normal;
}

.listaHijos input[type=checkbox] {
    width:20px;
    height:20px;
    margin-right: 0px;
    padding-right: 0px;
}

.listaHijos table em {
    color: #4da261;
    font-weight: bold;
}

.listaHijos table .center {
    text-align: center; 
}

.listaHijos table td {
    padding:8px;
    vertical-align: middle;
}

.listaHijos table .push {
    width: 100%;
}

.listaHijos table th {
    padding: 4px;
    text-align: left;
    color: #000;
    font-size: 12px;
    border-top: 1px solid #999;
    background-image: url('../img/backgroundCell.png');
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #eaeaea;
}

.listaHijos table .hijoPorPagar > td {
    border-top: 1px solid #999;
    background-color: #fff;
}

.listaHijos table .hijoPorPagar strong {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
}

.listaHijos table .hijoPorPagarSeleccionado > td {
    border-bottom: none;
    background-color: #FFFDD1;
}

.listaHijos table .hijoPorPagar b, .listaHijos table .hijoPorPagarSeleccionado b  {
    font-weight: bold;
}

.listaHijos table .producto > td {
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.listaHijos table .producto > td.ciclo {
    width: 85px;
    white-space: nowrap;
    font-style:italic;
    color: #666;
    font-size: 12px;
}

.listaHijos table .producto > td.cicloDebe {
    width: 85px;
    white-space: nowrap;
    font-style:italic;
    color: #f00;
    font-size: 12px;
}

.listaHijos table .producto > td.pendiente {
    background-image: url(../img/iconoAlert.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    white-space: nowrap;
    font-style:italic;
    color: #f00;
    font-size: 12px;
}


.listaHijos table .productoSeleccionado > td{
    padding-top:0px;
    background-color: #FFFDD1;
}

.listaHijos .botonesForm {
    border: none;
}

.listaHijos .hijoPorPagar > .tdPrecio {
    border-bottom: 1px solid #999;
    text-align: center;
    width: 150px;
}

.listaHijos .verPrecioDescuento {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 150px;
    text-align: center;
    cursor: pointer;
    padding: 5px 0px 5px;
    -moz-border-radius: 5px;
     border-radius: 5px;
    font-weight: bold;
    color: #000;
    background-image: url('../img/bgPrecioDescuento.jpg');
    background-color: #c9ef70;
}

.listaHijos .verPrecioNormal {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 150px;
    text-align: center;
    cursor: pointer;
    padding: 5px 0px 5px;
    -moz-border-radius: 5px;
     border-radius: 5px;
    font-weight: bold;
    color: #000;
    background-image: url('../img/bgPrecioNormal.jpg');
    background-color: #f0d97c;
}

.listaHijos .verPrecioDeseleccionado {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 150px;
    text-align: center;
    cursor: pointer;
    padding: 5px 0px 5px;
    -moz-border-radius: 5px;
     border-radius: 5px;
    font-weight: bold;
    color: #888;
    background-color: #ddd;
}

.listaHijos .verTotalNormal {
    text-align: center;
    cursor: pointer;
    padding: 5px 0px 5px;
    -moz-border-radius: 5px;
     border-radius: 5px;
    font-weight: bold;
    color: #000;
    background-image: url('../img/bgTotalNormal.jpg');
    background-color: #f0d97c;
    margin-right: 9px;
}

.listaHijos .verTotalDescuento {
    text-align: center;
    cursor: pointer;
    padding: 5px 0px 5px;
    -moz-border-radius: 5px;
     border-radius: 5px;
    font-weight: bold;
    color: #000;
    background-image: url('../img/bgTotalDescuento.jpg');
    background-color: #c9ef70;
    margin-right: 12px;
}

.listaHijos table > .final  > td{
    border: none;
    background-color: #fff;
}

.listaHijos .right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 400px;
    float: right;
    margin-top: 15px;
}

.listaHijos .right > .botonesForm {
    margin-top: 55px;
}

.totalPagar {
    font-weight: bold;
    color: #000;
    font-size: 15px;
    text-align: right;
    margin: 10px 0px 10px 0px;
}

.listaHijos .importante {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
    width: 570px;
    background-color: #fffcd8;
    border: 1px solid #999;
    padding: 10px 10px 10px 110px;
    color: #000;
    background-image: url('../img/bgInfoLista.jpg');
    background-repeat: no-repeat;
    background-position: left center;
}

.listaHijos .importante > h4 {
    margin: 0px 0px 5px;
    padding: 0px;
    font-size: 14px;
}

.listaHijos .right > .totales {
    text-align: right;
    margin-bottom: 20px; 
}

.listaHijos .right > .totales > div {
    width: 150px;
    display: inline-block;
}

/* FACTURAR */

#facturar #registroDatos > div > div {
    display: inline-block;
    margin-right: 10px;
    zoom:1;
    *display: inline;
}

#facturar #registroDatos .botonesForm{
    margin-top: 20px;
}



#facturar #registroDatos > div {
    margin-bottom: 5px;
}

#facturar #registroDatos #nombreCompleto input{
    width: 150px;
}

#facturar #registroDatos #email {
    width: 220px;
}

#facturar #registroDatos #perfil {
    width: 150px;
}

#facturar #registroDatos #datos_factura {
    display: block;
    margin-top: 30px;
}

#facturar #registroDatos #datos_factura > div{
    display: block;
}

#facturar #registroDatos #datos_factura > div > div{
    display: inline-block;
    margin-right: 10px;
    zoom:1;
    *display: inline;
}

#facturar #registroDatos #datos_factura #fac_nombre, #facturar #registroDatos #datos_factura #fac_calle{
    width: 200px;
}

#facturar #registroDatos #datos_factura #fac_rfc, #facturar #registroDatos #datos_factura #fac_ciudad {
    width: 120px;
}

#facturar #registroDatos #datos_factura #fac_num_ext, #facturar #registroDatos #datos_factura #fac_num_int{
    width: 50px;
}

#facturar #registroDatos #datos_factura #fac_cp {
    width: 60px;
}

/* EDITAR DATOS ALUMNO */

#editarDatosAlumnos h4 {
    display: inline-block;
    font-size: 16px;
    margin: 0 20px 0 0;
    line-height: 23px;
    zoom:1;
    *display: inline;
}


#editarDatosAlumnos .alumno {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    padding: 10px;
    margin-bottom: 10px;
}

#editarDatosAlumnos .alumno #nombre {
    width: 200px;
}

#editarDatosAlumnos .alumno #curp {
    width: 200px;
}

#editarDatosAlumnos .alumno > div{
    margin-top: 20px;
}

#editarDatosAlumnos .alumno > div > div > div{
    display: inline-block;
    margin-right: 10px;
    zoom:1;
    *display: inline;
}


/* DATOS INICIALES */

#datosIniciales #datos {
    width: 460px;
    float: left;
    margin-right: 20px;
}

#datosIniciales  #datos #email, #datosIniciales  #datos #telefono{
    width: 200px;
}

#datosIniciales #telefono {
    margin-bottom: 30px;
}

#escuela {
    float: right;
    width: 440px;
}

#escuela > form > div > strong {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
}

#datosIniciales .botonesForm {
    margin-top: 20px;
    text-align: right;
    position: relative;
    clear: both;
}

#datosIniciales #continuar {
    margin: 10px 10px 0px 0px;
    display: block;
    float: right;
}

.msgEscuelas {
    margin: 15px 0 15px 0;
    border: 1px solid #999;
    padding:10px;
    background-color: #fffcd1;
}

.aceptarCondicionesPrivacidad {
    -moz-border-radius: 5px;
     border-radius: 5px;
    padding: 15px;
    border: 1px solid #999;
    margin: 20px 0px 20px 0;
}

.aceptarCondicionesPrivacidad input {
    margin-right: 10px; 
}


/* ATENCIION */

.atencion {
    position: absolute;
    display: block;
    right:20px;
    top:20px;
    width: 300px;
    color: #fff;
    text-align: right;
    text-shadow: 1px 1px 2px #000;
}

.atencion strong {
    font-weight: normal;
    display: block;
    font-family: rond;
    font-size: 22px;
    color: #fff;
    margin: 3px 0 3px 0;
}

.atencion a:link, .atencion a:active, .atencion a:hover, .atencion a:visited {
    font-weight: normal;
    display: block;
    color: #fff;
}


/* FORMAS DE PAGO */

.formasPago {
}

.formasPago a:link, .formasPago a:active, .formasPago a:visited {
    text-decoration: none;
    color: #444;
}

.formasPago a:hover{
    text-decoration: none;
    color: #999;
}

.formasPago .forma{
    display: block;
    width: 460px;
    height: 200px;
    cursor: pointer;
    float: left;
    overflow: hidden    ;
}

.formasPago .forma > div {
    display: block;
    width: 100%;
    padding: 30px 40px 0px 120px;
}

.formasPago .forma > div > strong {
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
}

.formasPago .forma > div > .total {
    font-size: 16px;
    margin-top: 5px;
}

.formasPago > #tarjeta {
    background-image: url('../img/botonPagoTarjeta.jpg');
    background-repeat: no-repeat;   
}

.formasPago > #tarjetac {
    background-image: url('../img/botonPagoCartao.jpg');
    background-repeat: no-repeat;   
}

.formasPago > #ventanilla {
    margin-left: 0px;
    background-image: url('../img/botonPagoVentanilla.jpg');
    background-repeat: no-repeat;   
}

.formasPago > #boleto {
    margin-left: 0px;
    background-image: url('../img/botonPagoBoleto.jpg');
    background-repeat: no-repeat;   
}

.formasPago > #paypal {
    margin-left: 0px;
    background-image: url('../img/botonPagoPayPal.jpg');
    background-repeat: no-repeat;   
}
.formasPago > #pagosonline {

    margin-left: 0px;
    background-image: url('../img/botonPagoPagosOnline.jpg');
    background-repeat: no-repeat;   
}
.formasPago > #pagoscuotaspos {
    margin-left: 0px;
    background-image: url('../img/botonPagosCuotas.jpg');
    background-repeat: no-repeat;   
    overflow: visible;
}

.formasPago > #itau {
    margin-left: 0px;
    background-image: url('../img/botonPagoItau.jpg');
    background-repeat: no-repeat;   
}

.formasPago > #amex {
    margin-left: 0px;
    background-image: url('../img/botonPagoTarjetaAmex.jpg');
    background-repeat: no-repeat;   
}

.formasPago > #pagoCallcenter {
    margin-left: 30px;
    background-image: url('../img/botonPagoCallcenter.jpg');
    background-repeat: no-repeat;   
}

.formasPago > #oxxo {
    background-image: url('../img/botonPagoOxxo.jpg');
    background-repeat: no-repeat;
}

.formasPago > #plazos {
    background-image: url('../img/botonPagoTarjetaPlazos.jpg');
    background-repeat: no-repeat;   
}

.formasPago #rojo {
}

.forma table {
    display: block;
}

.formasPago .precioPlazos {
    text-align: right;
    padding-left: 20px;
}

.formasPago #plazos > div {
    padding: 20px 40px 0px 120px;
}

.formasPago .verTotalNormal {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding: 5px 20px 5px;
    -moz-border-radius: 5px;
     border-radius: 5px;
    font-weight: bold;
    color: #000;
    background-image: url('../img/bgTotalNormal.jpg');
    background-color: #f0d97c;
    margin-top: 10px;
}

.formasPago .verTotalDescuento {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding: 5px 20px 5px;
    -moz-border-radius: 5px;
     border-radius: 5px;
    font-weight: bold;
    color: #000;
    background-image: url('../img/bgTotalDescuento.jpg');
    background-color: #c9ef70;
    margin-top: 10px;
}

.listaDatosTarjeta {
    padding: 25px;
    margin-bottom: 30px;
    border: 2px solid #f00;
    -moz-border-radius: 10px;
     border-radius: 10px;
    
    /*
    padding: 20px 20px 20px 90px;
    background-color: #fffcd1;
    background-image: url('../img/iconoError.png');
    background-repeat: no-repeat;
    background-position: 10px center;

    */
}

.listaDatosTarjeta #confirmarFactura {
    margin-top: 30px;
    margin-bottom: 0px;
}

.listaDatosTarjeta h2 {
    color: #f00;
}

.listaDatosTarjeta ul {
    margin: 20px;
}

.listaDatosTarjeta li {
    list-style: disc;
}

label.error{
    -moz-box-sizing: border-box;
    background-color: #FFFCD1;
    border: 1px solid #999999;
    color: #000000;
    margin: 0;
    padding: 4px;
    position: relative;
    list-style: none;
}

.listaPagos .importe {
    text-align: right;
}