/* Estilos genericos de la pagina */

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	color: #010101;
}

a img {
	border: 0px;
}

a {
	color: #4E2A28;
}

a:hover {
	color: #F79646;
}

.nivel1 a {
	text-decoration: none;
	color: #4B1D1D;
}

.nivel1 a:hover {
	text-decoration: underline;
	color: #F79646;
}

#contenedor {
	width: 990px;
	margin: auto;
}

#nota_pie {
	text-align: center;
	font-size: 11px;
	color: #686868;
	vertical-align: bottom;
	padding-bottom: 2px;
}

#nota_pie a {
	color: #686868;
}

#mail_nota_pie {
	color: #999999;
}


/* No flash */
#contenido_no_flash {
	padding:28px;
	padding-top:0px;
	padding-bottom:0px;
	width: 850px;
}

#contenido_no_flash h1 {
  font-size: 14px;
	color: #4E2A28;
	font-weight: bold;
}

#contenido_no_flash h2 {
  font-size: 14px;
	color: #4E2A28;
	font-weight: normal;
}

/* Caja envolvente */

#cab_caja {
	background-image: url(../imagenes/top.jpg);
	width: 990px;
	height: 50px;
}

#i_caja {
	background-image: url(../imagenes/left.jpg);
	width: 60px;
}

#d_caja {
	background-image: url(../imagenes/right.jpg);
	width: 60px;
}

#pie_caja {
	background-image: url(../imagenes/bottom.jpg);
	width: 990px;
	height: 42px;
}

.contenido_caja {
	width: 870px;
	padding: 0px 0px 0px 0px;
}


/* Elementos de la pagina */

#titulo {
	font-size: 25px;
	font-weight: bolder;
	width: 500px;
	color: #3C1F01;
}

#cab_izq{
	float: left;
	width: 714px;
	height: 139px;
}

#logo {
	float: left;
	position: relative;
	top: -30px;
	width: 156px;
	height: 139px;
}

#bar {
	font-size: 12px;
	margin-top: 18px;
	font-weight: bold;
	color: #4E2A28;
}

.clearboth {
	clear: both;
}

.bebop_bold {
	color: #4E2A28;
	font-weight: bold;
}

.subtitulo1, .subtitulo {
	font-size: 14px;
	color: #4E2A28;
	font-weight: bold;
	margin: 13px 0px 17px 0px;
}

/* Sitemap */

div ul li {
	background-image: url('../imagenes/barra.png');
	background-repeat: no-repeat;
	margin: 5px;
	list-style: none;
}

div ul li a {
	text-decoration: none;
}

.espaciado_titulo {
	padding-top: 10px;
}

.lista_prods {
	margin: 0px 35px;
}

.lista_prods a:hover span {
	color: #F79646;
}

#espacio_sitemap {
	height: 165px;
}


/* Somos */

.parrafo_grande {
	font-size: 14px;
	margin-bottom: 24px;
}

.marca {
	position: relative;
	left: -28px;
	float: left;
	width: 73px;
}

.parrafo_marca {
	position: relative;
	left: -28px;
	top: -3px;
	float: left;
	width: 796px;
}

.parrafo_normal {
	font-size: 12px;
	margin-bottom: 24px;
	padding-left: 46px;
}

#espacio_somos_fin {
	font-size: 0px; 
	height: 1px;
}


/* Clientes */

.parrafo_clientes {
	font-size: 14px;
	margin-bottom: 22px;
}

#contenedor_clientes {
	padding: 0px 0px; 
}

.cliente {
	background-image: url(../imagenes/pastilla_cliente.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 136px;
	height: 136px;
	float: left;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}


/* Contactar */

#cab_caja_contact {
	background-image: url(../imagenes/top_contact.jpg);
	width: 532px;
	height: 50px;
}

#contenedor_contact {
	width: 524px;
	margin: auto;
}

#pie_caja_contact {
	background-image: url(../imagenes/bottom_contact.jpg);
	width: 532px;
	height: 42px;
}

.contenido_caja_contact {
	width: 422px;
	padding: 0px 15px 0px 15px;
}

#logo_contacto {
	float: right;
	position: relative;
	top: -30px;
	left: 15px;
}


/* Proyectos */
.parrilla_pro {
	float: left;
	width: 380px;
	padding: 10px;
	background: url(../imagenes/marco_proyectos.gif);
	background-repeat: no-repeat;
}

.parrilla_thumb {
	float: left;
	width: 94px;
}

.parrilla_txt {
	float: left;
	width: 255px;
	padding: 5px;
}

/* Ofrecemos */
.ofrecemos_div{
	float:left; 
	width:50%;
	margin-top:-20px;
}
.ofrecemos_div ul{
	font-size: 12px;
	font-weight: bold;
	padding:0;
	margin:0;
	margin-top:20px;
	color: #4E2A28;
}

.ofrecemos_div ul li{
	font-weight: normal;
	font-size: 12px;
	color: #4E2A28;
	padding-left: 35px;
	margin-left: 0;
	background-image: url(../imagenes/li_ofrecemos.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
}