body{
	background-image:url(../im_lisus/lineas.png);
}
#contenedor_ppal{ margin:0 auto; font-family:Arial, Helvetica, sans-serif; }
#contenedor_alfa{
    color:#000000;
    display: block;
    font-family: sans-serif;
    font-size: 17px;
	font-weight:bold;
    text-shadow: 1px 1px 1px #CCCCCC;
	margin:0 auto 0 auto; width:495px;
	margin-top:0px;
	margin-bottom:5px;
	text-align:center;
}
#t_det_compra{
	width:99%;
	font-size:110%;
	margin-top:33px;
}
#t_det_compra td{
	text-align:right;
	padding:1px 3px 1px 5px;
}
#t_det_compra th{
	background:#333333;
	color:#FFFFFF;
}
.carrito{
	font-family:Arial, Helvetica, sans-serif;	
	margin:0 auto 0 auto; width:600px;
	font-size:12px;
	min-height:197px;
}
.carrito_pago_seguro{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin:5px 0px;
	text-shadow: 4px 4px 4px #aaa;
}
.carrito_descrip{
	float:left;
	width:400px;
	height:17px;
	padding-top:4px;
	padding-left:10px;
	margin:1px 0;
}
.carrito_precio{
	float:left;
	text-align:right;
	width:80px;
	height:17px;
	padding-top:4px;
	margin:1px 0;
}
.carrito_input{
	float:left;
	text-align:right;
	width:80px;
	padding-right:10px;
	margin:1px 0;
}
.carrito_boton{
	margin-top:7px;
	text-align:center;
}
.limpiar{ clear:both;}
#contenedor_gama{
    color:#993300;
    display: block;
    font-family: sans-serif;
    font-size: 30px;
	font-weight:bold;
    text-shadow: 1px 1px 1px #CCCCCC;
	margin:0 auto 0 auto; width:495px;
	margin-top:15px;
	margin-bottom:5px;
	text-align:center;
}
#contenedor{
	margin:0 auto 0 auto; width:495px;
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:9px;
    color: #888;
    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s;
}
#contenedor_dat{
	margin:0 auto 0 auto; width:620px;
    border:1px solid #aaa;
    border-radius:9px;
	padding:3px 15px 30px 15px;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFFFFF;
}
#tit_prop{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	margin:2px 0px;
}
#fe_datos{
	text-align:center;
	font-size:11px;
	margin:1px 0px;
}
.contact_form h2 {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 5px;
    color:#993300;
    display: block;
    font-family: sans-serif;
    font-size: 20px;
    padding: 5px;
    text-shadow: 1px 1px 1px #CCCCCC;
    width: 433px;
}
.contact_form ul {
    width:100%;
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.contact_form li{
    padding:12px; 
    border-bottom:1px solid #eee;
    position:relative;
}
.contact_form label {
    color: #555555;
    display: inline-block;
    float: left;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 3px;
    padding: 3px;
    width: 200px;
}
.contact_form input {
    height:20px; 
    width:170px; 
    padding:5px 8px;
}
.contact_form button {
    margin-left:250px;
}
.contact_form input, .contact_form textarea { 
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    color: #888;
    font-size: 12px;
    padding-right:30px;
    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s;
}
.contact_form input:focus, .contact_form textarea:focus {
    background: #fff; 
    border:1px solid #555; 
    box-shadow: 0 0 3px #aaa; 
    padding-right:80px;
}
button.submit {
    padding: 9px 17px;
   font-family: Helvetica, Arial, sans-serif;
   font-weight: bold;
   line-height: 1;
   color: #444;
   border: none;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
   background-image: -moz-linear-gradient(0% 100% 90deg, #BBBBBB, #FFFFFF);
   background-color: #fff;
   border: 1px solid #f1f1f1;
   border-radius: 10px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
button.submit:hover {
    opacity:.55;
    cursor: pointer; 
    color:#990000;
}
button.submit:active {
    border: 1px solid #222;
    box-shadow: 0 0 10px 5px #444 inset; 
}
#derechos{ font-size:60%; margin:0 auto; position:absolute; bottom:11px; width:90%; text-align:center; font-family:Arial, Helvetica, sans-serif; }
#derechos a{ color:#000000; }
#no_captcha{
	text-align:center;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	margin:0 auto 0 auto; width:495px;
    border:1px solid #FF0066;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:9px;
    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s;
	padding:50px 20px;
	margin-top:70px;
	background-color:#FFECEC;
	font-size:30px;
	color:#333333;
}
.descrip_1{
	float:left;
	font-size:14px;
	color:#666666;
	font-weight:bold;
	text-align:left;
	width:150px;
	height:20px;
	border-bottom:#CCCCCC 1px solid;
}
.dato1{
	float:left;
	font-size:10px;
	line-height:9px;
	height:20px;
	width:150px;
	border-bottom:#CCCCCC 1px solid;
}
.descrip_2{
	height:20px;
	font-size:14px;
	color:#666666;
	font-weight:bold;
	width:150px;
	float:left;
	margin-left:20px;
	border-bottom:#CCCCCC 1px solid;
}
.dato{
	height:20px;
	font-size:10px;
	line-height:9px;
	width:150px;
	float:left;
	border-bottom:#CCCCCC 1px solid;
}
.limpia{
	clear:both;
}
.limpia_d{
	clear:both;
	border-bottom:#990000 2px solid;
	margin:5px 0px;
}
.descrip_3{
	float:left;
	font-size:14px;
	color:#666666;
	font-weight:bold;
	text-align:left;
	width:150px;
	height:16px;
	border-bottom:#CCCCCC 1px solid;
}
.descrip_4{
	height:16px;
	font-size:14px;
	color:#666666;
	font-weight:bold;
	width:50px;
	float:left;
	border-bottom:#CCCCCC 1px solid;
}
.dato2{
	float:left;
	font-size:10px;
	height:16px;
	width:190px;
	border-bottom:#CCCCCC 1px solid;
}
.dato3{
	float:left;
	font-size:10px;
	height:16px;
	width:90px;
	border-bottom:#CCCCCC 1px solid;
}
.descrip_5{
	height:16px;
	font-size:14px;
	color:#666666;
	font-weight:bold;
	width:280px;
	float:left;
	border-bottom:#CCCCCC 1px solid;
}
.descrip_6{
	height:16px;
	font-size:14px;
	color:#666666;
	font-weight:bold;
	width:370px;
	float:left;
	border-bottom:#CCCCCC 1px solid;
}
.dato7{
	float:left;
	font-size:10px;
	height:16px;
	width:200px;
	border-bottom:#CCCCCC 1px solid;
}
.dato4{
	float:left;
	font-size:10px;
	height:16px;
	width:340px;
	border-bottom:#CCCCCC 1px solid;
}
.conductores{
	font-size:16px;
	color:#666666;
	font-weight:bold;
	text-align:center;
}
#no_conductor,#ce_conductor,#li_conductor,#ve_conductor,#ca_conductor{
	background-color:#333333;
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
	float:left;
}
#no_conductor{
	width:250px;
	border-right:#CCCCCC solid 1px;
}
#ce_conductor{
	width:100px;
	border-right:#CCCCCC solid 1px;
}
#li_conductor{
	width:130px;
	border-right:#CCCCCC solid 1px;
}
#ve_conductor{
	width:100px;
	border-right:#CCCCCC solid 1px;
}
#ca_conductor{
	width:30px;
}
.no_conductord,.ce_conductord,.li_conductord,.ve_conductord,.ca_conductord{
	text-align:left;
	font-size:10px;
	border-right:#CCCCCC solid 1px;
	border-bottom:#999999 solid 1px;
	color:#000000;
	float:left;
}
.no_conductord{
	width:250px;
}
.ce_conductord{
	width:97px;
	padding-left:3px;
}
.li_conductord{
	width:127px;
	padding-left:3px;
}
.ve_conductord{
	width:97px;
	padding-left:3px;
}
.ca_conductord{
	width:30px;
	text-align:center;
}
.ti_contra{
	font-size:13px;
	font-weight:bold;
	float:left;
	width:100px;
}
.recorrido{
	font-size:10px;
}
.da_contra{
	font-size:12px;
	float:left;
}
.conte_contratos{
	margin:1px 0px 4px 0px;
	padding:3px 0px;
	border-radius:5px;
	border:#CCCCCC solid 1px;
	padding-left:3px;
}

#tit_saldo{
	text-align:left;
	border-right:#CCCCCC solid 1px;
	border-bottom:#999999 solid 1px;
	font-size:12px;
	font-weight:bold;
	width:58px;
	color:#000000;
	float:left;
}
.dat_saldo{
	width:72px;
	font-size:12px;
	border-right:#CCCCCC solid 1px;
	border-bottom:#999999 solid 1px;
	float:left;
}
.dat_detalle{
	width:140px;
	height:14px;
	font-size:10px;
	border-right:#CCCCCC solid 1px;
	border-bottom:#999999 solid 1px;
	float:left;
}
.dat_vr{
	width:25px;
	font-weight:bold;
	font-size:12px;
	border-right:#CCCCCC solid 1px;
	border-bottom:#999999 solid 1px;
	float:left;
}
.dat_estado{
	width:92px;
	font-size:12px;
	border-right:#CCCCCC solid 1px;
	border-bottom:#999999 solid 1px;
	float:left;
}
.dat_banco{
	width:100px;
	font-size:10px;
	border-right:#CCCCCC solid 1px;
	border-bottom:#999999 solid 1px;
	float:left;
}