/* DEFINICION DE ETIQUETAS GENERALES */

BODY {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.7em;
color:#000;
line-height:1.3em;
background: url(../images/template/fondo_body.gif)  center top repeat-x #FFF;
margin:0;
padding:0;
text-align: left;
}
* {
margin: 0;
padding: 0;
}

IMG, OBJECT {
border:0;
}

EM {
font-weight: bold;
color: #0E4E81;
font-style: normal;
}

A, A:link, A:visited {
color: #FF4040;
text-decoration: none;
}
A:hover {
color: #FF0000;
text-decoration: underline;
}
A:active {
color: #B61212;
text-decoration: none;
}

INPUT, TEXTAREA, SELECT {
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:1em;
color:#233343;
background: url(../images/template/fondo_formu.gif) top repeat-x #FFF;
border: 1px solid #6783A3;
}

H1 {
font-family: Georgia, 'Times New Roman', Times, serif;
font-weight: lighter;
font-size: 2.2em;
line-height: 1em;
color: #FF0000;
margin: 0.2em 0 0.5em 0px;
}
H2{
font-weight: bold;
font-size: 1em;
color: #4E80A8;
margin: 0 0 0.8em 0;
padding: 0;
text-transform: uppercase;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
clear:both;
}
H3 {
font-family: Tahoma, Helvetica, sans-serif;
font-weight: bold;
font-size: 1em;
color: #4E80A8;
margin: 0 0 0.5em 0;
padding: 0;
}
H4{
font-weight: lighter;
font-size: xx-small;
color: #2D83B6;
margin: 1em 0 0em 0;
padding: 0;
}
P{
	text-align: justify;
	margin-bottom: 1em;
}
UL{
	margin-bottom: 1em;
}
LI{
	margin-left: 15px;
	list-style: url(../images/template/guion_lista.png);
	line-height: 1.4em;
}
span.no_margin .shadow {
	margin: 0;
}
/* COLUMNAS */
.inside{
	overflow: hidden;
	width: 100%;
}
.left{
	float: left;
}
.right{
	float: right;
}
/* CLASES E IDES */
#bigcontainer{
	width: 773px;
	background: url(../images/template/fondo_bigcontainer.gif) top left repeat-y;
	
}
#bigcontainer .left{
	width: 270px;
	background: url(../images/template/bg_bigcontainer_left.jpg) top left no-repeat #FFF;
}
#bigcontainer .right{
	width: 503px;
	background: url(../images/template/fondo_bigcontainer_right.gif) top left no-repeat;
}

#menu{
	margin: 29px 0 286px 0;
}
.boton_inicio a,
.boton_inicio a:link,
.boton_inicio a:visited{
	background: url(../images/menu/bg_menu_inicio_a.gif);
	display: block;
	height: 26px;
}
.boton_inicio a:hover{
	background: url(../images/menu/bg_menu_inicio_ahover.gif);
}
.boton_inicio_selected a,
.boton_inicio_selected a:link,
.boton_inicio_selected a:visited{
	background: url(../images/menu/bg_menu_inicio_aselected.gif);
	display: block;
	height: 26px;
}
.boton_empresa a,
.boton_empresa a:link,
.boton_empresa a:visited{
	background: url(../images/menu/bg_menu_empresa_a.gif);
	display: block;
	height: 26px;
}
.boton_empresa a:hover{
	background: url(../images/menu/bg_menu_empresa_ahover.gif);
}
.boton_empresa_selected a,
.boton_empresa_selected a:link,
.boton_empresa_selected a:visited{
	background: url(../images/menu/bg_menu_empresa_aselected.gif);
	display: block;
	height: 26px;
}
.boton_productos a,
.boton_productos a:link,
.boton_productos a:visited{
	background: url(../images/menu/bg_menu_productos_a.gif);
	display: block;
	height: 26px;
}
.boton_productos a:hover{
	background: url(../images/menu/bg_menu_productos_ahover.gif);
}
.boton_productos_selected a,
.boton_productos_selected a:link,
.boton_productos_selected a:visited{
	background: url(../images/menu/bg_menu_productos_aselected.gif);
	display: block;
	height: 26px;
}
.boton_distribucion a,
.boton_distribucion a:link,
.boton_distribucion a:visited{
	background: url(../images/menu/bg_menu_distribucion_a.gif);
	display: block;
	height: 26px;
}
.boton_distribucion a:hover{
	background: url(../images/menu/bg_menu_distribucion_ahover.gif);
}
.boton_distribucion_selected a,
.boton_distribucion_selected a:link,
.boton_distribucion_selected a:visited{
	background: url(../images/menu/bg_menu_distribucion_aselec.gif);
	display: block;
	height: 26px;
}
.boton_contacto a,
.boton_contacto a:link,
.boton_contacto a:visited{
	background: url(../images/menu/bg_menu_contacto_a.gif);
	display: block;
	height: 26px;
}
.boton_contacto a:hover{
	background: url(../images/menu/bg_menu_contacto_ahover.gif);
}
.boton_contacto_selected a,
.boton_contacto_selected a:link,
.boton_contacto_selected a:visited{
	background: url(../images/menu/bg_menu_contacto_aselected.gif);
	display: block;
	height: 26px;
}
#cuerpo{
	padding:0 30px 0 30px;
	margin-right: 3px;
}
#cuerpo .left{
	width: 240px;
	background: none;
}
#cuerpo .right{
	width: 170px;
}
.banner{
	margin: 0 0 20px 0;
}
.banner h1{
	font-size: 1em;
	background: url(../images/template/bg_bannerh1.gif) top left no-repeat #000;
	color:#FFF;
	padding: 8px 0px 4px 7px;
	margin: 0;
}
.banner h1 a,
.banner h1 a:link,
.banner h1 a:visited{
	color: #FFF;
}
.banner p{
	text-align: left;
}
#banner_magdalenas{
	background: url(../images/template/bg_banner_magdalenas.jpg) top left no-repeat;
	color:#7B7B7B;
	font-size: 0.8em;
	padding: 114px 10px 5px 10px;
}
#banner_tontitas{
	background: url(../images/template/bg_banner_tontitas.jpg) top left no-repeat;
	color:#7B7B7B;
	font-size: 0.8em;
	padding: 114px 10px 5px 10px;
}
#banner_polvorones{
margin-top:-12px;
}
#banner_polvorones a,
#banner_polvorones a:link,
#banner_polvorones a:visited{
	background:url(../images/template/bg_banner_polvorones_a.jpg) top center no-repeat;
	display:block;
	height:186px;
}
#banner_polvorones a:hover{
	background:url(../images/template/bg_banner_polvorones_ahover.jpg) top center no-repeat;
}

#separador{
	width: 510px;
	margin-left: 265px;
}
#pie{
	width: 508px;
	margin-left: 265px;
	text-align: center;
	font-size: 0.9em;
	color: #7B7B7B;
	background: url(../images/template/separador_pie.gif) top center no-repeat;
	padding-top: 25px;
}
#final_pie{
	width: 508px;
	margin-left: 265px;
	height: 50px;
	background: url(../images/template/final_pie.gif) top left no-repeat #FFF;
}
#formulario {
margin-bottom:10px;
}
#formulario fieldset{
padding: 0 11px 10px 10px;
background: url(../images/fondo_fieldset.jpg) top right no-repeat;
border: 1px solid #E4E4E4;
}
#formulario legend {
font-weight: bold;
margin-bottom: 0.5em;
font-family: Arial, Helvetica, sans-serif;
color: #808080;
font-size: 1.2em;
}
#formulario label {
display: block;
}
#formulario label span {
display: block;
margin: 0.2em 0 0.1em 0;
}
#formulario label textarea,
#formulario label input {
width: 100%;
}
input#zemSubmit{
margin: 5px 0 0em 0px;
padding: 3px;
width: 50px;
}

#p_destacado{
	border: 1px solid #C1D6DB;
	padding: 1px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
.contenido_p_destacado{
	background: #F7F6F6;
	padding: 12px;
	color: #588DA2;
}
.contenido_p_destacado p{
	margin-bottom: 0em;
}

#google_map a:hover{
	background: none;
}
#google_map a img,
#google_map a:link img,
#google_map a:visited img{
	padding: 4px;
	background: none;
	border: 1px solid #D9DCE0;
}
#google_map a:hover img{
	background: #D9ECFF;
	border: 1px solid #D9DCE0;
}
br.clear {
  clear: both;
  height: 0;
  line-height: 0;
}

div.shadow {
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
  margin-right: 15px;
  margin-bottom:10px;
}

div.shadow img {
  padding: 5px 5px 9px 5px;
  background: white url(../images/template/shad_bottom.png) repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(../images/template/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(../images/template/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(../images/template/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(../images/template/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}

#ficha{
	padding: 5px 20px;
	background: #FFF;
}
#ficha .inside{
margin-bottom: 10px;
}
#ficha .left{
	width: 30%;
}
#ficha .right{
	width: 60%;
	margin-left: 15px;
}
#ficha div.shadow{
	margin:0;
}

#p_destacado .left{
	width: 48%;
}
#p_destacado .right{
	width: 48%;
}

#tabla{
	text-align: center;
	border-bottom: 1px solid #C1D6DB;
	border-left: 1px solid #C1D6DB;
	border-right: 1px solid #C1D6DB;
}
#tabla .inside{
	margin-bottom: 0;
}
#tabla p{
	text-align: center;
}
#tabla .left{
	width: 229px;
	margin: 0;
	border-top: 1px solid #C1D6DB;
/*	background: Fuchsia;*/
/*	border-right: 1px solid #000;*/
}
#tabla .right{
	width: 229px;
	margin: 0;
	border-top: 1px solid #C1D6DB;
/*	background: Fuchsia;*/
}
#tabla h2{
	margin: 3px 0;
}
#tabla h3,
#tabla p{
	margin: 3px 0;
}
#table_header{
background: #F7F6F6;
}
.btn_confirma_formulario{
	text-align: center;
}
.btn_confirma_formulario input{
margin: 5px 0 0em 0px;
padding: 3px;
width: 60px;
}

.volverarriba {
font-size: 0.8em;
text-align: right;
width: auto;
padding-bottom: 1em;
clear:both;
}

.volverarriba span {
padding: 3px;
border: 1px solid #EAEAEA;
color: #777777;
background: url(../images/template/fondo_formu.gif) top repeat-x;
}

.volverarriba a {
color: #777777;
}

.volverarriba img {
vertical-align: middle;
}
#language{
	background: none;
	position: absolute;
	margin-left: 320px;
	top: 7px;
	color: #666;
	left: 350px;
}
#language a,
#language a:link,
#language a:visited{
color: #666;
font-size: 0.9em;
}
#language a:hover{
color: #333;
text-decoration: underline;
}
.pag_nav{
clear:both;
color:#999;
font-size:0.9em;
text-align:right;
}
.bot_print{
float:right;
font-size:0.9em;
font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #949494;
padding: 0 20px 5px 0:
}
.bot_print a{
	color: #949494;
}

