/* BASES GENERALES */
.contenedor_formulario{
	position: relative;
}
.contenedor_titulo h1.registration {
	background-image: url(../images/titulos/registration.gif);
}
.clearAllDocsBtn{
	width: 120px;
	height: 22px;	
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 20px;
	margin-left: 170px;
	font-size: 12px;
	float: right;		
}
.sendRegistrationBtn{
	width: 120px;
	height: 22px;
	/*background-image: url(../images/botones/send-registration.gif);*/
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 0px;
	margin-left: 170px;
	font-size: 12px;
	float: right;	
}
.registration .contenedor_subtitulo  {
	width: 700px;
}
h2.registration_form {
	background-image: url(../images/titulos/registration-form.gif);
	background-repeat: no-repeat;
	height: 18px;
	text-indent: -999em;
	overflow: hidden;
}
.paymentDone{
	padding-left: 150px;
	padding-top: 10px;
	padding-bottom: -10px;
}
.paymentDone h1{
	font-size: 15px;
	color:#FF0033; 
}
.pagotitle{
	margin-top: -25px;
}
.pago h1{
	font-size: 13px;
	padding-left: 12px;
	color:#CC0033;
}
.pago p{
	color: #aaa;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	font-size: 11px;	
}

#contenedor_central_registration {
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../images/backgrounds/contenedor-central.jpg);
}
.registration {
	width: 700px;	
	color: black;
}
.registration label{
	margin-left: 140px;
	color: black;
}
.registration input{
	margin-right: 100px;
}
.registration .contenedor_botones {
	width: 535px;
	padding-left: 165px;
}
.registration p {
	margin-right: 230px;
}
.OCRAdvise{
	width: 600px;
	text-align:left;
	height: 200px
	float: center;
	display: block;	
	color: #0000aa;
	/*font-weight: bold;*/
	margin-right: 7px;
	margin-left: 7px;
	margin-top:20px;
	margin-bottom:20px;
	font-size: 23px;
}

.response_message label {
	width: 400px;
	text-align:justify;
	height: 200px
	float: center;
	display: block;	
	color: #990033;
	/*font-weight: bold;*/
	margin-right: 15px;
	margin-left: 7px;
	margin-top:20px;
	margin-bottom:20px;
	font-size: 14px;
}
.formulario_crud{
	float: left;
	width: 366px;
	height: 500px;
	margin: 50px 100px 100px 100px;
	z-index:10;
}
table.dataview {
	margin-bottom: 100px;
	margin-left: 0px;		
	/*border-bottom: 1px solid #0079d6;*/
	font-size: 1em;
	font-family: arial;
	width: 700px;
}
th.tableID, td.tableID{	
	width: 0px;
	display: none;
}
table.dataview caption { text-align: left; }
table.dataview tr { padding-top: 2px; padding-bottom: 2px; }
table.dataview tr td { padding-left: 8px; padding-right: 30px; }
tr.headers { color: 7ab2d3;font-weight: bold; padding-top: 3px; padding-bottom: 3px; padding-left: 8px; padding-right: 30px; background-color: #333; border-bottom: 1px solid #0079d6; border-top: 1px solid #0079d6; text-align: middle; white-space: nowrap; vertical-align: middle;width: 366px;line-height: 19px;}
tr.even { color: #666;font-weight: bold; padding-top: 3px; padding-bottom: 3px; padding-left: 8px; padding-right: 30px; background-color: #e7e7e7;border-top: 2px solid #cfcfcf; text-align: center; white-space: nowrap; vertical-align: middle;width: 366px;line-height: 19px;border-bottom: 1px solid #cfcfcf;}
tr.odd { color: #999;font-weight: bold; padding-top: 3px; padding-bottom: 3px; padding-left: 8px; padding-right: 30px; background-color: #f1f0f0;border-top: 2px solid #cfcfcf; text-align: center; white-space: nowrap; vertical-align: middle;width: 366px;line-height: 19px;border-bottom: 1px solid #cfcfcf;}
table.dataview tr th { background-position: right; background-repeat:no-repeat; }
table.dataview tr th a { font-weight: normal; }
table.dataview a { font-weight: normal; text-decoration: none; color: #7ab2d3; }
table.dataview #message { padding-left: 3px; }
table.dataview caption { padding-bottom: 2px; }

html {
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	margin: 0px 0px 15% 15%;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #999999;
	background-color: #ededed;	
	background-repeat: repeat-y;
	background-position: center top;
}
* {
	padding: 0px;
	margin: 0px;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0px;
	margin: 0px;
}
h5{
	color: #3083a3;
	font-weight: bold;
	font-size: 14px;
	margin: 15px 0px 10px 20px;
}
h6{
	color: #cc1000;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 25px
}

a {
	text-decoration: none;
	color: #0030bf;
}
a:hover {
	text-decoration: underline;
	color: #ff9900;
}
a img{
	border: 0px;
	outline: none;
}
.clr {
	clear: both;
}

/* CLEARFIX */
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}

* html .clearfix {
	height:1px;
}


/* ESTRUCTURA GENERAL */
#wraper {
	width: 754px;	
	margin:auto;
	background-color: #fff;
	border-left: 3px solid #c4c4c4;
	border-right: 3px solid #c4c4c4;
}
.btnLogout{
	height: 19px;
	width: 60px;
	font-size: 9px;
	float: right;	
}
.btnBrowse{
	
}
.fileUpload{
}
.btnPayPal{
	/*background-image: url(../images/botones/button.JPG);*/
	height: 21px;
	width: 120px;
	font-size: 10px;
	float: left;	
}
.btnContinue{
	/*background-image: url(../images/botones/button.JPG);*/
	height: 21px;
	width: 120px;
	font-size: 10px;	
}
.btnUpload{
	/*background-image: url(../images/botones/upload.JPG);*/	
	height: 20px;
	width: 53px;
	font-size: 10px;
}
.bloque_right .divBtnUpload{
	border-left:15px;
}
/* TOP */
#top{	
	background-image: url(../images/estructura/top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 137px;
	width:97.5%;
	padding: 0px 8px 0px 10px;
}
#top .logo{
	position: absolute;
	float: left;
	margin: 12px 0px 0px 0px;
}
#top .frase_logo{
	position: absolute;
	float: left;
	margin: 75px 0px 0px 183px;
}
#top .login {
	float: right;
	margin: 20px 3px 0px 0px;
	width: 267px;
}
#top .login label.email {
	float: right;
	width: 72px;
	height: 17px;
	display: block;
	background-image: url(../images/estructura/label-email-address.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-size: 8px;
}
#top .login input.email {
	float: right;
	border: 1px solid #cccccc;
	width: 142px;
	line-height: 15px;
	font-size: 10px;
	color: #666;
	margin: 0px 0px 0px 6px;
	font-size: 9px;
}
#top .login label.password {
	float: right;
	width: 72px;
	height: 17px;
	display: block;
	background-image: url(../images/estructura/label-password.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-right: 6px;
	font-size: 8px;
}
#top .login input.password {
	float: right;
	border: 1px solid #cccccc;
	width: 142px;
	line-height: 15px;
	font-size: 9px;
	color: #666;	
}
#top .login .boton{
	float: right;
	margin: 3px 0px 0px 5px;
	/*background-image: url("../images/estructura/boton-loguin.gif");*/
	background-position: -2px;
	width: 60px;
	height: 20px;
	border-style: hidden;
	font-size: 9px;
}
#top .login a {
	float: right;
	clear: both;
	font-size: 9px;
	font-weight: bold;
	color: #cacbcc;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}
#top .login a:hover {
	color: #666;
}
#top .logout {
	float: right;
	margin: 20px 3px 0px 0px;
	width: 267px;
}
#top .logout a {
	float: right;
	clear: both;
	font-size: 9px;
	font-weight: bold;
	color: #cacbcc;
	text-decoration: none;
}
#top .logout a:hover {
	color: #666;
}

.userName{
	font-weight: bold;
}
#top .logout {
	float: right;
	margin: 37px 0px 0px 0px;
	width: 130px;
	height: 80px;
}
#top .logout .boton {
	float: right;
	margin: -1px 0px 0px 0px;
	width: 60px;
	height: 20px;
	border-style: hidden;
	font-size: 8px;
}
.btnCart{
	background-image: url("../images/generales/carrito.JPG");
	width: 30px;
	float: right;
}

/* FOOTER */
#footer {
	border-top: 1px solid #dddddd;
	padding: 18px 0px 11px 0px;
	text-align: center;
}
#footer p{
	color: #aaa;
	font-weight: bold;
	font-size: 10px;
	margin-top: 12px;
}
#footer p{
	color: #aaa;
	font-weight: bold;
	font-size: 10px;
	margin-top: 12px;
}
#footer img {
	margin-right: 10px;
}


/* BOTONERA */
#top #botonera {
	position: absolute;
	float: left;
	margin: 108px 0px 0px 174px;
	height: 29px;
}
#top #botonera a{
	width: 102px;
	height: 29px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: top;
	text-indent: -999em;
	overflow: none;
}
#top #botonera a:hover {
	background-position: bottom;
}
#top #botonera a.about_us {
	width: 102px;
	background-image: url(../images/botonera/about-us.gif);
}
#top #botonera a.how_it_works {
	width: 132px;
	background-image: url(../images/botonera/how-it-works.gif);
}
#top #botonera a.faq {
	width: 60px;
	background-image: url(../images/botonera/faq.gif);
}
#top #botonera a.my_account {
	width: 117px;
	background-image: url(../images/botonera/my-account.gif);
}
#top #botonera a.contact_us {
	width: 111px;
	background-image: url(../images/botonera/contact-us.gif);
}
#top #botonera a.home {
	width: 42px;
	background-image: url(../images/botonera/home.gif);
}

/* HOME */
#contenedor_central_home {
}
.destacado_home {
	height: 343px;
	background-image: url(../images/banners/background-destacado-home.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.destacado_home .frase{
	position: absolute; 
	margin: 32px 0px 0px 52px;
}
.destacado_home .imagen{
	float: right;
	margin: 22px 0px 0px 0px;
	z-index:9;
}
.destacado_home a{
	position: absolute;
	margin: 253px 0px 0px 54px;
}
.formulario_home {
	float: left;
	width: 366px;
	margin: -36px 0px 0px 7px;
	z-index:10;
}
.formulario_home_right {
	float: right;	
	width: 366px;
	margin: -36px 0px 0px 7px;
	z-index:10;
}
.contenido_left {
	margin: 35px 0px 0px 0px;
	background-image: url(../images/estructura/formulario-left-home.jpg);
	background-repeat: repeat-y;
	padding: 9px 16px 0px 16px;
}
.top_formulario_left, .top_formulario_rigth {
	position: absolute;
	z-index: 11;
}
.formulario_home .titulo{
	position: absolute;
	margin: 18px 0px 0px 21px;
	z-index: 12;
}
.columna_derecha_paste .titulo{
	position: absolute;
	margin: 18px 0px 0px 21px;
	z-index: 12;
}
.columna_derecha_upload .titulo{
	position: absolute;
	margin: 18px 0px 0px 21px;
	z-index: 12;
}
.formulario_home_right .titulo{
	position: absolute;
	margin: 18px 0px 0px 21px;
	z-index: 12;
}
.contenido_right {
	margin-top: 35px;
	background-image: url(../images/estructura/formulario-right-home.jpg);
	background-repeat: repeat-y;
	padding: 9px 16px 0px 16px;
}
.feedback ul{
	border-left:thick;
	margin-left: 70px;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.feedback {
	border: #FF0033 solid;
	border-width:1pt;
	position: absolute;
	left:250px;
	margin-left:50px;
	top:150px;
	color: #CC0033;
	font-size: 13px;
	font-weight: bold;	
	background-color:rgb(236, 236, 236);	
	background-image: url(../images/iconoExclamacion.jpg);
	background-repeat:no-repeat;
	background-position: 10px 10px;
	z-index: 1000;
	max-width: 450px;
	
}
.bottom_form {
	float: left;
	margin-top: -15px;	
}
.bottomPayment{
	margin-top: 0px;
}
.contenido_left select, .contenido_right select {
	width: 160px;
	float: left;
	color: #7ab2d3;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
}
.contenido_left input.texto, .contenido_right input.texto {
	width: 150px;
	float: left;
	color: #7ab2d3;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 3px 1px 3px;
	margin: 0px 0px 8px 0px;
}
.contenido_left select.right, .contenido_right select.right {
	float: right;
}
.contenido_left input.boton, .contenido_right input.boton {
	float: left;
	margin: -2px 0px 0px 13px;
}
.contenido_left .segundo_paso, .contenido_right .segundo_paso  {
	clear: both;
	padding: 12px 0px 7px 0px;
	background-image: url(../images/backgrounds/linea-separador-1-3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 8px;
}
.contenido_right .segundo_paso {
	padding: 6px 0px 7px 0px;
}
.segundo_paso p{
	color: #aeb0b1;
	font-weight: bold;
	margin-bottom: 2px;
}
.segundo_paso input.fecha {
	width: 60px;
	color: #7ab2d3;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 3px 1px 3px;
	float: left;
}
.contenido_left a, .contenido_right a{
}
.btnPlaceOrder{
	width: 164px;
	height: 24px;
	display: block;
	/*background-image: url(../images/botones/place-order.gif);*/
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -999em;
	overflow: none;
	float: right;
	font-size: 10px;
}
.btnUploadMoreFiles{
	margin-top: 4px;
	margin-left: -2px;
	margin-right: 6px;
	margin-bottom:0px;
	width: 160px;
	height: 22px;
	display: block;
	/*background-image: url(../images/botones/upload-more-files.gif);*/
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -999em;
	overflow: none;
	float: right;
	font-size: 10px;
}
.btnCancel{
	margin-top: 4px;
	margin-left: 0px;
	margin-right:5px;
	margin-bottom:0px;
	width: 160px;
	height: 22px;
	display: block;
	/*background-image: url(../images/botones/cancel.gif);*/
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -999em;
	overflow: none;
	float: right;
	font-size: 10px;
}

.contenido_left a:hover, .contenido_right a:hover {
	background-position: bottom;
}
/*.segundo_paso a {
	width: 23px;
	height: 23px;
	display: block;
	background-image: url(../images/botones/calendario.gif);
	background-position: top;	
	text-indent: -999em;
	overflow: none;
	float: left;
	margin: -2px 0px 0px 4px;
}*/
.segundo_paso a:hover {
	background-position: bottom;
}
.segundo_paso .bloque {
	width: 163px; 
	float: left;
}
.segundo_paso .bloque .boton_bloque{
	margin: 4px 0px 0px -2px;
}
.segundo_paso .bloque_right {
	width: 163px; 
	float: left;
	margin-left: 8px;
}
.segundo_paso .bloque_right .boton_bloque{
	margin: 6px 0px 0px -2px;
}
.contenido_right textarea{
	width: 331px;
	height: 60px;
	font-size: 10px;
	color: #7ab2d3;
	font-family: Tahoma, Verdana, Arial;
}


/* INTERNAS */
#contenedor_central {
	background-image: url(../images/backgrounds/contenedor-central.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.contenedor_titulo {
	background-image: url(../images/backgrounds/titulo-internas.gif);
	background-repeat: no-repeat;
	height: 26px;
	/*border-bottom: 2px solid #44baee;*/
	padding: 19px 0px 0px 24px;
}
.contenedor_titulo h1{
	width: 300px;
	height: 21px;
	display: block;
	text-indent: -999em;
	overflow: none;
	background-repeat: no-repeat;
}
.contenedor_titulo_payment_done {
	height: 26px;
	border-bottom: 2px solid #44baee;
	padding: 19px 0px 0px 24px;
}
.contenedor_titulo_payment_done h1{
	width: 300px;
	height: 21px;
	display: block;
	text-indent: -999em;
	overflow: none;
	background-repeat: no-repeat;
}
.columna_izquierda {
	float: left;
	margin: 12px 44px 0px 16px;
	width: 325px;
	padding: 0px 0px 10px 0px;
}
.columna_izquierda_contact {
	float: left;
	margin: 12px 0px 0px 16px;
	width: 325px;
	padding: 0px 0px 10px 0px;
}
.columna_derecha_panels{
	width: 366px;
	margin-top:-30px;
	margin-left:1px;
	margin-right:1px;	
	float: right;	
}
.columna_derecha {
	width: 366px;
	margin: 1px 14px 0px 0px;
	float: right;
}

.columna_derecha.general {
	width: 330px;
	padding: 16px 24px 0px 0px;
	float: right;
}
.columna_derecha_upload{
	width: 366px;
	margin: 1px 14px 0px 0px;
	float: right;
	margin-top: 4px;
	margin-bottom: 8px;	
}
.columna_derecha_paste{	
	width: 366px;
	margin: 1px 14px 0px 0px;
	float: right;
	margin-top: 4px;
	margin-bottom: 8px;	
}
.columna_derecha .formulario_home.interna {
	margin-top: 4px;
	margin-bottom: 8px;
	clear: both;
}
.columna_derecha_panels .columna_derecha_paste{
	margin-top: 4px;
	margin-bottom: 8px;	
}
.columna_derecha a.btn_form_interna {
	margin-left: 60px;
}
divDocs{
	margin-top:20px;
	margin-left:20px;
	color: #999;
}
.columna_izquierda .bloque_texto {
	background-image: url(../images/backgrounds/linea-separador-1-2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 0px 9px 0px;
	margin: 0px 0px 9px 0px; 
}
.columna_izquierda .bloque_texto p{
	color: #4F4F4F;;
	font-size: 11px;
	padding-left: 28px;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: left center;
}
.columna_izquierda .bloque_texto p a{
	color: #6699ff;
	text-decoration: underline;
}
.columna_izquierda .bloque_texto p a:hover{
	color: #666;
}
.columna_izquierda .bloque_texto p.padding_4 {
	padding-left: 4px;
}
.columna_izquierda h4{
	color: #3083a3;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0px 6px 4px;
}
.columna_izquierda h3 {
	color: #3083a3;
	font-weight: bold;
	font-size: 11px;
	margin: 5px 0px 6px 4px;
}
.columna_izquierda p.llamada {
	color: #999;
	font-size: 9px;
	margin: 0px 0px 0px 4px;
	line-height: 12px;
}
.columna_izquierda .bloque_texto.ultimo {
	background-image:none;
}

/* CONTACT US */
#contenedor_central_contact {
	background-image: url(../images/backgrounds/contenedor-central.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.contenedor_subtitulo {
	background-image: url(../images/backgrounds/linea-separador-1-3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 8px;
	margin-bottom: 11px;
	width: 330px;
}
h2.contact_sales {
	background-image: url(../images/titulos/contact-sales.gif);
	background-repeat: no-repeat;
	height: 18px;
	text-indent: -999em;
	overflow: hidden;
}
h2.office_location {
	background-image: url(../images/titulos/office-location.gif);
	background-repeat: no-repeat;
	height: 18px;
	text-indent: -999em;
	overflow: hidden;
}
p.office_location {
	color: #0898ce;
	background-image: url(../images/backgrounds/linea-separador-1-3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 11px;
	margin-bottom: 10px;
}
.formulario_contact {
	clear: both;
	margin-top: 15px;
}
.formulario_contact label{
	width: 126px;
	float: left;
	display: block;
	text-align: right;
	color: black;
	font-weight: bold;
	line-height: 21px;
	margin-right: 4px;
}
.formulario_contact label span {
	color: #ff0036;
	margin: 0px 0px 0px 2px;
}
.formulario_contact input {
	width: 180px;
	margin-bottom: 5px;
}
#fuente_normal {
	font-weight: normal;
}
.formulario_contact select{
	width: 185px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #666;
}
.formulario_contact textarea{
	margin-left:130px;
	width: 185px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #666;
}
.formulario_contact p{
	clear: both;
	text-align: right;
	color: #666;
	margin: 5px 14px 5px 0px;
}
.formulario_contact p span{
	color: #ff0036;
}
.formulario_contact .contenedor_botones {
	background-image: url(../images/backgrounds/linea-separador-1-3.gif);
	background-repeat:repeat-x;
	background-position: top;
	padding-top: 10px;
	width: 300px;
	text-align: center;
}
.formulario_contact .contenedor_botones_payment_done input{
	width: 92px;
	height: 23px;
	margin-right: 16px;
	float: right;
} 

.formulario_contact .contenedor_botones input{
	width: 162px;
	height: 23px;
	margin-right: 6px;
	float: left;
} 
.formulario_contact .contenedor_botones input.right{
	margin-right: 0px;
} 

/* MY ACCOUNT */
#contenedor_central_tablas {
	background-image: url(../images/backgrounds/my-account.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.contenedor_tablas_payment{
	padding-top: 30px;	
}
.contenedor_tablas {
	padding: 30px 24px 17px 24px;
}
.contenedor_tablas .titulos_tablas {
	line-height: 19px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #333;
	color: #7ab2d3;
	margin: 10px 0px 5px 0px;
}
.contenedor_tablas .contenedor_lineas {
	border-top: 2px solid #cfcfcf;
}
.contenedor_tablas .lineas_tablas_a {
	line-height: 19px;
	border-bottom: 1px solid #cfcfcf;
	background-color: #e7e7e7;
	color: #666;
}
.contenedor_tablas .lineas_tablas_a a{
	color: #666;
}
.contenedor_tablas .lineas_tablas_b {
	line-height: 19px;
	border-bottom: 1px solid #cfcfcf;
	background-color: #f1f0f0;
	color: #999;
}
.contenedor_tablas .lineas_tablas_b a{
	color: #999;
}
.contenedor_tablas .lineas_tablas_a input, .contenedor_tablas .lineas_tablas_b input {
	float: left;
	margin: 3px 8px 0px 8px;
}
.contenedor_tablas ul li {
	font-weight: bold;
	text-align: center;
	margin: 0px 12px 0px 0px;
	display: block;
	float: left;
}
.contenedor_tablas .titulos_tablas ul li.columna_1 {
	margin-left: 30px;
}
.contenedor_tablas ul li.columna_1 {
	width: 35px;
}
.contenedor_tablas ul li.columna_2 {
	text-align: left;
	width: 110px;
}
.contenedor_tablas ul li.columna_3 {
	text-align: left;
	width: 110px;
}
.contenedor_tablas ul li.columna_4 {
	width: 70px;
}
.contenedor_tablas ul li.columna_5 {
	width: 95px;
}
.contenedor_tablas ul li.columna_6 {
	width: 55px;
}
.contenedor_tablas ul li.columna_7 {
	text-align: left;
	width: 110px;
}
.labelNumber{
	font-size: 14px;
	font-weight:bold;
	height:10px;
	margin-top: 5px;
}
.docName{
	color: #4F4F4F;
	font-size: 11px;
	font-weight: bold;
}
.labelDescription{
	margin-top: -10px;
	color: #4F4F4F;
	font-size: 11px;
	padding-left: 28px;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: left center;
}
.labelDescriptionAboutUs{
	margin-top: 0px;
	color: #4F4F4F;
	font-size: 11px;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: left center;
}

/* BACKGROUNDS FAQS */
.columna_izquierda .bloque_texto p.letra_a {
	background-position: left top;
	background-image: url(../images/backgrounds/letra-a.gif);
}
.columna_izquierda .bloque_texto p.letra_q {
	font-weight: bold;
	background-position: left top;
	background-image: url(../images/backgrounds/letra-q.gif);
	margin-bottom: 4px;
}

/* UPLOAD MORE FILES */
.contenedor_formularios {
	margin: 55px 0px -20px 0px;
}
.contenedor_deliveryDateOptions {
	margin-top: 45px;
	margin-left: 25px;
	margin-bottom: 35px;
}
.contenedor_pagos {
	background-color: #ebebeb;
	padding-bottom: 20px;
}
.contenedor_tabla_docs {
	padding-left: 30px;
	clear: both;
}
.contenedor_panels_horizontal {	
	padding-top: 40px;
}

.pago {
	margin: 0px 0px 0px 8px;
	width: 740px;
}
.pago .titulo{
	position: absolute;
	margin: 18px 0px 0px 21px;
	z-index: 12;
}
.pago p{
	width: 720px;
}
.pago .contenido {
	margin-left: 0px;
	margin-right: 0px;
	margin-top:-2px;
	background-image: url(../images/estructura/formulario-payment.jpg);
	background-repeat: repeat-y;
	background-position:0px;
	padding: 19px 18x 20px 16px;
		
}
.pago .metodo_de_pago {
	margin: 10px 0px 0px 210px;
	width: 300px;
	height: 30px;
}
.pago .metodo_de_pago label{
	float: left;
	color: #444;
	font-weight: bold;
	margin: 0px 5px 0px 20px;	
}
.pago .metodo_de_pago input{
	float: left;
}
.pago .metodo_de_pago a {
	margin: -5px 0px 0px 20px;
	width: 73px;
	height: 23px;
	display: block;
	background-image: url(../images/botones/select.gif);
	background-position: top;
	float: left;
	text-indent: -999em;
	overflow: hidden;
}
.pago .metodo_de_pago a:hover {
	background-position: bottom;
}
.pago .formulario_tarjeta {
	margin: 0px 0px 0px 10px;	
}
.pago .divPayPalButton{
	clear: both;	
	margin: 20px 20px 20px 20px;
	padding: 0px 0px 0px 574px;
}

.pago .divPayPalButton input{
	color: #666;
	font-size: 11px;
	font-weight: bold;
}

.pago .formulario_tarjeta .segunda_fila {
	clear: both;
	padding: 10px 10px 0px 469px;
}
.pago .formulario_tarjeta label{
	color: #444;
	font-weight: bold;
	margin-left: 115px;
	width: 95px;
}
.pago .formulario_tarjeta label.primero {
	margin-left: 40px;
	width: 95px;
}
.pago .formulario_tarjeta input.primero{
	height: 12px;
	margin-left: 40px;
	margin-top: 10px;	
	float: left;
	width: 110px;
	color: #666;
	font-size: 11px;
	padding: 3px;
}
.pago .formulario_tarjeta .segunda_fila input.total{
	height: 12px;
	margin-left: 115px;
	margin-bottom: 15px;
	margin-top: 10px;	
	float: left;
	width: 110px;
	color: #666;
	font-size: 11px;
	text-align:right;
	padding: 3px;
}

.pago .formulario_tarjeta input.email{
	height: 12px;
	margin-top: 10px;
	margin-left: 45px;	
	float: left;
	width: 140px;
	color: #666;
	font-size: 11px;
	padding: 3px;
}

.pago .formulario_tarjeta input{
	height: 12px;
	margin-top: 10px;
	margin-left: 65px;	
	float: left;
	width: 95px;
	color: #666;
	font-size: 11px;
	padding: 3px;
}

.number{
	text-align: right;
}
.pago .formulario_tarjeta input.nombre{
	width: 141px;
}
.pago .formulario_tarjeta input.card_number{
	width: 90px;
}
.pago .formulario_tarjeta input.code{
	width: 27px;
}
.pago .formulario_tarjeta input.id_numero {
	width: 107px;
}
.pago .formulario_tarjeta select{
	margin: 0px 5px 0px 0px;
	float: left;
	color: #666;
	font-size: 11px;
	width: 95px;
	padding: 1px 1px 2px 1px;
}
.pago .formulario_tarjeta select.tarjeta{
	width: 120px;
}
.pago .formulario_tarjeta select.mes{
	width: 45px;
}
.pago .formulario_tarjeta select.anio {
	width: 60px;
}
.pago .formulario_tarjeta a {
	clear: both;
	margin: 15px 0px 0px 255px;
	width: 140px;
	height: 23px;
	display: block;
	background-image: url(../images/botones/send.gif);
	background-position: top;
	float: left;
	text-indent: -999em;
	overflow: hidden;
}
.pago .formulario_tarjeta a:hover {
	background-position: bottom;
}



/* TITULOS */
.contenedor_titulo h1.my_account {
	background-image: url(../images/titulos/my-account.gif);
}
.contenedor_titulo h1.contact_us {
	background-image: url(../images/titulos/contact-us.gif);
}
.contenedor_titulo h1.how_it_works {
	background-image: url(../images/titulos/how-it-works.gif);
}
.contenedor_titulo h1.faq {
	background-image: url(../images/titulos/faq.gif);
}
.contenedor_titulo h1.about_us {
	background-image: url(../images/titulos/about-us.gif);
}
.contenedor_titulo h1.upload_more_files {
	background-image: url(../images/titulos/upload-more-files.gif);
}
/* PRINT */

/* DESTACADO HOME */
.destacado_home .texto {
	position: absolute; 
	margin: 32px 0px 0px 52px;
}
.destacado_home .texto p.titulo_destacado_home{
	width: 320px;
	font-family: Tahoma, Verdana, Arial;
	color: #0898ce;
	font-weight: bold;
	font-size: 20px;
	margin-bottom:	5px;
}
.destacado_home .texto p.txt_destacado_home{
	width: 320px;
	font-family: Tahoma, Verdana, Arial;
	color: #a3a8ab;
	font-size: 14px;
	line-height:19px;
	margin-bottom:	10px;
}
.destacado_home .texto p.txt_2_destacado_home{
	width: 320px;
	font-family: Tahoma, Verdana, Arial;
	color: #0898ce;
	font-size: 9px;
	line-height:13px;
}

