@charset "UTF-8";
/* CSS Document */
/* CSS Mini Reset */
html, body, div, form, fieldset, legend, label
{
 margin: 0;
 padding: 0;
}

table
{
 border-collapse: collapse;
 border-spacing: 0;
}

th, td
{
 text-align: left;
 vertical-align: top;
}

h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; }

img { border: 0; }
/* CIERRA CSS Mini Reset */

body {
	background-color: #fff;
	background-image: url(../img/01-home/mosaico-fondo.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.bannerHeader {
	background-image:url(../img/01-home/baner-botones.jpg);
	background-repeat:no-repeat;
	height:151px;
	margin-right: auto;
	margin-left: auto;
	width: 920px;
}

.btnUno {
	text-align: justify;
	float: right;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:15px;
	width: 920px;
}

.btnUno img{
	margin-left:22px;
}

.compactel {
	float: right;
	margin-right:20px;
	text-align:center;
	width:265;
}

.compactel a{
	text-decoration:none;
	color: #000;
}

.compactel a:hover{
	text-decoration:none;
	color: #000;
}

.datosTop {
	color: #FFF;
	float: right;
	text-align:right;	
	padding-top:10px;
	padding-right:15px;

}

.fondoHome {
	background-image: url(../img/01-home/malla-home.jpg);
	float: right;
	height: 515px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

.fondoInterior{
	background-image: url(../img/03-productos/03a-maquinariaparachatarra/tabla-maquinariaparachatarra.jpg);
	background-repeat:no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top:90px;
	width: 876px;
	height:620px;

}

footer{
	float:right;
	margin-top:-70px;
	padding:15px;
	width:890px;
	background-color: #757575;
}

footer a{
	text-decoration:none;
	color: #a4a4a4;
}

footer a:hover{
	text-decoration:none;
	color: #990000;
}

.logo {
	height: 90px;
	float:left;
	padding-top:10px;
	padding-left:35px;
	width: 390px;
}

.mainTodo {
	margin-right: auto;
	margin-left: auto;
	width: 920px;
}

.nav{
	float: left;
	margin-top:-33px;
	display:inline;
}

.tel{
	font-size:14px;
}

.tel a{
	text-decoration:none;
	color: #FFFFFF;
}

.tel a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.textoP {
	float: left;
	margin-left:25px;
	text-align: justify;
	width:575px;
}

.textoN {
	float: right;
	margin-right:20px;
	width:550px;
	text-align: justify;
}

.titulo{
	color:#ec3232;
	font-weight:bold;
}

.volverProducto{
	float:right; 
	margin-top:15px;
	color:#ec3232;
	font-weight:bold;
}

.volverProducto a{
	text-decoration:none;
	color: #ec3232;
}

.volverProducto a:hover{
	text-decoration:none;
	color: #00C;
}
