@charset "utf-8";
/* CSS Document */
body{
	/*background-color:#245CE1;*/
	/*background-color:#2F5988;*/
	/*background-color:#808040;*/
	/*background-color:#990000;*/
	margin-top:0;
	background-color:#000000;
}
.divContenedorGeneral {
	width:960px;
	height:605px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	border:none;
	background-color:#e7eeb9;

}
.divCabezal{
	width:960px;
	height:180px;
	float:left;
	background-image:url(imagenes/armado/cabezal.jpg);
}
.divContenedorMenu{
	width:960px;
	height:31px;
	float:left;
	background-image:url(imagenes/armado/fondomenu.jpg);
}
.divContenedorIzq{
	width:311px;
	height:368px;
	float:left;
	/*background-image:url(imagenes/armado/fondoizquierda.png);*/
	background-repeat:repeat-y;
	
}
.divContenedorDer{
	width:649px;
	height:368px;
	float:right;
	/*background-color:#DCD6BE;*/
}
.divContratenos{
	width:230px;
	padding-left:10px;
	padding-top:8px;
	height:59px;
	float:left;
}
.divCamaraChica{
	width:230px;
	float:left;
	height:215px;
	padding-top:6px;
	padding-left:10px;
}
.divCuadroRojo{
	width:311px;
	height:77px;
	float:left;
	padding-top:0px;
	padding-left:0px;
	text-align:left;
}
.divtituloBienvenidos{
	width:649px;
	height:31px;
	float:left;
	padding-top:10px;
}	
.divtituloProductos{
	width:649px;
	height:31px;
	float:left;
	padding-top:10px;
}	
.divContenedorTxtBienvenidos{
	width:649px;
	height:101px;
	float:left;
	background-image:url(imagenes/armado/fondotxtbienvenidos.jpg);
	background-position:top;
}
.divContenedorTxtProductos{
	width:649px;
	height:320px;
	float:left;
	vertical-align:top;
	overflow:scroll;
	overflow-x:hidden;
/*	background-image:url(imagenes/armado/fondotxtbienvenidos.jpg);
	background-position:top;*/
}
.divTxtBienvenidos{
	width:500px;
	height:101px;
	float:left;
	padding-left:140px;
	padding-top:6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000066;
}

.divTituloServicios{
	width:290px;
	height:31px;
	padding-top:11px;
	float:left;
}
.divTxtServicios{
	width:290px;
	height:177px;
	float:left;
	/*overflow:scroll;*/
	overflow-x: hidden;
	position: relative;
	visibility: visible;
	background-image:url(imagenes/armado/fondotxtnovedades.jpg);
	/*background-color:#DCD6BE;*/
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
}
.divTituloNovedad{
	width:290px;
	height:31px;
	padding-top:11px;
	float:right;
}
.divTxtNovedades{
	width:290px;
	height:177px;
	float:right;
	overflow:scroll;
	overflow-x: hidden;
	position: relative;
	visibility: visible;
	background-image:url(imagenes/armado/fondotxtnovedades.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	/*background-color:#DCD6BE;*/
}
.menu{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:right;
	width:630px;
	height:27px;
}
#menu ul{ 
	list-style-type:none;
	display:inline;
}
#menu ul li{
	display:inline;
}
.pie{
	width:960px;
	height:15px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	float:left;
	padding-top:10px;
	border-top-color:#990000;
	border-top-style:solid;
	border-width:thin;
	
}
.divdetalleproducto{
	width:100%;
	height:100%;
	padding-top:4px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:300;
	text-align:justify;
	float:left;
}
.divdetallecontacto{
	width:100%;
	height:100%;
	padding-top:4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	float:left;
}
.fotoproducto{
	width:150px;
	height:120px;
	float:left;
	text-align:center;
	
}
.detalleprod{
	width:450px;
	height:120px;
	padding-left:5px;
	color:#000000;
	float:left;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
.divcontenedorfotos{
	width:150px;
	height:auto;
	float:left;
}
.divcontenedordescripcion{
	width:499px;
	height:auto;
	float:left;
}	



