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

body {
	background-image: url(fondo.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding-top: 25px;
}
.cabecera {
	width:960;
	height:69px;	
}
.menu {
	padding-top:10px;	
}

.cabecera_menu {
	background-image: url(images/fons_menu.jpg);
	width: 775px;
	height:35px;
	text-align:center;
}
.f_home1 {
	height:346px;
	background-image:url(images/fons_home1.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:3px;
}
.f_home2 {
	height:197px;
	background-image:url(images/fons_home2.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
}
.f_general{
	background-image:url(images/fons_general.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
.b_home1 {
	width:320px;
	height:165px;
	background-image:url(images/fons_noticias_home.jpg);
	background-repeat:no-repeat;
}
.b_home2 {
	width:307px;
	height:165px;
	background-image:url(images/fons_productos_home.jpg);
	background-repeat:no-repeat;
}
.b_home3 {
	width:307px;
	height:165px;
}
.td_menu_productos{
	padding-left: 40px;
}
/*FICHA PRODUCTOS*/
.contenido_ficha{
	padding-top:5px;
	padding-bottom:8px;
	padding-right:15px;
	padding-left:5px;
	text-align:justify;
}
.titulo_ficha{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color: #F7CD22;
	padding-left:11px;
}
.contenido_noticia{
	padding-top:7px;
	padding-bottom:8px;
	padding-right:15px;
	padding-left:10px;
	text-align:justify;
}
/*TEXTOS*/

.text_general{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color: #666666;
}
.text_general2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color: #333333;
}
.text_amarillo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color: #F7CF29;
}
.text_blanco{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color: #FFFFFF;
	line-height:11px;
}
.text_blanco_contacto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color: #FFFFFF;
	line-height:13px;
}
.text_pie{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#999999;
	line-height:11px;
}
.puntos{
	font-family:Arial, Helvetica, sans-serif;
	font-size:7px;
	text-decoration:none;
	color: #FFFFFF;
}

/*LINKS*/
.link {
   font-family: Arial;
   font-size: 11px;
   color: #666;
   text-decoration: underline;
}
.link:hover {
   font-family: Arial;
   font-size: 11px;
   color: #666;
   text-decoration: none;
}

.link:visited {
   font-family: Arial;
   font-size: 11px;
   color: #666;
   text-decoration: underline;
}
.link_amarillo {
   font-family: Arial;
   font-size: 11px;
   color: #F7CD22;
   text-decoration: underline;
}
.link_amarillo:hover {
   font-family: Arial;
   font-size: 11px;
   color: #F7CD22;
   text-decoration: underline;
}
.link_amarillo:visited {
   font-family: Arial;
   font-size: 11px;
   color: #F7CD22;
   text-decoration: underline;
}
.link_productos {
   font-family: Arial;
   font-size: 11px;
   color: #666666;
   text-decoration: none;
}
.link_productos:hover {
   font-family: Arial;
   font-size: 11px;
   color: #F7CC20;
   text-decoration: underline;
}
/*FORMS*/
.form_contaco {
   font-family: Arial;
   font-size: 11px;
   color: #666666;
   text-decoration: none;
   height: 11px;
}
.form_textarea {
   font-family: Arial;
   font-size: 11px;
   color: #666666;
   text-decoration: none;
   height: 80px;
   width: 270px;
}
.form_options {
   font-family: Arial;
   font-size: 11px;
   color: #666666;
   text-decoration: none;
   width: 130px;
   height: 17px;
}

