@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat;
	background-color: #999;
	margin-right: 5px;
	margin-left: 5px;
}
.adv_azul{
	color: #006;
	background-color: #AEAEFF;
	height: auto;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #00F;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	font-size: 16px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
.adv_verde{
	color: #030;
	background-color: #CAFFCA;
	height: auto;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #0C0;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	font-size: 16px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;	
}
.adv_dorado{
	color: #644300;
	background-color: #FFE8B7;
	height: auto;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #D99300;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	font-size: 16px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
div {
	border-radius: 0px;	
}
.imagen{
	border-radius: 130px
}
.imagen-chico{
	border-radius: 45px
}
fieldset{
	border-top-width: 32px;
	border-top-style: solid;
	border-top-color: #5681a3;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #5681a3;
	border-bottom-color: #5681a3;
	border-left-color: #5681a3;
	border-radius: 5px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 4px;
	background-color: #ebebeb;
}
legend{
	background-color: #5681a3;
	color: #FFF;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #5681a3;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #5681a3;
	text-align: left;
}
legend h3{
	margin-left: 20px;
}

.calend{
	height: auto;
	max-width: 280px;
	margin-right: auto;
	margin-left: auto;
}
input, select, option {
  display: block;
  min-width: 34px;
  height: 34px;
  padding: 1px 5px;
  font-size: 18px;
  color: #555;
	border-radius: 5px 5px 5px 5px;
	margin-left:5px;
	margin-right:5px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);  
}
input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.tex-der {
	display: block;
	float: left;
	height: 34px;
	max-width: 60%;
	margin-right:0px;
	padding: 1px 5px;
	font-size: 18px;
	border-radius: 5px 0px 0px 5px;
    line-height: 1.42857143;
	color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);  
}
.tex-der:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 15px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 15px rgba(102, 175, 233, .6);
}
.medio-der {
	display: block;
	float: left;
	height: 34px;
	width: 44px;
	margin-right:0px;
	padding: 1px 5px;
	font-size: 18px;
    line-height: 1.42857143;
	color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);  
}

.btn-der {
	float: left;
	height: 34px;
	width: auto;
	font-size: 16px;
/*	border: 1px solid transparent;*/
	border-radius: 0px 5px 5px 0px;
	color: #fff;
	background: #97be10;
	background: -moz-linear-gradient(#9fadff 0%, #3a55fd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9fadff), color-stop(100%, #3a55fd));
	background: -webkit-linear-gradient(#9fadff 0%, #3a55fd 100%);
	background: linear-gradient(#9fadff 0%, #3a55fd 100%);

	border-color: #ccc;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;

}
.btn-der:hover {
	background-color: #0828e7;	
	text-shadow: 0 2px 1px #2E3904;
}

.btn {
  height: 38px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff;
/*  background-color: #f6a828;*/
	background: #97be10;
	background: -moz-linear-gradient(#9fadff 0%, #3a55fd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9fadff), color-stop(100%, #3a55fd));
	background: -webkit-linear-gradient(#9fadff 0%, #3a55fd 100%);
	background: linear-gradient(#9fadff 0%, #3a55fd 100%);

  border-color: #ccc;
}
.btn:hover {
	background-color: #0828e7;	
	text-shadow: 0 2px 1px #2E3904;
}
.pagina {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.cabecera {
	height: 120px;
	width: 100%;
	background-image: url(../imagen/cabecera.jpg);
	color: #333;
	border: 1px solid #999;
	background-repeat: repeat-x;
}
.menu {
	height: auto;
	width: 100%;
	float: left;
	border-radius: 5px;
	background-color: #77A4FF;
}
.menu-izq {
	float: left;
	width: 50%;
}
.menu-der {
	float: right;
	width: 50%;
	text-align: right;
}
.logo {
	height: 100px;
	width: 130px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.titulo{
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	text-align: center;
	font-family: "Agency FB";
	font-size: 36px;
	color: #333;
	font-weight: bolder;
}
.usuario {
	float: right;
	height: 30px;
	width: auto;
	text-align: center;
	color: #333;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #ddd;
	border: 1px solid #ccc;
}
.aliniar_vertical {
	vertical-align:sub;	
}
.salir {
	float: right;
	height: 30px;
	width: auto;
	text-align: center;
	color: #FFF;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #ddd;
	border: 1px solid #ccc;
	margin-right: 5px;
}
.contenido {
	height: auto;
	width: calc(100% - 0px);
	background-color: #999999;
	float: left;
	background-image: url(../imagen/fondo_crediban.png);
	background-repeat: repeat;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.cuadro {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.arriba{
	width: 100%;
	height: auto;
	float: left;
}
.abajo{
	float: left;
	height: auto;
	width: 100%;
}
.login {
	height: auto;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	color: #515459;
	border: 1px solid #A29CFC;
	background-image: url(../imagen/fondo_pagina.jpg);
	text-align: center;
	padding-top: 10px;
	background-repeat: repeat;
}
.userlog {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.pie {
	height: 60px;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../imagen/cabecera.jpg);
	float: left;
	color: #fff;
	background-repeat: repeat-x;
	border: 1px solid #999;
}
.pie a{
	text-decoration:none;
	color:#FFF;
}
.caja{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	height: auto;
	width: auto;
	text-align: center;
}
.form-table {
	border: solid 0px #ddd;
	border-radius: 5px;
	text-align: left;
	margin-left: 0.5%;
	max-width: 99%;
}
.form-table tr td{
	border:0px;
	height: auto;
    padding: 3px 5px 3px 5px;
}
table {
	border:thick solid 1px #CCC;
	border-radius: 5px;
	border-collapse:collapse;
	margin-bottom: 5px;
	margin-left:0.5%;
	max-width:99%;
	}
table tr td{
	border:solid 1px #ddd;
	height:34px;
}
table th, td {
    padding:           0.3em;
}
.table_cabeza{
	text-transform: uppercase;
	text-align: center;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	background-image: url(../imagen/input.png);
	background-repeat: repeat-x;
}
.table_cabeza:hover{
	text-transform: uppercase;
	text-align: center;
	color: #333;
	background-color: #fffe9b;
}
.table_cabezan{
	text-transform: uppercase;
	text-align: left;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../imagen/input.png);
	background-repeat: repeat-x;
}

.table_cont2 {
	border: 1px solid #9CF;
	color: #FFF;
	background-image: url(../imagen/tabla_cabeza.png);
}
.table_cont {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
.table_chat {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.table_cont:hover {
	background-color: #dbffc1;
}
/******************************/
.tb_text_der{
	text-align: right;
}
.tb_text_cen{
	text-align: center;
}
.tb_text_dertxt{
	text-align: right;
	font-weight: bold;
	background-color: #FFF;
}
.tb_test_izq{
	text-align: left;	
}
.text_izq{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #009;
	font-weight: bold;
}
.rderecha{
	width: auto;
	float: left;
	height: auto;

	font-size: 12px;
	margin-top: 10px;
}
.rizquierda {
	width: auto;
	float: left;
	height: auto;

	margin-top: 10px;
}
.rmedio{
	width: auto;
	float: left;
	height: auto;

	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.subtitulo{
	font-weight: bolder;
	color: #000;
	}
.advertencia{
	color: #F00;
	background-color: #FFAEAE;	
}
.conforme{
	color: #00F;
	text-align: center;
}
.advertencian{
	color: #F00;

	text-align: right;
}
.felicidades{
	color: #F90;
	text-align: justify;
	background-color: #FFFF8A;
	padding: 10px;
	font-weight: bold;
}
a.button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background: transparent url('../imagen/boton_naranja_derecha.png') no-repeat scroll top right;
	display: block;
	float: right;
	height: 32px;
	margin-right: 6px;
	padding-right: 20px;
}
a.button span {
	background: transparent url('../imagen/boton_naranja_izquierda.png') no-repeat;
	display: block;
	line-height: 22px;
	padding: 4px 0px 5px 18px;
	color: #FFF;
	}
a.button:hover span {
	text-decoration: none;
	color: #CCC;
	}
.rproducto {
	height: auto;
	width: auto;
	overflow: auto;
	text-align: center;
	margin-right: 45px;
	margin-left: 45px;
}
.productos {
	width: 117px;
	float: left;
	margin: 10px;
	padding: 10px;
	height: 170px;
	background-image: url(../imagen/fondo_producto.png);
	text-align: center;
	color: #003;
}
.costo {
	font-size: 16px;
	color: #00F;
	font-weight: bold;
}
.costo:hover {
	font-size: 16px;
	color: #00F;
	font-weight: bold;
	background-color: #6CF;
}
.txtizquierdo{
	height: auto;
	width: 550px;
	float: left;
	margin-right: 10px;
	text-align: justify;
	
}
.txtderecho{
	height: 285px;
	width: 285px;
	float: left;
	margin-left: 10px;
	padding: 10px;
	background-image: url(../imagen/plato.png);
	background-repeat: no-repeat;
}
.portal {
	height: auto;
	width: auto;
	padding: 1px;
}
.izq {
	height: auto;
	width: 600px;
	float: left;
	padding: 10px;
	text-align: justify;
	border: 1px solid #3073ff;
}
.der {
	height: auto;
	width: 237px;
	float: right;
	margin-left: 10px;
	border: 1px solid #3073ff;
}
.plano {
	height: auto;
	width: 553px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.cont_pie {
	float: left;
	height: 25px;
	width: 100%;
	background-repeat: no-repeat;
}
.content {
	height: auto;
	width: 100%;
	float: left;
	border: 1px solid #CCC;
}

/*Primera fila, primera celda*/
table tr:first-child td:first-child {
	border-radius:5px 0px 0px 0px;
}
 
table tr:first-child td:last-child {
	border-radius:0px 5px 0px 0px;
}
 
table tr:last-child td:first-child {
	border-radius:0px 0px 0px 5px;
}
 
table tr:last-child td:last-child {
	border-radius:0px 0px 5px 0px;
}
.text_rojo{
	color: #F00;
}
.text_azul{
	color: #00F;
}
.text_verde{
	color: #0F0;
}
.corte{
	height: auto;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 16px;
}
.table-dato {
	border:solid 0px #ddd;
	margin-left:2px;
	width: 100%;
}
.table-dato tr td{
	border:0px;
	height: auto;
    padding: 5px 5px 5px 5px;
}
.liquidar{
	height: auto;
	max-width: 50%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Datos{
	background:#06C;
}
@media screen and (max-width: 800px) {
input, select, option {
  display: block;
  width: 97%;
  height: 34px;
  padding: 1px 5px;
  font-size: 18px;
  color: #555;
	border-radius: 5px 5px 5px 5px;
	margin-left:5px;
	margin-right:5px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);  
}
}
.pagina .contenido .cuadro .cont_der {
	float: left;
	height: auto;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
.pagina .contenido .cuadro .cont_izq {
	float: left;
	height: auto;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
.pagina .contenido .cuadro .cont_uno {
	float: left;
	height: auto;
	width: 33%;
	margin-right: auto;
	margin-left: auto;
}
.pagina .contenido .cuadro .cont_dos {
	float: left;
	height: auto;
	width: 33%;
	margin-right: auto;
	margin-left: auto;
}
.pagina .contenido .cuadro .cont_tres {
	float: left;
	height: auto;
	width: 33%;
	margin-right: auto;
	margin-left: auto;
}
.pagina .contenido .cuadro .cont_full{
	width: 100%;
	height:auto;
	float:left;
}

#bgVentanaModal {
	position: fixed;
	z-index: 1;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#VentanaModal {
	background-color: #CEDEFF;
	border: 1px solid #FFF;
	position: absolute;
	height: 100%;
	width: 370px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}
.stilo_modal {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

@media screen and (max-width: 660px) {
.pagina .contenido .cuadro .cont_der {
	float: left;
	height: auto;
	width: 100%;
	min-width: 330px;
	margin-right: auto;
	margin-left: auto;
}
.pagina .contenido .cuadro .cont_izq {
	float: left;
	height: auto;
	width: 100%;
	min-width: 330px;
	margin-right: auto;
	margin-left: auto;
}
}
@media screen and (max-width: 860px) {
.pagina .contenido .cuadro .cont_uno {
	float: left;
	height: auto;
	width: 100%;
	min-width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.pagina .contenido .cuadro .cont_dos {
	float: left;
	height: auto;
	width: 100%;
	min-width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.pagina .contenido .cuadro .cont_tres {
	float: left;
	height: auto;
	width: 100%;
	min-width: 300px;
	margin-right: auto;
	margin-left: auto;
}
}
.ayuda {
	background-color: #009;
	height: 400px;
	width: 400px;
	border: 1px solid #0F6;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2000;
}
.pagina .contenido .cuadro .mensaje {
	color: #090;
	background-color: #B7FFB7;
	min-height: 32px;
	max-width: 1080px;
	border: 2px solid #0F0;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 1080px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	float: left;
}
.pagina .contenido .cuadro .etiketa {
	background-image: url(../imagen/etiketa.png);
	height: 48px;
	width: 48px;
	position: relative;
	margin-top: -10px;
	margin-left: -10px;
}
