@charset "UTF-8";
/* CSS Document */

body{
	font-family:Tahoma;
	font-size:10pt;
	margin: 0;
	padding: 0;
	text-align:center;
	color:#666666;
	background-color:#ffffff;
	background-image: url(../images/fondo_gral2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

#contenedor{
margin: 0 auto;
text-align:left; 
width:1024px;
/*min-height:500px;*/
}

#barra_sup{
margin:30px 0px 10px 0px;;
width:1004px;
height:45px;
float:left;
padding:0px 10px 0px 10px;
background-color:#580939;
}

#ingresar{
width:740px;
height:30px;
float:left;
font-size:9pt;
color:#FFFFFF;
}

#buscar{
width:220px;
height:20px;
margin-top:3px;
float:right;
}


#img_sup{
width:980px;
height:39px;
float:left;
background:url(../images/img_sup.png) no-repeat;
margin-left:20px;
}

#fondo{
width:970px;
float:left;
background:url(../images/fondo_contenido.png) repeat-y;
margin-left:20px;
padding-left:18px;
}

#img_inf{
width:980px;
height:38px;
float:left;
background:url(../images/img_inf.png) no-repeat;
margin-left:20px;
}

#cabezote{
width:940px;
/*height:190px;*/
float:left;
}

#logotipo{
width:270px;
float:left;
}

#logotipo img{
border:none;
}

#menu{
width:280px;
float:left;
display:block;
clear:none;
font-size:10pt;
}

#datos{
width:220px;
float:right;
text-align:right;
font-size:9pt;
}

#redesSociales{
display:block;
clear:both;
float:left;
width:100%;


}

#banner{
width:920px;
height:220px;
float:left;
padding:10px;
background-color:#d4d4d4;
}

#banner_izq{
width:300px;
height:200px;
float:left;
}

#banner_der{
width:610px;
height:200px;
float:right;
padding:0px;
background-color:#ffffff;
}

#contenido{
width:930px;
/*min-height:500px;*/
float:left;
padding:10px;
}

#pie{
width:1004px;
height:20px;
padding-right:20px;
float:left;
color:#FFFFFF;
background-color:#580939;
margin:10px 0px 10px 0px;
text-align:right;
font-size:9pt;
}

#pie img{
border:none;
margin-left:20px;
}



/*.producto {
	
	float:left;
	clear:both;
	margin-top:20px;
	padding-right:10px;
	padding-bottom:5px;
	border-bottom: #ff007a dotted 1px;
}*/
.producto img {
	float:left;
	margin-right:10px;
	/*padding-bottom:130px;
*/	
}
.producto h1, .producto h2 {
display:none;
	
	font-size:9pt;
	padding-top:0px;
	margin-top:0px;
}

.producto a{
	color:#ff007a !important;

}