/* estructura del body*/

body {
	background-image:url('../contenido/imgs/fondo.jpg');
	background-repeat:repeat-x;
	font:Arial, Helvetica, sans-serif;
	margin:12px;
	/*font:75%/1em Arial, Helvetica, sans-serif;*/
	color: #000000;
}
.hola{
font:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:none;
}

/*estructura de los textos*/
#textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:justify;
	padding:0,10px,0,10px;
}

#textos p {
line-height:1.35em;
}

#textos h2 { 
	font:Arial, Helvetica, sans-serif; 
	font-size:16px;
	color:#666666; 
	font-weight: bold; 
} 

#textos h1 {
font:Arial, Helvetica, sans-serif;
font-size:15px;
color:#666666; 
font-weight: bold; 
} 

#textos ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:justify;
	list-style-type: none;
	padding: 10px;
	margin:0px;
}

#textos li {
	background-image: url('../contenido/imgs/flechita_li.gif');
	background-repeat: no-repeat;
	background-position:1em .5em;
	padding-left: 2.5em;
	line-height: 140%;
}

#textos a {
	font-size: 12px;
	text-decoration:none
	color:#666666;
}
#textos a:link{
color:#666666;
text-decoration:none
}

#textos a:visited{ 
color:#666666;
text-decoration:none
}
#textos a:hover{
text-decoration:underline;
}
/*textos para catalogo*/
#textosmod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:center;
}
#textosmod a{
text-decoration:none;
border:0px;
}

/*vinculos menu izquierdo*/
#menuizq{
font-family:Arial, Helvetica, sans-serif;
}
#menuizq a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:none;
}
#menuizq a:hover{
text-decoration:underline;
}

