@import url("reset.css");
html {
	height: 100%;
}
BODY {
	height: 100%;
	width:100%;
	font : 0.7em Arial, sans-serif;
	color : #4c4c4c;
	margin : 0px 0px 0px 0px;
	text-align: center;
	background: #FFFFFF url(pngs/fondo_gral.png) no-repeat top center;
}
#contenedor{
	text-align: center;
	vertical-align: top;
	width: 820px;
	margin: auto;
	overflow: hidden;
	z-index: 0;
	display: block;
}
#header{
	width: 100%;
	min-height: 150px;
	margin-top: 100px;
	padding: 30px 0 0 10px;
	background: #bf0101 url(pngs/rayado.png) bottom left no-repeat;
	text-align: left;
}
.leftCol{
	float: left;
	width: 25%;
	background: #bf0101 url(pngs/rayado.png) top left no-repeat;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}
.main{
	float: left;
	width: 75%;
	background: #EFEFEF url(pngs/degr_fondo_contenido.png) repeat-x top left;
	padding-bottom: 100px;
	min-height: 600px;
	height:auto !important;
	height:600px;

}
.main p, .descripcion{
	text-align: left;
	margin: 15px 160px 15px 35px;
}
.main form.comprar{
	margin: 0px 35px;
	text-align: left;
}
.menu{
	background: url(pngs/placa_menu.png) no-repeat;
	height: 187px;
	text-align: left;
	padding: 23px;
	margin: 240px 0 0 10px;
	z-index: 100;
	position: relative;
}
.menu li{
	margin: 16px 0px;
}
.menu li a{
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14pt;	
}
.contacto{
    margin: 20px 0;
    color:white;
    text-decoration:none;
    display:block;
}
.buscador{
	background-color: #606060;
	color: #909090;
	width: 100%;
	text-align: right;
	padding: 6px;
	margin-bottom: 40px;
}
.buscador span{
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
}
.buscador input{
	margin-right: 10px;
	border: 1px solid #909090;
}
h1{
	text-transform: uppercase;
	color: #b11918;
	font-weight: bold;
	font-size: 30pt;
	font-style: italic;
	margin-bottom:60px;
}
h2{
	border-bottom:1px solid #DFDFDF;
	font-family:Helvetica;
	font-weight:bold;
	margin:20px 35px;
	text-align:left;
}

.destacados{
	float: right;
	background: url(pngs/fondo_destacados.png) no-repeat;
	width: 190px;
	height: 116px;
	clear: both;
	margin: 10px 30px;
}
.destacados p{
	margin: 0px 35px;
}
.destacados p a{
    color: #4c4c4c;
    text-decoration: none;
}
.destacados img{
    float:right;
    margin:0 15px;
}
.destacados span{
	display: block;
	font-size: 12pt;
	font-weight: bold;
	margin: 15px;
	text-align: left;
	text-transform: uppercase;
}
.mina{
	float: left;
	margin: -250px 0 0 -444px;
	z-index: 0;
	position: absolute;
}
.paginacion{
	text-decoration: none;
	margin: 5px;
	font-size: 10pt;
	color: #4c4c4c;
	clear: both;
}
.pagCont{
	clear: both;
}
.chapa{
	background: url(pngs/aquare.png) no-repeat;
	float: left;
	width: 180px;
	padding: 20px 25px;
	text-align: center;
	margin: 60px 0 0 50px;
	height: 474px;
	color: #4c4c4c;
}
.chapa li.titulo{
	background: url(pngs/rayado.png) no-repeat;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 16pt;
	padding: 20px 0;
	margin: 0;
}
.chapa li{
	margin: 9px 0;
}
.chapa li a{
	color: #4c4c4c;
	text-decoration: none;
	font-size: 8pt;
}
.producto{
	float:left;
	margin:25px;
	width:255px;
}
.producto h2{
	margin: 25px 115px 0 0;
}
.producto h2 a{
	font-size:8pt;
	font-weight:bold;
	text-decoration: none;
	color: #4c4c4c;
}
.producto img, .fotoProd{
	background:transparent url(pngs/contenedor.png) no-repeat scroll 0 0;
	float:right;
	height:110px;
	padding:20px 30px;
	width:90px;
}
.producto p{
	margin: 5px;
}
strong{
	font-weight: bold;
}
.logosBancos img{
    margin-top:70px;
}

.tCompras{
    margin:0 2% 40px;
    width:95%;
    border-collapse:collapse;
}
.tCompras th{
    font-size:15px;
    font-weight:bold;
    padding:5px;
    border: 1px solid black;
}
.tCompras td{
    padding:5px;
    font-size:13px;
    border: 1px solid black;
}
.tCompras td a{
    color: #BF0101;
    text-decoration: none;
    font-weight: bold;
}
.carrito{
    float:right;
    margin:0 30px;
}
.btnLeft{
    color:#BF0101;
    display:block;
    float:left;
    font-size:13px;
    margin:30px 10px;
    text-decoration:none;
}
.btnRight{
    color:#BF0101;
    display:block;
    float:right;
    font-size:13px;
    margin:30px 10px;
    text-decoration:none;
}
form.confirm{
    text-align: left;
    padding: 0 30px;
}
form.confirm label{
    width: 150px;
    margin: 10px 5px;
    display:block;
    float:left;
}
form.confirm input{
    margin: 10px 0;
}
