﻿*


{
	margin:0px;
	padding:0px;
	text-decoration:none;
}

           
.cuadrogeneral
{
	top: 0px;
	margin: 0px;
	color:White; 
	font-weight: bold; 
	font-family: Verdana; 
	font-size: 10px;
}
.cuadrogeneral:HOVER
{
	/*color: #00BCB4;*/
	color: yellow;
	font-size: 10.5px;
	cursor:hand;
}


.textoimagenindex
{
	top: 0px;
	margin: 0px;
	width: 166px;
	height: 58px; 
	float:left;
	color:Black; 
	font-weight: bold; 
	font-family: Verdana; 
	font-size: 10px;
	line-height:15px;
	padding-top:10px;
}
.textoimagenindex:hover
{
	color: #009A92; 
}

.texto2
{
	color:Black;  
	font-family: Verdana; 
	font-size:12;
	text-align:left;
	
}


.titulo_pagina2 
{
	margin-top: 15px;
	margin-left: 20px;
	font-weight: bold;
	font-size: 13px;
	color: #004872;
	font-family: Arial;
	float:left;
}

.texto_normal 
{
    color: #000;
	line-height: 5mm;
	font-size: 11px;
	font-family: Verdana;
	text-align:left;
}



.titulo_imagen
{
	margin-left: 7px;
	margin-right:7px;
	height: 20px;
	width: 750px;
	font-weight: bold;
	font-size: 18px;
	color: #003761;
	font-family: Arial
}


/*HORIZONTAL*/
#menu {
	background: #2A2A2A;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 85% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #2A2A2A url("images/menu/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #2580a2 url("images/menu/hover.gif") bottom center no-repeat;
	color: #fff;
}

/*VERTICAL*/
#menu_vertical {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu_vertical li {
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu_vertical a {
	background: #D9D9D9;
	color: #333;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu_vertical a:hover {
	background:#2580a2 url("images/menu/hoverV.png") left center no-repeat;
	color: white ;
	padding-bottom: 8px;
}	

.submenu 
{
	padding-left:25px; 
	font-size:10px;
	color:black;
	letter-spacing:1px;
	font-family:Arial;
}




/*LISTA*/
.spanlista
{
	 background-image:url('images/menu/hoverV.png'); 
	 background-repeat:no-repeat; 
	 padding-left:15px;
}



/**************************************
 *	DECLARACIONES DE ESTILOS COMUNES  *
 **************************************/

body
{
	background: #ffffff url(images/masterpage/TramoMenu1_5x20.jpg) repeat-x;
	font : 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Blue ;
	margin : 0px 0px 0px 0px;
	text-align: center;
}

#contenedor
{
	margin: 0px auto;
    width: 90%;
}  

.pie
{
    float:left; 
    width: 100%; 
    margin:15px 0px 15px 0px;
	position:relative;
	text-align:left;
	left: 0px;
	bottom:0px;
	width: 100%;
	height: 2%;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:navy;
	padding: 3px;
	text-align: center;
	overflow: hidden;
	padding-top:30px;
	padding-bottom:10px;
}  



A.enlacenav
{
	color: #ffffff;
	text-decoration: none;
}

A.enlacenav:HOVER
{
	color: #ccffff;
	text-decoration: none;
} 



/****************************************
 * CAPAS CONTENIDAS POR LA CAPA DERECHA *
 ****************************************/

#divdcha_centro 
{
	width: 100%;
	float: left;
	text-align: left;
}

.divdcha_titulo_pagina 
{
	margin-top: 15px;
	margin-left: 20px;
	height: 20px;
	width:65%;
	font-weight: bold;
	font-size: 18px;
	color: #003761;
	font-family: Arial
}

.divdcha_contenido_pagina 
{
	margin-top: 15px;
	margin-left: 20px;
	width: 75%;
	color: #000;
	line-height: 5mm;
	font-size: 11px;
	font-family: Verdana;
	text-align: justify;
}

/******************************************
 *	DECLARACIONES DE ESTILOS DE PRODUCTOS *
 ******************************************/
A.titulo_grupo_prod
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #003761;
	text-decoration: none;
	line-height: 10mm;
}

A.titulo_grupo_prod:HOVER
{
	color: #00BCB4;
	text-decoration: none;
}

/* Pagina de las categorias de productos */

.div_categoria_gral_prod 
{
	width: 95%;
	padding: 10px;
	margin-top: 15px;
	border-top: #cccccc 1px solid;
}

.div_categoria_gral_prod_img
{
	margin-top: 20px;
	width: 125px;
	height: 100px;
	float: left;
}

.div_categoria_gral_prod_contenido
{
	width: 70%;
	float:left;
	margin-left: 10px;
}

/********************************************
 *	DECLARACIONES DE ESTILOS DE AVISO LEGAL *
 ********************************************/
.titulo_AvisoLegal
{
	font-weight: bold;
	font-size: 14px;
	color: #000;
	font-family: Arial;
	margin-left: -20px;
}

/******************************************
 *	DECLARACIONES DE ESTILOS DE BARRA SUP *
 ******************************************/
.div_boton_menusup 
{
	margin-left: 2px;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #003761;
	height: 22px;
	background-color: #CCD7DF;
	border: solid 1px #9DB2C2;
	cursor: hand;
	text-align: left;
	float: right;
}

A.div_boton_menusup_enlace
{
	text-decoration: none;
	padding-left: 15px;
	padding-top: 5px;
	height: 18px;
	color: #003761;
	display:block;
}

A.div_boton_menusup_enlace:HOVER
{
	background-color: #B9C8D3;
}

A.url_noticia
{
	color: #003761;
	font-weight: bold;
	text-decoration: none;
}

A.url_noticia:HOVER
{
	color: #00BCB4;
	text-decoration: none;
}
.texto_empresa_contacto
{
    font-family:Verdana;
    font-size:10px;
}
