/* CSS J&E Cocinas y Baņos */

/* Estilos especificos del web */

* { margin:0px; padding:0px;}

body {
	margin:0px;
	padding:0px;
	color:#000;
	font:90% Tahoma, Arial, Verdana;
	background-color:#535353;	
	
}
.fondo { background: url(../img/fondo.gif) center top no-repeat;}

h1 { float:left; width:197px; margin-top:10px;}
h2 { font:normal 150% Arial, Helvetica, sans-serif; color:#666; text-align:right;}
h3 { font:normal 150% Arial, Helvetica, sans-serif; color:#9b0b02; float:left; margin:10px 0 17px 10px;}
h3 span { color:#333; font-size:80%;}
h4 { font:bold 110% Arial, Helvetica, sans-serif; margin-bottom:20px; color:#9b0b02;}

p {
	margin:0px 0 10px;
	line-height:130%;
	font:90% Tahoma, Arial, Verdana;
}

a{ color:#000; text-decoration:none;}
a:link{	color:#000;}
a:visited{ color:#333;}
a:active{ color:#9b0b02;}
a:focus{ color:#9b0b02;}
a:hover { color:#9b0b02;}

img { border-style:none;}
.clear {clear: both; color:#999; text-align:right; font:0.7em tahoma, Verdana, Arial, Helvetica;}
noscript p{ clear:both; margin: 20px auto; width:950px; display:block; color:#fff; clear:both;}


/*-- Estilos para la Home --*/

#contenedor {
	width:981px;
	margin:0px auto 10px;
	padding-top:10px;
	background-color:#fff;
	color:#333;
}

#head { height:90px; margin:0 20px; }

.col-menus {
	float:right; 
	width:740px; 
	height:73px; 
	font:normal 80% Tahoma, Arial, Verdana; 
	margin:10px 0px 0 0; 
	background:url(../img/fondo-menu.gif) left bottom repeat-x;
}
.col-menus ul{ text-align:center; margin-top:18px; padding:10px 0px; display:block; width:99%;}
.col-menus li {
	margin:0px;
	list-style-type:none;
	font:bold 100% Arial, Helvetica, sans-serif;
	color:#333;
	display:inline;
	text-transform:uppercase; 
	padding:4px 25px;  
	border-left:1px solid #fff;
}
.col-menus li a {color:#333; padding:3px; }
.col-menus li a:hover { background-color:#000; color:#fff;}
.col-menus .current {background-color:#000; color:#fff; }

.col-menus .sin { border:none;}
#contenido {
	margin:0px;
	padding:0px;
	color:#333;
}
.img-home {
	overflow:hidden;
	padding:8px 17px;
	background-color:#e5e5e5;
}
#destacados { background:url(../img/fondo-destac.gif) left top no-repeat; height:195px; width:937px; margin:20px auto;}

.col-a, .col-b {
	float:left;
	width:240px;
	margin:0px 0 25px 40px;
	font-size:85%;
	padding:0 0px 0 0;
}
.col-b {
	margin:0px 10px 20px 30px;
	padding:0 25px 15px 40px;
}
.col-a p, .col-b p { line-height:130%;}
.col-a p a, .col-b p a{
	background: url(../img/ico-cruz.gif) 0px center no-repeat;
	padding:2px 0px 2px 15px;
	font-size:110%;
	float:left;
	color:#9b0b02;
	margin:0px 0;
}
.col-a p a:hover, .col-b p a:hover {
	border-bottom:1px dotted #9b0b02;
}
.col-a h2, .col-b h2  {
	color:#000;
	font:bold 120% Arial, Helvetica, sans-serif;
	margin:15px 0 5px;
	text-align:left;
}

/*---- Paginas interior ---------- */

#contenido-i {
	margin:0px 20px 15px;
	padding:3px;
	border:1px solid #ccc;
}
.contenido-i {
	background: #aaaaaa url(../img/fondo-catalogo.gif) 0px 0px repeat-x;
	color:#333;
}
.marca { 
	float:right; 
	width:340px; 
	padding:5px 0px 5px 0; 
	color:#000;
	margin-right:10px;
	text-align:right;
}
.marca img { float:right; margin-left:20px;}

.marca-b { 
	float:right; 
	width:500px; 
	padding:5px 0px 5px 0; 
	color:#000;
	margin-right:10px;
	text-align:right;
}
.marca-b li{ display:inline;}
.marca-b li img{ margin-right:10px; vertical-align:middle;}

#catalogo{
	border-top:1px solid #ccc;
	padding:8px 8px 8px 100px;
	background:url(../img/catalogo-tit.gif) 0px 15px no-repeat;
	min-height:330px;
}

#catalogo li {
	background:url(../img/cuadro-foto.png) left top no-repeat;
	list-style: none;
	width:125px;
	height:85px;
	float:left;
	margin:7px 8px;
	padding:10px;
}
#catalogo li img{
	border:1px solid #fff;
	}

#servicios{
	border-top:1px solid #ccc;
	padding:25px 8px 8px 50px;
	min-height:275px;
	background: url(../img/servicios-img.jpg) right top no-repeat;
}
.serv {
	background: url(../img/ico-flecha.gif) left 7px no-repeat;
	list-style: none;
	padding:0 0 8px 8px;
	line-height:180%;
	font-size:75%;
}
.list li { display:inline; list-style:none;}

#qs{
	border-top:1px solid #ccc;
	padding:25px 8px 8px 50px;
	min-height:275px;
	background: url(../img/quienes-somos-img.jpg) right top no-repeat;
}
#qs p { width:350px; font:normal 75% Tahoma, Arial, Verdana; line-height:150%;}

.im strong { display:block;}
.im img { margin:0 10px 5px 0;}

#contacto{
	border-top:1px solid #ccc;
	padding:25px 8px 8px 50px;
	min-height:275px;
	background: url(../img/contacto-img.jpg) right top no-repeat;
	clear:both;
}

.iframe { 
	width:380px;
	height:200px;
	border:1px solid #ccc; 
	padding:3px;
	overflow:hidden;
	background-color:#fff;
	margin-top:10px;
}
.iframe iframe {
	width:380px;
	height:200px;
	border:1px solid #fff; 
}
#texto {
	border-top:1px solid #ccc;
	padding:25px 8px 8px 50px;
	margin-right:20px;
	clear:both;
}
#texto ul { margin-bottom:15px;}
#texto li {
	list-style:none;
	background:url(../img/ico-flecha.gif) left center no-repeat;
	padding-left:10px;
	line-height:130%;
	font-size:85%;
}

/* -- Formulario -- */

/*estilos de formulario */

.formulario { float:right; width:350px;  font-size:90%; background:url(../img/formulario.gif) center top no-repeat; padding:0 50px;}
.formulario p { font-size:85%; line-height:130%; margin-bottom:10px; display:block;}
#formulario { width:90%; margin:0px auto; background-color:#e5e5e5; border:1px solid #ccc; padding:10px 20px; }

.gracias {
	width:90%;
	background-color: #eaeaea;
	border:1px solid #ccc;
	font:90% Tahoma, Arial, Verdana;
}
label { display:block; line-height:120%;
}
input, textarea{
	border-style:none;
	border-bottom:1px solid #999;
	padding:1px;
	color:#000;
	font:100% Tahoma, "Trebuchet MS", Arial, Verdana;
	width:98%;
	background-color:#eee;
	margin-bottom:3px;	
	list-style-type:none
}
textarea{
	height:50px;
	margin-bottom:10px;	
}

.boton{
	width:80px;
	color:#fff;
	background-color:#9b0b02;
	border:1px solid #666;
	display:block;
	margin:20px 0px 8px 120px;
	cursor:pointer;
	padding:2px 0;
}

.boton:hover{
	background-color:#666;
	color:#fff;
}
.check {
	margin-right:5px;
	clear:both;
	width:15px;
	border-style:none;
	float:left;
	color:#ccc;
}
#formulario a {
	color:#666;
	border-bottom:1px dotted #666;
}
#formulario a {
	border-bottom:1px solid #666;
}
.gracias { padding:60px 30px; line-height:180%;}

.gracias a { display:block;	margin:10px 0; text-decoration:underline;}
.gracias a:hover { color:#cc0000;}



/* -- Pie -- */

#pie {	
	font:85% Tahoma, Verdana, Arial, Helvetica;
	color:#333;
	background-color:#ccc;
	padding:8px 10px 0 20px;
	height:50px;
	line-height:100%;
	clear:both;
}
.pie {float:left; width:200px;}
#pie ul { margin:0 0 0 10px;}
#pie li { display:inline; list-style:none; color:#9b0b02; padding-bottom:3px; font:normal 90% Tahoma, Arial, Verdana;}
#pie li a{ color:#333;}
#pie li a:hover{ text-decoration:underline; color:#9b0b02}

#pie .sp { margin:8px 0px 0 0; float:right; width:390px; }
#pie .sp p{ float:left; text-align:right;}
address { float:left; margin-left:20px; border-left:1px dotted #333; padding-left:20px; font:normal 90% Tahoma, Arial, Verdana;}





