@charset "utf-8";
/* CSS Document */

body {
	background-image: url(img/bg.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#929292;
}

p{ margin-top:10px; margin-bottom:10px;}

#main{ width:960px; margin:0px auto;}

#menu_content{ width:960px; height:85px; margin:0px auto; background-image:url(img/fondo_menu.jpg);}

/*Menu*/
#menu{ margin-left:37px; margin-top:15px; float:left;}
#menu a{font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; color:#C8C8C8; text-decoration:none;}
/*Botón Empresa*/
#menu_empresa{ float:left;}
#menu_empresa a{ display:block; width:87px; height:36px; padding-top:18px; padding-left:30px; background-image:url(img/bot_empresa.jpg)}
#menu_empresa a:hover{ background-image:url(img/bot_empresa_over.jpg); color:#FFF;}
/*Botón Productos*/
#menu_productos{float:left;}
#menu_productos a{ display:block; width:89px; height:36px; padding-top:18px; padding-left:28px; background-image:url(img/bot_productos.jpg)}
#menu_productos a:hover{ background-image:url(img/bot_productos_over.jpg); color:#FFF;}
/*Botón Vida Acuadeus*/
#menu_vida{float:left;}
#menu_vida a{ display:block; width:106px; height:36px; padding-top:18px; padding-left:26px; background-image:url(img/bot_vida.jpg)}
#menu_vida a:hover{ background-image:url(img/bot_vida_over.jpg); color:#FFF;}
/*Botón Noticias*/
#menu_notocias{float:left;}
#menu_notocias a{ display:block; width:72px; height:36px; padding-top:18px; padding-left:28px; background-image:url(img/bot_noticias.jpg)}
#menu_notocias a:hover{ background-image:url(img/bot_noticias_over.jpg); color:#FFF;}
/*Botón Contacto*/
#menu_contacto{float:left;}
#menu_contacto a{ display:block; width:81px; height:36px; padding-top:18px; padding-left:28px; background-image:url(img/bot_contacto.jpg)}
#menu_contacto a:hover{ background-image:url(img/bot_contacto_over.jpg); color:#FFF;}
/*Botón Localizacion*/
#menu_localizacion{float:left;}
#menu_localizacion a{ display:block; width:99px; height:36px; padding-top:18px; padding-left:27px; background-image:url(img/bot_localizacion.jpg)}
#menu_localizacion a:hover{ background-image:url(img/bot_localizacion_over.jpg); color:#FFF;}

/*Fondo Header*/
#header{ float:left; width:960px; margin:0px auto;}

/*Fondo Contenido*/
#contenido{ float:left; width:960px; height:448px; margin:0px auto; background-image:url(img/fondo_contenido.jpg)}

#columna_izquierda{ float:left; width:264px; height:430px;}

#columna_medio{ float:left; width:415px; height:430px;}

#columna_derecha{ float:left; width:264px; height:430px;}

#titulo_home{ font-family:Arial, Helvetica, sans-serif; color:#637933; font-size:10px; font-weight:bold; margin-top:6px;}

#texto{ text-align:justify; width:370px; margin:0px auto;}
#texto a{ color:#758A46; text-decoration:none;}
#texto a:hover{ color:#758A46; text-decoration:underline;}

/*Pie*/

#pie{ float:left; width:960px; margin:0px auto; text-align:right; font-family:Arial, Helvetica, sans-serif; font-size:10px;color:#869A47;}
