BODY{
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
}




/*fondos*/
.bg_cuerpo {
	background-image: url(img/css_bg_cuerpo.jpg);
	background-repeat:  repeat-x;
	background-position: center bottom;
	border: 1px solid #CCCCCC;
}

.borde_foto {
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.borde_foto_prod {
	border: 5px solid #CCCCCC;
}

.filete {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.bg_reference {
	background-repeat: no-repeat;
	background-position: center top;
}
.separador {
	background-image: url(img/css_separador.gif);
	background-repeat:  repeat-y;
	background-position: left top;
}


/*textos*/

.links_pie {
	font-family: "trebuchet MS", Arial, sans-serif, Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

A.links_pie:hover {
	text-decoration: underline;
	color: #fed200;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #605D5C;
	line-height: 22px;
}
.texto_prod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #605D5C;
	line-height: 20px;
}
.titulos {
	font-family: "trebuchet MS", Arial, sans-serif, Tahoma;
	font-size: 25px;
	color: #999999;
}
.subtitulos_prod {
	font-family: "trebuchet MS", Arial, sans-serif, Tahoma;
	font-size: 14px;
	color: #CC0000;
	text-transform: uppercase;
}
.datos_contacto {
	font-family: "trebuchet MS", Arial, sans-serif, Tahoma;
	font-size: 12px;
	color: #CC0000;

}
A.datos_contacto:hover {
	font-family: "trebuchet MS", Arial, sans-serif, Tahoma;
	font-size: 13px;
	color: #FF6600;
	text-decoration: underline;
}


.subtitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}
.idioma {
	font-family: "trebuchet MS", Arial, sans-serif, Tahoma;
	font-size: 12px;
	color: #999999;
}
.links {
	font-family: "trebuchet MS", Arial, sans-serif, Tahoma;
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}
A.links:link {
	color: #FF6600;
	text-decoration: underline;
}
A.links:hover {
	color: #990000;
	text-decoration: underline;
}


/*paginador*/
.paginador {
	font-family: "trebuchet MS", Arial, sans-serif, Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
A.paginador:link {
	color: #666666;
	text-decoration: underline;
}
A.paginador:hover {
	color: #990000;
	text-decoration: underline;
}
.paginador_sel {
	font-family: "trebuchet MS", Arial, sans-serif, Tahoma;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.texto_lysan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
A.texto_lysan:hover {
	color: #666666;
	text-decoration: none;
}
