@import url("reset.css");


/*CLASES*/

.notation {
	font-size: 10px;
	color: #666666;
}

.alineado {
	text-align: left;
}

.resaltado {
	font-weight: bold;
	color: #CC0000;
}
.negrita {font-weight: bold;}




/*GENERIC STYLES*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	background-image: url(../images/bg.gif);
	text-align: center;
	margin: auto;
}

a {
}
a:hover { text-decoration:underline;}

h2 {}
h3 {}

#wrapper {
	width: 810px;
	margin: auto;
	text-align: center;
}
#header{ }
#bgTop {
	background-image: url(../images/bgTop.png);
	height: 35px;
	width: 810px;
	background-repeat: no-repeat;
}
#banner {
	width: 760px;
	height: 150px;
}

#header h1 {}
#wrapContent{
	background-image: url(../images/bgWrapper.png);
	background-repeat: repeat-y;
	width: 810px;
}
#content {}
#wrapContainer {
	width: 760px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: left;
}
#logo {
	height: 120px;
	text-align: center;
}

#bgBottom {
	background-image: url(../images/bgBottom.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 810px;
}
#imgLogo {
	text-align: center;
	margin: auto;
	padding-top: 15px;
} 
#hTitle {
	background-image: url(../images/bgTitle.gif);
	height: 40px;
	width: 755px;
	font-size: 19px;
	background-repeat: no-repeat;
	padding-top: 15px;
	text-align: right;
	padding-right: 5px;
}
#nav {
	width: 185px;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
	position: relative;
}
#nav a {
	background-image: url(../images/bgmenu.jpg);
	height: 23px;
	width: 165px;
	display: block;
	padding-top: 6px;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
#nav li {
	padding-bottom: 3px;
}
#nav a:hover {
	background-position: 0px -29px;
	color: #660000;
}
#main {
	float: left;
	width: 555px;
	padding-top: 10px;
	padding-left: 10px;
}
#col1H {
	background-image: url(../images/bgSquare.jpg);
	background-repeat: no-repeat;
	height: 230px;
	width: 160px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	position: relative;
}
#col2H {
	float: left;
	width: 212px;
	height: 260px;
	padding-left: 3px;
	position: relative;
}
#col3H {
	float: left;
	width: 142px;
	height: 260px;
	padding-left: 3px;
	position: relative;
}

#col1S, #presContent {
	width: 300px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	position: relative;
}



#miniLogo {
	float: left;
	height: 35px;
	width: 50px;
}
#footer {
	text-align: center;
	width: 650px;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#direccion {
	font-size: 11px;
	width: 600px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 5px;
}

/*CLASIFICACION Y COLORES*/
#prodContent { position: relative; float: left;}
#clasificacion {padding-bottom: 20px}
.colClas {
	background-image: url(../images/bgSquare.jpg);
	background-repeat: no-repeat;
	height: 230px;
	width: 160px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	position: relative;
	text-align: center;
	font-weight: bold;
}
#laqueados, #lustres, #otros {
	padding-bottom: 25px;
}


.productos li { padding-bottom: 5px;}

.titleClas {
	background-image: url(../images/bgTitClas.gif);
	height: 24px;
	width: 515px;
	padding-top: 5px;
	padding-left: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
	margin-left: 5px;
}

.imgVolver {
	width: 60px;
	padding-right: 10px;
	padding-left: 35px;
	padding-top: 5px;
}

.titleClas h2 {
	font-size: 13px;
	font-weight: bold;
	width: 400px;
	float: left;
	padding-top: 5px;
}


div.container {
	width: 530px;
	margin: auto;
	text-align: center;
	float: left;
	padding: 5px;
	position: relative;
}
div.float {
	width: 250px;
	padding: 5px;
	float: left;
	text-align: left;
  }
.thumb {
	padding:3px;
	float: left;
	text-align: center;
	margin: auto;
	width: 100px;
}
div.float  p {
	font-size: 11px;
}

.ccTextos {
	width: 130px;
	float: left;
	padding: 3px;
	color: #996633;
}
div.float p.titProductos {
	font-size: 12px;
	font-weight: bold;
}



/*FORMULARIO*/
input, select, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 300px;
	border: 1px solid #C1B59D;
	padding: 2px;
	color: #663300;
}

textarea {
	height: 80px;
}
label {
	color: #663300;
}
input.enviar {
	width: 100px;
	border: 1px solid #663300;
	background-color: #E5B259;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}
input, textarea {
	margin-bottom: 15px;
}
/*FIN FORMULARIO*/



.centrado {
	text-align: center;
	margin: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}



#design{
	padding-top: 15px;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
#m3w{ margin-top:-1px;}
#gr{ margin:0px; padding-top: 5px;}