@charset "UTF-8";
/* CSS Document */


<style type="text/css">
#comprar {
	background-image:url(../links/header-comprar.jpg);
	background-repeat:no-repeat;
}


.comprar {
	list-style-type: none;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.comprar li{
	font-family: 'Abel', sans-serif;
	list-style-type: none;
	display:inline-block;
	float: left;
	font-size: 14px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
.comprar li a {
	font-family: 'Abel', sans-serif;
	list-style-type: none;
	display:inline-block;
	float: left;
	font-size: 14px;
	color: #666666;
	text-decoration:none;
	-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;
}

.comprar li a:hover {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity:0.5;
	}

.comprar .btn-info {
	float:left;
	width:20px;
	height:20px;
	background-image:url(../links/sprite.png);
	background-position: -204px -200px;
	background-repeat:no-repeat;
	margin-top: 10px;
	}
	
	
	
.txt-comprar {
	font-family: 'Abel', sans-serif;
	font-size: 13px;
	color: #666666;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.form-comprar  .boton {
	font-size: 13px;
	color: #006699;
	text-decoration: none;
	float: left;
}
.form-comprar  label {
	float: left;
	padding-right: 10px;
}
.form-comprar input {
	float: left;
	margin-right: 30px;
}
.form-comprar .boton a,
#submit_decidir{
	font-size: 13px;
	color: #006699;
	text-decoration: none;
	background-image: url(../links/ir.png);
	background-repeat: no-repeat;
	float: left;
	padding-top: 1px;
	padding-left: 25px;
	-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;
}

.form-comprar .boton a:hover,
#submit_decidir:hover {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity:0.8;
}

.txt-comprar a {
	font-family: 'Abel', sans-serif;
	font-size: 13px;
	color: #006699;
	text-decoration: none;
}

.form-comprar {
	font-family: 'Abel', sans-serif;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #666666;
}


.txt-comprar ul li {
	background-image: url(../links/flechaazul.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	list-style-type: none;
	background-position: 0px 2px;
	padding-bottom: 5px;
}

.form-comprar  .error {
	font-size: 13px;
	color: #CC0000;
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
}