@charset "utf-8";
/* CSS Document */

.tienda{
	padding:10px;
	position:relative;
}
#zonaIzq .buscadorTienda{
	float:left;
	margin-bottom:20px;
	width:100%;
	color: #FFFFFF;
    font-family: 'liberation_sansregular',Verdana,Geneva,sans-serif;
    font-size: 1em;
    font-weight: 100;
    padding: 10px 15px;
    text-transform: uppercase;
	background-color:#33474F;
}
#zonaIzq .buscadorTienda .formulario{
	float:left;
	width:100%;
}
#zonaIzq .buscadorTienda .formulario label{
	float:left;
	font-family: 'liberation_sansregular', Verdana, Geneva, sans-serif;
	font-weight:100;
	font-size:1.1em;
	color:#33474F;
}
#zonaIzq .buscadorTienda .formulario .inputText{
	width:185px;
}
#zonaIzq .buscadorTienda .formulario .buttonForm{
	float:left;
	background:#33474F url(../img/icon_buscador.png) center right no-repeat;
	height:22px;
}
#zonaIzq .buscadorTienda .formulario .buttonForm:hover{
	background:#33474F url(../img/icon_buscador_azul.png) center right no-repeat;
}
#zonaIzq .carritoTienda{
	float:left;
	margin-bottom:20px;
	width:100%;
	color: #FFFFFF;
    font-family: 'liberation_sansregular',Verdana,Geneva,sans-serif;
    font-size: 1em;
    font-weight: 100;
    padding: 10px 15px;
	background-color:#0078a1;
}
#zonaIzq .carritoTienda .title{
	text-transform:uppercase;
	background:#0078a1 url(../img/icon-carrito2.png) left 2px no-repeat;
	padding:2px 0 2px 24px;
	border-bottom:1px solid #fff;
	margin-bottom:10px;
}
#zonaIzq .carritoTienda .totales{
	margin-top:10px;
	padding-top:2px;
	border-top:1px solid #fff;
	float:left;
	width:100%;
	margin-bottom:10px;
}
#zonaIzq .carritoTienda .productos ul{
	float:left;
	width:100%;
}
#zonaIzq .carritoTienda .productos ul li{
	width:100%;
	margin-bottom:2px;
	float:left;
}
#zonaIzq .carritoTienda .productos ul li .desc{
	width:180px;
	float:left;
}
#zonaIzq .carritoTienda .productos ul li .quitar{
	float:right;
	width:30px;
	text-align:right;
}
#zonaIzq .carritoTienda .productos ul li .quitar a{
	color:#fff;
	font-size:1.35em;
}
#zonaIzq .carritoTienda .productos ul li .quitar a:hover{
	color:#222;
}
#zonaIzq .carritoTienda .totales ul li{
	width:100%;
	text-align:right;
	margin-bottom:2px;
}
#zonaIzq .carritoTienda .boton_confirmar .Boton{
	background: url("../img/confirmar_iconx.png") no-repeat scroll right center #ddd;
    border: medium none;
    color: #222;
    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;
	padding-top:4px;
	text-decoration:none;
}
#zonaIzq .carritoTienda .boton_confirmar .Boton:hover{
	background: url("../img/confirmar_icon.png") no-repeat scroll right center #222;
	color:#fff;
}
#zonaIzq .banner{
	float:left;
	width:100%;
}

/* PRODUCTO AMPLIADO */
#zonaPrincipal .fichaProducto{
	float:left;
	/*margin-bottom:20px;*/
}
#zonaPrincipal .fichaProducto .imgProducto{
	float:left;
	width:236px;
	overflow:hidden;
	margin-right:10px;
}
#zonaPrincipal .fichaProducto .imgProducto img{
    max-width: 236px;
}
#zonaPrincipal .fichaProducto .infoProducto{
	float:left;
	width:469px;
	overflow:hidden;
}
#zonaPrincipal .fichaProducto .infoProducto h3{
	text-transform:uppercase;
	font-family: 'liberation_sansregular', Verdana, Geneva, sans-serif;
	font-weight:100;
	font-size:1.5em;
	color:#33474f;
	margin-bottom:1em;
}
#zonaPrincipal .fichaProducto .infoProducto .texto{
	margin-bottom:20px;
}
#zonaPrincipal .fichaProducto .infoProducto .texto p{
	margin-bottom:1em;
}
#zonaPrincipal .fichaProducto .infoProducto .texto p:last-child{
	margin-bottom:0;
}
#zonaPrincipal .fichaProducto .infoProducto .extrainfo{
	background-color:#ddd;
	padding:5px;
	font-size:0.8em;
	margin-bottom:20px;
}
#zonaPrincipal .fichaProducto .infoProducto .extrainfo ul{
}
#zonaPrincipal .fichaProducto .infoProducto .extrainfo ul li{
	display:inline;
	margin-left:20px;
}
#zonaPrincipal .fichaProducto .infoProducto .extrainfo ul li:first-child{
	margin-left:0;
}
#zonaPrincipal .fichaProducto .infoProducto .extrainfo ul li strong{
	color:#0078a1;
	font-family: 'liberation_sansregular', Verdana, Geneva, sans-serif;
	font-weight:100;
}
#zonaPrincipal .fichaProducto .infoProducto .precio{
	clear: both;
    float: right;
	font-family: 'liberation_sansregular', Verdana, Geneva, sans-serif;
	font-weight:bold;
    font-size: 1.5em;
    margin-bottom: 3px;
}
#zonaPrincipal .fichaProducto .infoProducto .btnComprar{
	float:right;
	clear:both;
}
#zonaPrincipal .fichaProducto .infoProducto .btnComprar .btn-azul{
	background:#0078a1 url(../img/flecha2_blanca_right.png) center right no-repeat;
	padding-right:20px;
	line-height:20px;
	padding-top:3px;
}
#zonaPrincipal .fichaProducto .infoProducto .btnComprar .btn-azul:hover{
	background-color:#222;
	color:#fff;
	text-decoration:none;
}
/* /PRODUCTO AMPLIADO */

/* LISTADO PRODUCTOS */
#zonaPrincipal .listadoProductos{
	margin-bottom:20px;
	float:left;
	width:100%;
}
#zonaPrincipal .listadoProductos .texto{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #ddd;
	float:left;
	width:100%;
}
#zonaPrincipal .listadoProductos .texto p{
	margin-bottom:1em;
}
#zonaPrincipal .listadoProductos .texto p:last-child{
	margin-bottom:5px;
}
#zonaPrincipal .listadoProductos .productos li{
	margin-bottom:20px;
}
/*#zonaPrincipal .listadoProductos .productos li:nth-child(3n){
	clear:right;
}*/
/* /LISTADO PRODUCTOS */

/* PESTAÃ‘AS */
#zonaPrincipal .pestanas{
	margin-bottom:20px;
	float:left;
	width:100%;
}
#zonaPrincipal .pestanas .menuTabs ul{
	float:left;
	width:100%;
}
#zonaPrincipal .pestanas .menuTabs ul li{
	float:left;
	border-color: #999;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0;
	background:#ddd url(../img/icon-abere-p.png) 10px center no-repeat;
	padding:5px 10px 5px 40px;
	margin-right:10px;
	font-size: 1.2em;
	cursor:pointer;
	color:#33474f;
}
#zonaPrincipal .pestanas .menuTabs ul li:hover {
	background-color:#fff;

}
#zonaPrincipal .pestanas .menuTabs ul li.active{
	position:relative;
	top:1px;
	background-color:#fff;
}
#zonaPrincipal .pestanas .tab{
	border:1px solid #999;
	padding:10px;
	float:left;
	width:100%;
}

#zonaPrincipal .productos{
	float:left;
}
#zonaPrincipal .productos li{
	float:left;
	margin-right:15px;
	width:221px;
}
#zonaPrincipal .productos li:last-child{
	margin-right:0;
}
#zonaPrincipal .productos li .img{
	width:221px;
	height:221px;
	overflow:hidden;
	text-align:center;
	position:relative;
}
#zonaPrincipal .productos li .img img{
	max-width:221px;
	max-height:221px;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
#zonaPrincipal .productos li .producto{
	border-top:1px solid #33474f;
	background:#ddd url(../img/flecha_verde_down.png) top center no-repeat;
	padding:12px 8px 8px 8px;
}
#zonaPrincipal .productos li .producto h3.title{
	font-family: 'liberation_sansregular', Verdana, Geneva, sans-serif;
	/*font-weight:100;
	font-size:1em;*/
	color:#33474F;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:0.8em;
	height:45px;
	overflow:hidden;
}
#zonaPrincipal .productos li .producto h3.title a{
	color:#33474f;
	text-decoration:none;
}
#zonaPrincipal .productos li .producto h3.title a:hover{
	color:#222;
}

#zonaPrincipal .productos li .producto .texto{
	font-size:0.9em;
	margin-bottom:1em;
	height:85px;
	overflow:hidden;
}
#zonaPrincipal .productos li .producto .texto a{
	color:#222;
	text-decoration:none;
}
#zonaPrincipal .productos li .producto .precio{
	float:right;
	font-family: 'liberation_sansregular', Verdana, Geneva, sans-serif;
	font-weight:bold;
	clear:both;
	font-size:1.2em;
	margin-bottom:3px;
	color:#FF0000;
}
#zonaPrincipal .productos li .producto .btnComprar{
	float:right;
	clear:both;
}
#zonaPrincipal .productos li .producto .btnComprar .btn-azul{
	background:#0078a1 url(../img/flecha2_blanca_right.png) center right no-repeat;
	padding-right:20px;
	line-height:20px;
	padding-top:3px;
}
#zonaPrincipal .productos li .producto .btnComprar .btn-azul:hover{
	background-color:#222;
	text-decoration:none;
	color:#fff;
}
/* /PESTAÃ‘AS */

/* MARCAS */
#zonaPrincipal .marcas{
	float:left;
	width:100%;
}
/* /MARCAS */

/* PROCESO COMPRA INTRANET */
#zonaPrincipal .contenido .tituloCarrito{
	float:left;
	width:100%;
}
#zonaPrincipal .contenido .tituloCarrito ul{
	float:left;
	border:1px solid #ddd;
	margin-left:0;
}
#zonaPrincipal .contenido .tituloCarrito ul li{
	float:left;
	width:141.8px;
	border-left:1px solid #ddd;
	padding:10px;
	background:none;
	color:#33474f;
	margin-bottom:0;
	text-align:center;
	font-family: 'liberation_sansregular', Verdana, Geneva, sans-serif;
	font-weight:100;
	font-size:1em;
}
#zonaPrincipal .contenido .tituloCarrito ul li:first-child{
	border-left:none;
}
#zonaPrincipal .contenido .tituloCarrito ul li.viewed{
	background-color:#ddd;
	color:#0078a1;
}
#zonaPrincipal .contenido #formulariocarrito{
	float:left;
	width:100%;
	margin-top:15px;
}
#zonaPrincipal .contenido #formulariocarrito table:first-child{
	border:1px solid #ddd;
	width:100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom:25px;
}
#zonaPrincipal .contenido #formulariocarrito table:first-child 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;
}
#zonaPrincipal .contenido #formulariocarrito table:first-child thead tr th:first-child, #zonaPrincipal .contenido #formulariocarrito table:first-child tbody tr td:first-child{
	border-left:none;
}
#zonaPrincipal .contenido #formulariocarrito table:first-child tbody tr td:first-child{
	font-size:0.75em;
}
#zonaPrincipal .contenido #formulariocarrito table:first-child tbody tr, #zonaPrincipal .contenido #formulariocarrito table:first-child thead tr{
	border-bottom:1px solid #ddd;
}
#zonaPrincipal .contenido #formulariocarrito input.Texto{
	width:auto;
	text-align:right;
	margin-bottom:0;
}
#zonaPrincipal .contenido #formulariocarrito table:first-child tbody tr td{
	text-align:center;
	border-left:1px solid #ddd;
	font-size:0.85em;
}
#zonaPrincipal .contenido #formulariocarrito table:first-child tbody tr td label{
	float:none;
	margin:0 auto;
	display:inline-block;
}
#zonaPrincipal .contenido #formulariocarrito table:first-child tbody tr td a.blue_none{
	display:inline-block;
}
#zonaPrincipal .contenido #formulariocarrito table#costes{
	float:right;
	border:1px solid #ddd;
	table-layout: fixed;
	border-collapse: collapse;
	width:250px;
	margin-bottom:25px;
}
#zonaPrincipal .contenido #formulariocarrito table#costes thead tr th{
	background-color:#ddd;
	text-align:center;
	font-family: 'liberation_sansregular', Verdana, Geneva, sans-serif;
	font-weight:100;
	font-size:1em;
	text-transform:uppercase;
	color:#0078a1;
	width:50%;
}
#zonaPrincipal .contenido #formulariocarrito table#costes tbody tr{
	border-bottom:1px solid #ddd;
	
}
#zonaPrincipal .contenido #formulariocarrito table#costes tbody tr td{
	text-align:right;
	font-size:0.85em;
	padding:5px;
}
#zonaPrincipal .contenido #formulariocarrito table#costes tbody tr td:first-child{
	background-color:#ddd;
	color:#000;
	padding-right:15px;
}
#zonaPrincipal .contenido #formulariocarrito table#costes tbody tr td:last-child{
	text-align:center;
}
#zonaPrincipal .contenido #formulariocarrito .botones_form{
	clear:both;
	float:none;
	/*float:left;
	width:100%;*/
	margin:0 auto;
	text-align:center;
}
#zonaPrincipal .contenido #formulariocarrito .botones_form li{
	display:inline-block;
	background:none;
	margin:0;
	padding:0;
}
#zonaPrincipal .contenido #formulariocarrito .botones_form li .Boton{
	margin-top:0;
	padding-left:8px;
}
#zonaPrincipal .contenido #formulariocarrito .botones_form li.boton_actualizar .Boton{
	background: url("../img/actualizar_icon.png") no-repeat scroll right center #FEBF04;
}
#zonaPrincipal .contenido #formulariocarrito .botones_form li.boton_vaciar .Boton{
	background: url("../img/vaciar_icon.png") no-repeat scroll right center #FD0001;
	padding-top:4px;
	padding-right:25px;
}
#zonaPrincipal .contenido #formulariocarrito .botones_form li.boton_seguir .Boton{
	background: url("../img/carrito_icon.png") no-repeat scroll right center #1C5A85;
}

#zonaPrincipal .contenido #formulariocarrito .botones_form li.boton_confirm .Boton{
	background: url("../img/confirmar_icon.png") no-repeat scroll right center #4BA614;
	padding-top:4px;
}
#zonaPrincipal .contenido #formulariocarrito .botones_form li.boton_actualizar .Boton:hover, 
#zonaPrincipal .contenido #formulariocarrito .botones_form li.boton_vaciar .Boton:hover, 
#zonaPrincipal .contenido #formulariocarrito .botones_form li.boton_seguir .Boton:hover,
#zonaPrincipal .contenido #formulariocarrito .botones_form li.boton_confirm .Boton:hover {
	background-color:#222;
	text-decoration:none;
}


#zonaPrincipal .contenido #formularioNuevo{
	float:left;
	width:100%;
}
#zonaPrincipal .contenido #formularioNuevo h3{
	border-bottom:1px solid #33474f;
}
#zonaPrincipal .contenido #formularioNuevo p{
	font-family:Verdana, Geneva, sans-serif;
	color:#222;
	width:100%;
	margin-bottom:1em;
	padding:0;
}
#zonaPrincipal .contenido #formularioNuevo .formulario{
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 19%;
}
#zonaPrincipal .contenido #formularioNuevo .Boton{
	margin:0;
	float:left;
}

#zonaPrincipal .contenido #formularioRegistrado{
	float:left;
	width:100%;
}
#zonaPrincipal .contenido #formularioRegistrado h3{
	border-bottom:1px solid #33474f;
}
#zonaPrincipal .contenido #formularioRegistrado p{
	font-family:Verdana, Geneva, sans-serif;
	color:#222;
	width:100%;
	margin-bottom:1em;
	padding:0;
}
#zonaPrincipal .contenido #formularioRegistrado .formulario{
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 73%;
}
#zonaPrincipal .contenido #formularioRegistrado .formulario span{
	margin-right:10px;
}
#zonaPrincipal .contenido #formularioRegistrado .formulario .cajaTexto{
	border:1px solid #222;
	margin-right:10px;
	height:22px;
}
#zonaPrincipal .contenido #formularioRegistrado .Boton{
	margin:0;
	margin-top:5px;
	float:left;
}

#zonaPrincipal .contenido #formularioRecordar{
	float:left;
	width:100%;
}
#zonaPrincipal .contenido #formularioRecordar h3{
	border-bottom:1px solid #33474f;
}
#zonaPrincipal .contenido #formularioRecordar p{
	font-family:Verdana, Geneva, sans-serif;
	color:#222;
	width:100%;
	margin-bottom:1em;
	padding:0;
}
#zonaPrincipal .contenido #formularioRecordar .formulario{
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 29%;
}

#zonaPrincipal .contenido #formularioRecordar .Boton{
	margin:0;
	float:left;
}


#zonaPrincipal .contenido #formularioPagar{
	float:left;
	width:100%;
	margin-top:0;
}
#zonaPrincipal .contenido #formularioPagar p{
	font-family:Verdana, Geneva, sans-serif;
	color:#222;
	width:100%;
	margin-bottom:1em;
	padding:0;
}
#zonaPrincipal .contenido #formularioPagar .direcciones{
	float:left;
	width:337px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:25px;
}

#zonaPrincipal .contenido #formularioPagar .direcciones .tituloNegro{
	border-bottom:1px solid #33474f;
	color:#33474f;
	font-family: 'liberation_sansregular', Verdana, Geneva, sans-serif;
	font-weight:100;
	font-size:1em;
	text-transform:uppercase;
}
#zonaPrincipal .contenido #formularioPagar .direcciones .direccion br{
	display:inline-block;
	visibility:visible;
}
#zonaPrincipal .contenido #formularioPagar .direcciones .edicion{
	text-align:center;
	margin-top:15px;
	margin-bottom:0;
}
#zonaPrincipal .contenido #formularioPagar .direcciones .edicion a{
	color:#CC0000;
}

#zonaPrincipal .contenido #formularioPagar table#carrito2{
	border:1px solid #ddd;
	width:100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom:25px;
	margin-top:25px;
}
#zonaPrincipal .contenido #formularioPagar table#carrito2 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;
}
#zonaPrincipal .contenido #formularioPagar table#carrito2 thead tr th:first-child, #zonaPrincipal .contenido #formularioPagar table#carrito2 tbody tr td:first-child{
	border-left:none;
}
#zonaPrincipal .contenido #formularioPagar table#carrito2 tbody tr td:first-child{
	font-size:0.75em;
}
#zonaPrincipal .contenido #formularioPagar table#carrito2 tbody tr, #zonaPrincipal .contenido #formularioPagar table#carrito2 thead tr{
	border-bottom:1px solid #ddd;
}
#zonaPrincipal .contenido #formularioPagar input.Texto{
	width:auto;
	text-align:right;
	margin-bottom:0;
}
#zonaPrincipal .contenido #formularioPagar table#carrito2 tbody tr td{
	text-align:center;
	border-left:1px solid #ddd;
	font-size:0.85em;
}
#zonaPrincipal .contenido #formularioPagar table#carrito2 tbody tr td label{
	float:none;
	margin:0 auto;
	display:inline-block;
}
#zonaPrincipal .contenido #formularioPagar table#carrito2 tbody tr td a.blue_none{
	display:inline-block;
}
#zonaPrincipal .contenido #formularioPagar table#costes{
	float:right;
	border:1px solid #ddd;
	table-layout: fixed;
	border-collapse: collapse;
	width:250px;
	margin-bottom:25px;
}
#zonaPrincipal .contenido #formularioPagar table#costes thead tr th{
	background-color:#ddd;
	text-align:center;
	font-family: 'liberation_sansregular', Verdana, Geneva, sans-serif;
	font-weight:100;
	font-size:1em;
	text-transform:uppercase;
	color:#0078a1;
	width:50%;
}
#zonaPrincipal .contenido #formularioPagar table#costes tbody tr{
	border-bottom:1px solid #ddd;
	
}
#zonaPrincipal .contenido #formularioPagar table#costes tbody tr td{
	text-align:right;
	font-size:0.85em;
	padding:5px;
}
#zonaPrincipal .contenido #formularioPagar table#costes tbody tr td:first-child{
	background-color:#ddd;
	color:#000;
	padding-right:15px;
}
#zonaPrincipal .contenido #formularioPagar table#costes tbody tr td:last-child{
	text-align:center;
}

#zonaPrincipal .contenido #formularioPagar table#formasPago{
	width:100%;
	font-size:0.85em;
}

#zonaPrincipal .contenido #formularioPagar table#formasPago br{
	display:inline-block;
	visibility:visible;
}
#zonaPrincipal .contenido #formularioPagar table#formasPago tbody tr td:nth-child(3){
	text-align:right;
	padding-right: 15px;
}
#zonaPrincipal .contenido #formularioPagar #botonera{
	text-align:right;
}
#zonaPrincipal .contenido #formularioPagar #botonera .Boton{
	background: url("../img/confirmar_icon.png") no-repeat scroll right center #4BA614;
}
#zonaPrincipal .contenido #formularioPagar #botonera .Boton:hover{
	background-color:#222;

}


#zonaPrincipal .contenido #formularioPagar table#costes{
	float:right;
	border:1px solid #ddd;
	table-layout: fixed;
	border-collapse: collapse;
	width:250px;
	margin-bottom:25px;
}
#zonaPrincipal .contenido #formularioPagar table#costes thead tr th{
	background-color:#ddd;
	text-align:center;
	font-family: 'liberation_sansregular', Verdana, Geneva, sans-serif;
	font-weight:100;
	font-size:1em;
	text-transform:uppercase;
	color:#0078a1;
	width:50%;
}
#zonaPrincipal .contenido #formularioPagar table#costes tbody tr{
	border-bottom:1px solid #ddd;
	
}
#zonaPrincipal .contenido #formularioPagar table#costes tbody tr td{
	text-align:right;
	font-size:0.85em;
	padding:5px;
}
#zonaPrincipal .contenido #formularioPagar table#costes tbody tr td:first-child{
	background-color:#ddd;
	color:#000;
	padding-right:15px;
}
#zonaPrincipal .contenido #formularioPagar table#costes tbody tr td:last-child{
	text-align:center;
}

#zonaPrincipal .contenido #formulariocarrito table#comentarios{
	width:100%;
	float:left;
	table-layout: fixed;
	border-collapse: collapse;
}
#zonaPrincipal .contenido #formulariocarrito table#comentarios tr td.label{
	color: #33474F;
    font-family: 'liberation_sansregular',Verdana,Geneva,sans-serif;
    font-size: 1em;
    font-weight: 100;
}
#zonaPrincipal .contenido #formulariocarrito table#comentarios tr td .Comentarios{
	width:100%;
	color: #222222;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 0.9em;
}

#zonaPrincipal .contenido #formulariocarrito .botonera .Boton{
	 background: url("../img/confirmar_icon.png") no-repeat scroll right center #4BA614;
}
#zonaPrincipal .contenido #formulariocarrito .botonera .Boton:hover{
	background-color:#222;
}
#zonaPrincipal .contenido #formulariocarrito p.nota{
	width:100%;
}

#zonaPrincipal .contenido p.title strong{
	color: #33474F;
    font-family: 'liberation_sansregular',Verdana,Geneva,sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    margin-bottom: 1em;
    text-transform: uppercase;
}

#zonaPrincipal .contenido table#datosPedido{
	width:695px;
	float:left;
	margin-bottom:25px;
	margin-right:10px;
	margin-left:10px;
}
#zonaPrincipal .contenido table#datosPedido .numPedido strong,
#zonaPrincipal .contenido table#datosPedido .fechaPedido strong{
	text-align:left;
	font-family: 'liberation_sansregular',Verdana,Geneva,sans-serif;
    font-weight: 300;
	font-size: 1.05em;
	text-transform:uppercase;
	color:#33474f;
}
#zonaPrincipal .contenido table#datosPedido .fechaPedido strong{
	margin-left:10px;
}
#zonaPrincipal .contenido table#datosPedido .dirFacturacion strong,
#zonaPrincipal .contenido table#datosPedido .dirEnvio strong,
#zonaPrincipal .contenido table#datosPedido .formaPago strong,
#zonaPrincipal .contenido .comentarios strong{
	border-bottom: 1px solid #33474F;
    color: #33474F;
    font-family: 'liberation_sansregular',Verdana,Geneva,sans-serif;
    font-size: 1em;
    font-weight: 100;
    text-transform: uppercase;
	width:100%;
	display:inline-block;
}
#zonaPrincipal .contenido table#datosPedido .dirFacturacion .contenedor{
	width:332px;
	float:left;
}
#zonaPrincipal .contenido table#datosPedido .dirEnvio .contenedor{
	width:332px;
	float:right;
}
#zonaPrincipal .contenido table#datosPedido .dirFacturacion dir,
#zonaPrincipal .contenido table#datosPedido .dirEnvio dir,
#zonaPrincipal .contenido table#datosPedido .formaPago dir,
#zonaPrincipal .contenido .comentarios dir{
	padding:0;
}
#zonaPrincipal .contenido table#datosPedido .dirFacturacion dir br,
#zonaPrincipal .contenido table#datosPedido .dirEnvio dir br,
#zonaPrincipal .contenido table#datosPedido .formaPago dir br,
#zonaPrincipal .contenido .comentarios dir br{
	display:inline-block;
	visibility:visible;
}
#zonaPrincipal .contenido .comentarios,
#zonaPrincipal .contenido .botones_form{
	width:100%;
	float:left;
	
}
#zonaPrincipal .contenido .comentarios{
	margin-bottom:15px;
}
.table{
	border:1px solid #ddd;
	width:100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom:25px;
}
.table 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;
}
.table thead tr th:first-child, .table tbody tr td:first-child{
	border-left:none;
}
.table tbody tr td:nth-child(2){
	font-size:0.75em;
}
.table tbody tr td:nth-child(2) a{
	color:#222;
	text-decoration:none;
}
.table tbody tr, .table thead tr{
	border-bottom:1px solid #ddd;
}
.table tbody tr td{
	text-align:center;
	border-left:1px solid #ddd;
	font-size:0.85em;
	background-color:#fff;
}

#zonaPrincipal .contenido table#costesRegistro{
	float:right;
	border:1px solid #ddd;
	table-layout: fixed;
	border-collapse: collapse;
	width:250px;
	margin-bottom:25px;
}
#zonaPrincipal .contenido table#costesRegistro thead tr th{
	background-color:#ddd;
	text-align:center;
	font-family: 'liberation_sansregular', Verdana, Geneva, sans-serif;
	font-weight:100;
	font-size:1em;
	text-transform:uppercase;
	color:#0078a1;
	width:50%;
}
#zonaPrincipal .contenido table#costesRegistro tbody tr{
	border-bottom:1px solid #ddd;
	
}
#zonaPrincipal .contenido table#costesRegistro tbody tr td{
	text-align:right;
	font-size:0.85em;
	padding:5px;
}
#zonaPrincipal .contenido table#costesRegistro tbody tr td:first-child{
	background-color:#ddd;
	color:#000;
	padding-right:15px;
}
#zonaPrincipal .contenido table#costesRegistro tbody tr td:last-child{
	text-align:center;
}
#zonaPrincipal .contenido .botones_form .Boton{
	background: url("../img/carrito_icon.png") no-repeat scroll right center #1C5A85;
    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;
}
#zonaPrincipal .contenido .botones_form .Boton:hover{
	background-color:#222;
}
/* /PROCESO COMPRA INTRANET */
#zonaPrincipal .contenido .botonera{
	width:100%;
	float:left;
	margin-bottom:25px;
}
#zonaPrincipal .contenido .botonera .Boton_back{
	background: url("../img/flecha2_blanca_left.png") no-repeat scroll left 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-right: 8px;
    padding-left: 20px;
    text-transform: uppercase;
	padding-top:4px;
}
#zonaPrincipal .contenido .botonera .Boton_back:hover{
	background-color:#222;
}

#zonaPrincipal .contenido .encontrados{
	font-size:0.8em;
}

#listadoUltimos td{
	text-align:left; vertical-align:top; width:100%; padding:10px;
}