@import "reset.css";

/* GOOGLE */

iframe {
 width: 100% !important;
 background: none !important;
}

iframe table .t {
 background: none !important;
}

iframe body {
 background: none !important;
}

body {
 font-family: Verdana, Helvetica;
 font-size: 12px;
 background-color: #7d7d7d;
 color: #a80175;
}

#contenedor {
 margin: 10px auto;
 background-color: #FFFFFF; 
 width: 980px;
 overflow: visible;
}

#superior {
 width: 100%;
 height: 187px;
 background-color: #a80175;
 text-align: right;
}

#lateral_izda {
 position: relative;
 float: left;
 margin-top: -187px;
 margin-left: 5px;
 width: 306px;

}

#cuerpo {
 margin: 0px 0px 20px 320px;
 padding: 10px;
 
}

#pie {
 margin: 0px 0px 0px 0px;
 clear: both;
 border-top: #a80175 5px solid;
 background-color: #FFFFFF;
 padding: 20px;
 text-align: center;
}

h1 {
 background-color: #cbdb2a;
 color: #a80175;
 font-family: Arial Black;
 font-size: 18px;
 text-align: right;
 margin: -38px -10px 10px 0px;
 padding: 5px;
}

h2 {
 color: #a80175;
 font-family: Arial Black;
 font-size: 18px;
 border-bottom: 1px solid #a80175;
 margin-bottom: 10px;
}




.hidden {
 visibility: hidden;
}

.clear {
 clear: both;
}
 
.recuadro {
 position: relative;
 background-color: #FFFFFF;
 border: 1px solid #CCC;
 width: 304px;
 height: 90px;
 margin: 10px 0px 10px 0px;
 text-align: center;
 font-weight: bold;
}

.recuadro-dentro {
 width: 280px;
 height: 66px;
 margin: 2px;
 padding: 10px;
 background-color: #cbdb2a;
 line-height: 15px;
 text-align: left;
}

#TablaTitulo {
	padding: 2px;
	margin: 2px;
	background-color: #cbdb2a;
	font-weight: bold;
}

#Tabla {
	padding: 2px;
	margin: 2px;
	border: 1px solid #cbdb2a;
	font-weight: bold;
}

/* MARCAS */

.marcas {
	float: left;
	width: 180px;
	height: 150px;
	border: 1px solid #cbdb2a;
	margin: 5px;
	padding: 5px;
	text-align: center;
	overflow: hidden;
}

.marcas img {
	clear: both;
	overflow: hidden;
	border: none;
	margin: 2px 10px 2px 2px;
}
	
	
	

 
/* MENU */



#btns {
 width: 300px;
 height: 211px;
 margin: 2px;
 background-color: #cbdb2a;
}

#btns ul {
 list-style-position: outside;
 list-style-type: none;
 padding-left: 40px;
 padding-top: 5px;
}

#btns ul li {
 float: left;
}

#btns a {
 text-indent: -9999px;
 background: url(imgs/menu.png) no-repeat;
 display: block;
 height: 46px;
 width: 206px;
 overflow: hidden;
}

#btns-novedades a {
 height: 46px;
 background-position: 0 0;
}

#btns-novedades a:hover {
 background-position: -208px 0;
}

#btns-empresas a {
 height: 46px;
 background-position: 0 -52px;
}

#btns-empresas a:hover {
 background-position: -208px -52px;
}

#btns-catalogo a {
 height: 46px;
 background-position: 0 -103px;
}

#btns-catalogo a:hover {
 background-position: -208px -103px;
}

#btns-contacto a {
 height: 46px;
 background-position: 0 -158px;
}

#btns-contacto a:hover {
 background-position: -208px -158px;
}

/* Fin Menu */

.formulario {
	border: 1px dashed #a80175;
	padding: 5px;
}

.formulario_titulo {
	font-weight: bolder;
	border-bottom: 1px solid #a80175;
	margin-bottom: 10px;
	margin-top: 10px;
	
}



