@charset "utf-8";
/* CSS Document */
.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}

.cl, .clear{
	clear:both;
}
.rounded{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}
.oculto{
	display:none;
}
a.btn-gris{
	display:block;
	color:#222222;
	padding:5px;
	background-color:#ddd;
}
a.btn-gris i{
	font-size:1.2em;
	padding-right:5px;
}
a.btn-gris:hover{
	background-color:#0078a1;
	color:#fff;
	text-decoration:none;
}
.abereTitle{
	border-bottom:1px dotted #33474f;
	margin-bottom:15px;
}
.abereTitle h1,
.abereTitle h2,
.abereTitle h3,
.abereTitle h4,
.abereTitle h5,
.abereTitle h6{
	background:transparent url(../img/icon-abere.png) left center no-repeat;
	padding-left:35px;
	line-height:32px;
	font-size:1.5em;
	font-family: 'liberation_sansregular', Verdana, Geneva, sans-serif;
	font-weight:100;
	color:#33474f;
}
.noDecor{
	background:none !important;
	padding-left:0 !important;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
.inputText{
	border:1px solid #222;
	padding:2px;
}
.buttonForm{
	background-color:#222;
	color:#fff;
	font-family: 'liberation_sansregular', Verdana, Geneva, sans-serif;
	font-weight:100;
	text-transform:uppercase;
	border:none;
	padding:1px 10px;
	cursor:pointer;
}

.btn-azul{
	background-color:#0078a1;
	color:#fff;
	font-family: 'liberation_sansregular', Verdana, Geneva, sans-serif;
	font-weight:100;
	text-transform:uppercase;
	border:none;
	padding:1px 10px;
	cursor:pointer;
}
.migas{
	margin-bottom:15px;
	color:#0078a1;
	font-size:1.1em;
	font-family: 'liberation_sansregular', Verdana, Geneva, sans-serif;
	font-weight:300;
}
.migas ul li{
	display:inline;
	background: url(../img/item-lista-azul-p.png) center left no-repeat;
	padding-left:14px;
	
}
.migas ul li:first-child{
	font-size:1.2em;
	background:none;
	padding-left:0;
}
.migas a{
	color:#0078a1;
}
.migas a:hover{
	color:#222;
}
.process{
	/*
	background-color:#ddd;
	margin-bottom:15px;
	margin-left:265px;
	padding:10px;
	color:#0078a1;
	text-transform:uppercase;
	font-family: 'liberation_sansregular', Verdana, Geneva, sans-serif;
	font-weight:300;
	*/
	color:#0078a1;
	font-family: 'liberation_sansregular', Verdana, Geneva, sans-serif;
	font-weight:300;
	font-size:0.8em;
	position:absolute;
	top:60px;
	right:15px;
	z-index:2;
}
#zonaPrincipal{
	width:715px;
}
#zonaIzq{
	width:245px;
	margin-right:20px;
}
#zonaPrincipal .contenido h3{
	margin-bottom:1em;
	color:#33474f;
	font-size:1.1em;
	font-family: 'liberation_sansregular', Verdana, Geneva, sans-serif;
	font-weight:300;
	text-transform:uppercase;
}
#zonaPrincipal .contenido h3:not(:first-child){
	margin-top:2em;
}
#zonaPrincipal .contenido h4{
	color:#0078a1;
	font-size:1.05em;
	font-family: 'liberation_sansregular', Verdana, Geneva, sans-serif;
	font-weight:300;
	text-decoration:underline;
	/*background: url(../img/item-lista-azul.png) left 2px no-repeat;
	padding-left:14px;*/
}
#zonaPrincipal .contenido br{
	height:0;
	line-height:0;
	visibility:hidden;
	display:none;
}
#zonaPrincipal .contenido p{
	margin-bottom:1em;
}
#zonaPrincipal .contenido p:last-child{
	margin-bottom:0;
}
#zonaPrincipal .contenido p strong, #zonaPrincipal .texto p strong{
	color:#33474f;
}
#zonaPrincipal .contenido ul, #zonaPrincipal .contenido ol{
	margin-left:20px;
	margin-bottom:1em;
}
#zonaPrincipal .contenido ul li, #zonaPrincipal .contenido ol li{
	margin-bottom:0.3em;
	background: url(../img/item-lista.png) left 2px no-repeat;
	padding-left:14px;
}

#zonaPrincipal .contenido form{
	width:350px;
	margin:30px auto 0 auto;
	float:none;
}
#zonaPrincipal .contenido form label{
	color: #33474F;
    float: left;
    font-family: 'liberation_sansregular',Verdana,Geneva,sans-serif;
    font-size: 1em;
    font-weight: 100;
    /*margin-left: 10px;
    margin-right: 10px;*/
	margin-bottom:5px;
    padding-top: 5px;
}
#zonaPrincipal .contenido form p{
	color: #33474F;
	float:left;
    font-family: 'liberation_sansregular',Verdana,Geneva,sans-serif;
    font-size: 1em;
    font-weight: 100;
    /*margin-left: 10px;
    margin-right: 10px;*/
	margin-bottom:0;
    padding-top: 5px;
	width:350px;
}
#zonaPrincipal .contenido form .Texto, #zonaPrincipal .contenido form select{
	width:350px;
	border: 1px solid #222222;
    padding: 2px;
	display:table;
	margin-bottom:5px;
}
#zonaPrincipal .contenido form p.radios{
	width:350px;
    padding: 2px;
	display:table;
	margin-bottom:5px;
}
#zonaPrincipal .contenido form p.radios label{
	margin-bottom:0;
    padding-top:0;
	margin-right:15px;
}
#zonaPrincipal .contenido form p.acciones a{
	display: inline-block;
    margin-top: 5px;
}
#zonaPrincipal .contenido form p.acciones input[type=submit]{
	background: url("../img/flecha2_blanca_right.png") no-repeat scroll right center #222222;
    float: right;
    height: 22px;
	/*margin-top:10px;*/
    /*margin-left: 10px;*/
    padding-right: 20px;
	color: #FFFFFF;
    cursor: pointer;
    font-family: 'liberation_sansregular',Verdana,Geneva,sans-serif;
    font-weight: 100;
    text-transform: uppercase;
	border:none;
}
#zonaPrincipal .contenido form p.acciones input[type=submit]:hover{
	background-color:#0078a1;
}

#zonaPrincipal .contenido form .Comentarios{
	width:350px;
	height: 100px;
	border: 1px solid #222222;
    padding: 2px;
	display:table;
	margin-bottom:10px;
}
#zonaPrincipal .contenido form .Boton{
	background: url("../img/flecha2_blanca_right.png") no-repeat scroll right center #222222;
    float: right;
    height: 22px;
	margin-top:10px;
    /*margin-left: 10px;*/
    padding-right: 20px;
	color: #FFFFFF;
    cursor: pointer;
    font-family: 'liberation_sansregular',Verdana,Geneva,sans-serif;
    font-weight: 100;
    text-transform: uppercase;
	border:none;
}
#zonaPrincipal .contenido form .Boton:hover{
	background-color:#0078a1;
}
#zonaPrincipal .contenido form .botonSubmit{
	/*margin-left: 10px;
	margin-right: 10px;*/
	width:350px;
}
#zonaPrincipal .contenido form .botonSubmit p, #zonaPrincipal .contenido form p.nota{
	font-size:0.8em;
	color:#0078a1 !important;
	/*margin-left: 10px;*/
	margin-top:30px;
}

dl dt{
	color:#33474f;
	font-size:1.1em;
	font-family: 'liberation_sansregular', Verdana, Geneva, sans-serif;
	font-weight:300;
	text-transform:uppercase;
	background: url(../img/item-lista.png) left 2px no-repeat;
	padding-left:14px;
}
dl dd{
	margin:0;
	margin-bottom:1em;
	padding-left:14px;
}

.menuLogged{
	margin-bottom:5px;
	font-size:0.85em;
	padding:5px;
	text-align:center;
}

.paginacion{
	text-align:right;
	width:100%;
	float:left;
	margin-bottom:5px;
	margin-top:10px;
}
.paginacion strong,
.paginacion a{
	padding:2px 5px;
	border:1px solid #33474f;
	display:inline-block;
	color:#33474f;
	margin-left:3px;
	margin-right:3px;
}
.paginacion strong{
	background-color:#33474f;
	color:#fff;
}
.paginacion a:hover{
	background-color:#33474f;
	color:#fff;
	text-decoration:none;
}
.listado{
	border:1px solid #ddd;
	width:100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.listado thead tr th{
	background-color:#ddd;
	text-align:center;
	font-family: 'liberation_sansregular', Verdana, Geneva, sans-serif;
	font-weight:100;
	font-size:1em;
	border-left:1px solid #ddd;
	text-transform:uppercase;
	color:#0078a1;
}
.listado thead tr th:first-child, .listado tbody tr td:first-child{
	border-left:none;
}
.listado tbody tr td:first-child{
	font-size:0.75em;
}
.listado tbody tr, .listado thead tr{
	border-bottom:1px solid #ddd;
}
.listado tbody tr{
	background-color:#fff;
}
.listado tbody tr td{
	text-align:center;
	border-left:1px solid #ddd;
	font-size:0.85em;
	/*background-color:#fff;*/
}
.listado tbody tr td label{
	float:none;
	margin:0 auto;
	display:inline-block;
}
.listado tbody tr td a.blue_none{
	display:inline-block;
}
.listado br{
	display:inline-block !important;
	visibility:visible !important;
	height:1em !important;
}
.listado form{
	margin:0 !important;
	float:right !important;
}
.listado form .Boton_comprar,
.listado form .Boton_detalle{
	margin-left:10px;
}
.listado form .Boton_comprar{
	background: url("../img/flecha2_blanca_right.png") no-repeat scroll right center #4BA614;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-family: 'liberation_sansregular',Verdana,Geneva,sans-serif;
    font-weight: 100;
    height: 22px;
    margin-top: 0;
    padding-left: 8px;
    padding-right: 20px;
    text-transform: uppercase;
}
.listado form .Boton_comprar:hover{
	background-color:#222;
}
.listado form .Boton_detalle{
	background: url("../img/flecha2_blanca_right.png") no-repeat scroll right center #0078a1;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-family: 'liberation_sansregular',Verdana,Geneva,sans-serif;
    font-weight: 100;
    height: 22px;
    margin-top: 0;
    padding-left: 8px;
    padding-right: 20px;
    text-transform: uppercase;
}
.listado form .Boton_detalle:hover{
	background-color:#222;
}
.listado .precio{
	 clear: both;
    float: right;
    font-family: 'liberation_sansregular',Verdana,Geneva,sans-serif;
    font-size: 1.55em;
    font-weight: bold;
    margin-bottom: 3px;
}
