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

#pago {
	margin-top: 25px;
	padding-top: 20px;
	background-attachment: scroll;
	background-image: url(../images/separador.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#pago li {
	margin-top: 10px;
	margin-bottom: 15px;
}
#pago fieldset{
	padding: 10px;
	padding-bottom: 0px;
}
#pago fieldset, #pago fieldset p.campo{
	float: none;
	height: auto !important;
	width: auto !important;
	min-width: auto !important;
	margin-bottom: 20px;
}
#pago fieldset input{
	float: left;
	clear: left;
	margin-bottom: 35px;
}
#pago .botones{
	text-align: right;
}


#flecha_compra1{
	background-image: url(../images/flecha1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	width: 832px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#flecha_compra1 div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	padding-top: 15px;
	padding-left: 20px;
	line-height: 20px;
	float:left;
}
#flecha_compra1 #tit{
	width: 200px;
}
#flecha_compra1 #uno {
	width: 220px;
	color: #fd8d43;
	font-weight: bold;
}
#flecha_compra1 #dos{
	width: 215px;
	color: #BCBCBC;
}
#flecha_compra1 #tres{
	width: 110px;
	color: #BCBCBC;
}
#flecha_compra2{
	background-image: url(../images/flecha2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	width: 832px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#flecha_compra2 div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	padding-top: 15px;
	padding-left: 20px;
	line-height: 20px;
	float:left;
}
#flecha_compra2 #tit{
	width: 200px;
}
#flecha_compra2 #uno {
	width: 220px;
}
#uno a{
	width: 220px;
	color:#000;
	text-decoration:none;
}
#uno a:hover{
	text-decoration:underline;
}
#dos a{
	width: 220px;
	color:#000;
	text-decoration:none;
}
#dos a:hover{
	text-decoration:underline;
}

#flecha_compra2 #dos{
	width: 215px;
	color: #fd8d43;
	font-weight: bold;
}
#flecha_compra2 #tres{
	width: 110px;
	color: #BCBCBC;
}
#flecha_compra3{
	background-image: url(../images/flecha3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	width: 832px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#flecha_compra3 div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	padding-top: 15px;
	padding-left: 20px;
	line-height: 20px;
	float:left;
}
#flecha_compra3 #tit{
	width: 200px;
}
#flecha_compra3 #uno{
	width: 220px;
}
#flecha_compra3 #dos{
	width: 215px;
}
#flecha_compra3 #tres{
	padding-left: 15px;
	width: 110px;
	color: #fd8d43;
	font-weight: bold;
}
.botones_cd {
	height: 30px!important;
	width: 150px!important;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 40px;
}
.botones_cd #solicitar {
	height: 30px;
	width: 150px;
	font-weight: bold;
}
.espacio_50{
	height:50px;
}
#paypal_centrar {
	width: 270px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.float_left{
    float:left;
    margin-right: 1em;
}
.botones_cd #solicitar input.bpago, input.bpago{
    /*background-color: #00A5D5;
    border:2px solid #0082A7;
    color:#FFFFFF;
    height:40px !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 3px rgb(0,130,167);  
    -moz-box-shadow: 0 0 3px rgb(0,130,167);  
    box-shadow: 0 0 3px rgb(0,130,167);  */
    border-style: solid;
    border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   padding: 12px 24px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-weight:bold;
   font-size: 13px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   height:40px !important;
   cursor: pointer;
   }

.botones_cd #solicitar input.bpago:hover, input.bpago:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }