body
{
    text-decoration:none;
}
/*----- CABECERA MENU -----*/
.titulomenucabecera {
	font-family: arial;
	font-size: 12px;
	color: #99FF00;
	font-weight:bold;
	text-decoration: none;
}
.titulomenucabecera:hover {
	font-family: arial;
	font-size: 12px;
	color: white;
	font-weight:bold;
	text-decoration: none;
}
.titulo-verde {
	font-family: arial;
	font-size: 16px;
	color: #99FF00;
	font-weight:bold;
	height: 10px;
	text-decoration: none;
}
.titulo-verde:hover {
	font-family: arial;
	font-size: 16px;
	color: white;
	font-weight:bold;
	height: 10px;
	text-decoration: none;
}
.titulo-blanco {
	font-family: arial;
	font-size: 16px;
	color: white;
	font-weight:bold;
	height: 10px;
	text-decoration: none;
}
.titulo-blanco:hover {
	font-family: arial;
	font-size: 16px;
	color: #99FF00;
	font-weight:bold;
	height: 10px;
	text-decoration: none;
}
.titular-verde {
	font-family: arial;
	font-size: 11px;
	color: #99FF00;
	font-weight:bold;
	height: 10px;
	text-decoration: none;
}
.titular-verde:hover {
	font-family: arial;
	font-size: 11px;
	color: white;
	font-weight:bold;
	height: 10px;
	text-decoration: none;
}
.titular-blanco {
	font-family: arial;
	font-size: 11px;
	color: white;
	font-weight:bold;
	height: 10px;
	text-decoration: none;
}
.titular-blanco:hover {
	font-family: arial;
	font-size: 11px;
	color: #99FF00;
	font-weight:bold;
	height: 10px;
	text-decoration: none;
}
.parrafomenucabecera {
	font-family: arial;
	font-size: 11px;
	color: #ACACAC;
	text-decoration: none;
}
.parrafomenucabecera:hover {
	font-family: arial;
	font-size: 11px;
	color: #99FF00;
	text-decoration: none;
}
.parrafomenucabecera2 {
	font-family: arial;
	font-size: 11px;
	color: white;
	text-decoration: none;
}

.parrafomenucabecera2:hover {
	font-family: arial;
	font-size: 11px;
	color: #99FF00;
	text-decoration: none;
}
.parrafo-gris {
	font-family: arial;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.parrafo-gris:hover {
	font-family: arial;
	font-size: 11px;
	color: white;
	text-decoration: none;
}
.parrafo-blanco {
	font-family: arial;
	font-size: 11px;
	color: white;
	text-decoration: none;
}
.parrafo-blanco:hover {
	font-family: arial;
	font-size: 11px;
	color: #99FF00;
	text-decoration: none;
}
.parrafo-negro {
	font-family: arial;
	font-size: 11px;
	color: Black;
	text-decoration: none;
}
.parrafo-negro:hover {
	font-family: arial;
	font-size: 11px;
	color: #99FF00;
	text-decoration: none;
}
.parrafo-verde {
	font-family: arial;
	font-size: 11px;
	color: #99FF00;
	text-decoration: none;
}
.parrafo-verde:hover {
	font-family: arial;
	font-size: 11px;
	color: White;
	text-decoration: none;
}
/*----- PRODUCTOS -----*/
.producto {
	font-family: arial;
	font-size: 13px;
	color: black;
	font-weight:bold;
	text-decoration: none;
}
.producto:hover {
	font-family: arial;
	font-size: 13px;
	color: #319500;
	font-weight:bold;
	text-decoration: none;
}
.precio {
	font-family: arial;
	font-size: 15px;
	color: #DF1309;
	font-weight:bold;
	height: 10px;
	text-decoration: none;
}
.precio:hover {
	font-family: arial;
	font-size: 15px;
	color: #DF1309;
	font-weight:bold;
	height: 10px;
	text-decoration: none;
}


.precio-verde {
	font-family: arial;
	font-size: 16px;
	color: #99FF00;
	font-weight:bold;
	height: 10px;
	text-decoration: none;
}

.producto_dest {
	font-family: arial;
	font-size: 12px;
	color: black;
	font-weight:bold;
	text-decoration: none;
}
.producto_dest:hover {
	font-family: arial;
	font-size: 12px;
	color: #319500;
	font-weight:bold;
	text-decoration: none;
}
.precio_dest {
	font-family: arial;
	font-size: 14px;
	color: #DF1309;
	font-weight:bold;
	height: 10px;
	text-decoration: none;
}
.precio_dest:hover {
	font-family: arial;
	font-size: 14px;
	color: #DF1309;
	font-weight:bold;
	height: 10px;
	text-decoration: none;
}
.precio-ant {
	font-family: arial;
	font-size: 18px;
	color: #666666;
	font-weight:bold;
	height: 10px;
	text-decoration: none;
}
.precio-ant:hover {
	font-family: arial;
	font-size: 18px;
	color: #666666;
	font-weight:bold;
	height: 10px;
	text-decoration: overline;
}


/*---------------- MARCAS ------------------*/
.bmarcas 
{
/*	background-image: url(images/boton.png);	
	display: block;
	font-family: Verdana;
	font-weight:bold;
	font-size: 10px;
	color: white;
	height: 40px;
	line-height:40px;
	padding: 0 0 0 0px;
	text-decoration: none;*/
}
.bmarcas:hover 
{
	visibility: hidden;
}
/*---------------- BOTON ----------------*/
.boton {
background-image:url(images/boton.png);
width:98px;
height:29px;
display:inline;
}
.boton:hover {
	background-image: url(images/botonh.png);
	font-family: Arial;
	font-weight:bold;
	font-size: 12px;
	color: white;
	text-decoration: none;
}

.boton1 {
color:White;
font-family:Arial;
font-size:12px;
font-weight:bold;
margin-top:2px;
word-spacing:5px;
text-align:center;
text-decoration:none;
}
.boton1:hover {
	background-image: url(images/botonh.png);
	font-family: Arial;
	font-weight:bold;
	font-size: 12px;
	color: white;
	text-decoration: none;
}

.botong {
background-image:url(images/botong.png);
color:White;
display:block;
font-family:Arial;
font-size:12px;
font-weight:bold;
height:	27px;
display:inline;
line-height:26px;
margin-top:2px;
width:132px;
word-spacing:5px;
text-align:center;
text-decoration:none;
}


.botong:hover {
	background-image: url(images/botong_h.png);
	font-family: Arial;
	font-weight:bold;
	font-size: 12px;
	color: white;
	text-decoration: none;
}


/*---------------- NAVEGADOR ------------------*/
.navi {
background-image:url(images/navi.png);
color:White;
display:block;
font-family:Arial;
font-size:12px;
font-weight:bold;
height:	27px;
display:inline;
line-height:26px;
margin-top:2px;
width:100px;
word-spacing:5px;
text-align:center;
text-decoration:none;
}
.navi:hover {
	background-image: url(images/navih.png);
	font-family: Arial;
	font-weight:bold;
	font-size: 12px;
	color: white;
	text-decoration: none;
}

/*----- MENU OPCIONES -----*/
.menu 
{
	background-image: url(images/fondomenufam-5.png);	
	display: block;
	font-family: Arial;
	font-weight:bold;
	font-size: 13px;
	color: white;
	height: 22px;
	width: 200px;
	line-height:22px;
	padding: 0 0 0 0;	
	text-decoration: none;
	text-indent:15px;
}

.menu:hover 
{
	background-image: url(images/fondomenufam-5h.png);
	font-family: Arial;
	font-weight:bold;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	text-indent:15px;
}
.submenu 
{
	background-image: url(images/fondomenufam-4.png);	
	display: block;
	font-family: Arial;
	font-weight:bold;
	font-size: 10px;
	color: white;
	height: 20px;	
	width: 200px;
	line-height:20px;
	padding: 0 0 0 0;
	text-decoration: none;
	text-indent:25px;
}
.submenu:hover 
{
	background-image: url(images/fondomenufam-4h.png);
	font-family: Arial;
	font-weight:bold;
	font-size: 10px;
	color: #850001;
	text-decoration: none;
	text-indent:25px;
}

/*----- MENU2 OPCIONES -----*/
.submenu2 
{
	background-image: url(images/fondomenufam-4.png);	
	display: block;
	font-family: Arial;
	font-weight:bold;
	font-size: 10px;
	color: white;
	height: 20px;
	width: 200px;
	line-height:20px;
	padding: 0 0 0 10px;
	text-decoration: none;
}
.submenu2:hover 
{
	background-image: url(images/fondomenufam-6h.png);
	font-family: Arial;
	font-weight:bold;
	font-size: 10px;
	color: #850001;
	text-decoration: none;
}

/*---------------- VOLVER ------------------*/
.volver 
{
	background-image: url(images/volver.png);	
	display: block;
	font-family: Verdana;
	/*font-weight:bold;*/
	font-size: 10px;
	color: white;
	height: 40px;
	line-height:36px;
	padding: 0 0 0 0px;
	text-decoration: none;
}
.volver:hover 
{
	background-image: url(images/volverh.png);
	font-family: Verdana;
	font-weight:bold;
	font-size: 10px;
	color: white;
	text-decoration: none;
}


/* JUSTIFICADO DE TEXTOS Y IMAGENES --------------------------------------------------------------------*/
.justificado
{
	text-align:justify;
}

.justificado p
{
	text-align:justify;	
}

.imagen_noticia
{
	border : none;
	border-color : none;
	display: block;
	margin: 10px 10px;
	float:right;
	background: transparent none no-repeat scroll rigth top;
}

.img_not_ini
{
	max-width:640px;
	
}

/*IMAGENES PRODUCTO */ 

.img_productos
{
	width:150px;
	border:none;	
}

.img-localizacion img
{
	width: 350px;
	height : 350px;
	border : none;
	border-color : White;
}

.img-localizacion2 img
{
	width: 350px;
	border : none;
	border-color : White;
}

.img-producto img
{
	width: 250px;
	height : 250px;
	border : none;
	border-color : White;
}

.img-producto-peq 
{
	width: 72px;
	height : 72px;
	border : none;
	border-color : White;
}


.img-producto-pres 
{
	width: 75px;
	border : none;
}


.imgprod_p3
{
	width:80px;	
}

/* FORMATO PÁGINAS POSICIONAMIENTO */
#formato h1
{
	font-family: arial;
	font-size: 16px;
	color: white;
	font-weight:bold;
	height: 10px;
	text-decoration: none;
	
}

#formato h2
{
	font-family: arial;
	font-size: 11px;
	color: #99FF00;
	font-weight:bold;
	height: 10px;
	text-decoration: none;
	text-align:justify;
	
}

#formato p
{
	font-family: arial;
	font-size: 11px;
	color: white;
	text-decoration: none;
	text-align:justify;
	
}

.img_posicionamiento
{
	width: 150px;
	border : none;
	border-color : White;
	
}

.botonAlineado {
	vertical-align:middle;
}
