@charset "utf-8";
/**
 * CSS Document
 * Estilos del menu principal PAGINA DE PLUS PROJECTS
 * @param template.css
 **/
body{
	background:#f3f3ef url(../images/bg_header.gif) repeat-x;
	margin-top:0px;
	font-family:Trebuchet MS, Verdana, sans-serif;
}
a, a:visited{
	color:#A4AD3B;
	text-decoration:none;
}
a:hover{
	color:#E08801;
	text-decoration: underline;
}
ul{
	list-style-position: outside;
	list-style-image: url(../images/bullet_naranja.gif);
	list-style-type: none;	
}
.general{
	width:973px;
	margin-left:auto;
	margin-right:auto;
}
.header{
	background:url(../images/header.gif) no-repeat;
	width:947px;
	height:54px;
	padding:42px 0px 0px 26px;
	margin:0px;
}
.footer{
	background:url(../images/bg_footer.gif) no-repeat;
	margin:0px;
	padding:0px;
	height:18px;
}
.footer ul{
	margin:0px 0px 0px 16px;
	padding:0px;
	list-style-image:url(../images/bullet_naranja.gif);
	list-style-position: inside;
}
.footer li{
	margin:0px 0px 0px 10px;
	padding:0px;
	line-height:20px;
	float:left;
}
.footer li a{
	color:#808080;
	font-size:12px;
	text-decoration:none;
}
.footer li a:visited{
	color:#808080;
}
.cuerpo{
	background:url(../images/bg_cuerpo.gif) repeat-y;
	margin:0px;
	padding:1px 32px 14px 26px;
	#padding:1px 32px 0px 26px;
	/*#border:1px solid #0099FF;*/
}
.flash{
	background:transparent url(../images/bg_cuerpo.gif) repeat-y scroll 0 0;
	margin:0;
	padding:0px 6px;
}

.contenido{
	margin:0px;
	padding:20px 0px 0px 0px;
	width:913px;
	/*#border:1px solid #0099FF;*/
}
.contenido img{
	border:none;
}
.contenido p{
	font-size:11px;
	color:#666666;
	padding:0px;
	margin:10px 0px 0px 0px;
}
.contenido_izq_nov{
	background:url(../images/bg_novedades.gif) no-repeat;
	margin:0px;
	padding:10px 20px 30px 20px;
	width:295px;
	height:86px;
}
.contenido_izq_nov a{
	font-size:11px;
	color:#c1ca20;
	margin:10px 0px;
}
.contenido_izq_marcas{
	margin:20px 0px;
	padding:0px;
	width:354px;
}
.contenido_der{
	margin:0px;
	padding:0px;
}
#contenido_der_tab{
	background:url(../images/bg_tab.gif) no-repeat;
	height:226px;
	margin:0px;
	padding:0px;
	width:560px;
}
.fotito_der_tab{
	margin:20px 20px 20px 20px;
	padding:0px;
	float:left;
}
#contenido_der_tab p{
	font-size:12px;
	color:#666666;
	margin:0px;
	padding:0px;
}
#contenido_der_tab h2{
	color:#efaf13;
	font-size:14px;
	font-weight:bold;
	margin:15px 0;
}

h2{
	font-size:14px;
	color:#efaf13;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
.contenido p{
	font-size:12px;
	color:#666666;
}

/************ Estilos para el componente de contacto **************/
.main{
	width:955px;
	height:500px;
	background:url(../images/back_contactenos.jpg) bottom right no-repeat;
	margin:27px 0px 45px 30px;
}
.borde_izq{
	background:url(../images/sombra_izq.gif) top left no-repeat;
	width:11px;
	height:404px;
	float:left;
}
.form_contactenos{
	width:408px;
	height:402px;
	background:url(../images/sombra_superior.gif) top left repeat-x #eef8d5;
	float:left;
	padding-top:2px;
}
.sombra_inferior_form{
	width:408px;
	height:402px;
	background:url(../images/sombra_inferior.gif) bottom left repeat-x ;
}
.borde_der{
	background:url(../images/back_info_sombra.gif) top left no-repeat;
	width:12px;
	height:404px;
	float:left;
}

.info_contactenos{
	background:url(../images/back_info.gif) top left no-repeat;
	width:311px;
	height:106px;
	float:left;
	margin:24px 0px 0px;
	padding:5px;
}
.info_contactenos p{
	color:#666;
	font-size:12px;
	font-family:Trebuchet MS, Verdana, sans-serif;
	margin:0px;
	padding:0px;	
}

.info_contactenos p strong{
	color:#df8801;
	font-size:12px;
	font-family:Trebuchet MS, Verdana, sans-serif;
	/*font-weight:bold;*/
	
}
.boton{
	background: url(../images/boton.gif) top left repeat-x;
	padding:2px;
	margin:5px;
	vertical-align:middle;
	border:0px;
	color:#FFFFFF;
	font-weight: normal;
	height:23px;
	width:auto;
	text-align:center;
}
.links{
	width:311px;
	float:left;
	margin:0px;
	padding:5px;
}