/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none; }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none; }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0; }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	outline:  none;
	text-decoration:none;
	color: #999;
}

/* de-italicize address */
address { font-style:normal; }

a:hover {
	color: #003366;
	text-decoration: none;
}
	
body {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	background-color:#FFFFFF;
	font-size: 14px;
	
} 



p {
	line-height: 20px;
	font-size: 12px;
	font-weight: lighter;
	font-variant: normal;
	color:#000000;
	text-transform: none;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
@<b style="color: black; background-color: rgb(255, 255, 102);">
font-face</b> { font-family: "Bookman Old Syle";  
src: url(fonts/bookman_old_style/) format("Font Suitcase"); }   


@<b style="color: black; background-color: rgb(255, 255, 102);">
font-face</b> { font-family: "Hamburger";  
src: url(../fonts/Hamburger-Plain.TTF) format("True Type"); }  

@<b style="color: black; background-color: rgb(255, 255, 102);">
font-face</b> { font-family: "Trajan";  
src: url(../TrajanPro-Bold.otf) format("opentype"); }  



h1{
        font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color: #003366;
	font-style:normal;
	font-weight:bold;
	margin-left: 10px;
	line-height: 31px;
	z-index: 2;
}
h1.retro
{
	margin-left: 0px;
}
h2{
        font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color: #999999;
	font-style:normal;
	font-weight:bold;
	margin-left: 10px;
	line-height: 28px;
}
h2.retro
{
	margin-left: 0px;
}
h3{
font-family:Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
	line-height: 17px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
a:hover  h4 {
	text-decoration: underline;
}
h4{
font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #990000;
}
a.margen h4  {
	margin-left: 30px;
	color: #666666;
}
#header
	{
	position: relative;
} 
#cabeza  
	{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 116px;
}
#logo {
	height: 78px;
	width: 250px;
	background-image: url(../imagenes/logo.jpg) no-repeat;
	left: 4px;
	top: 0px;
        z-index:3;
	position: relative;
	float: left;
}
#logo img {
float: left;
}
#cabeza img
{
float:left;
position: relative;
} 

#c_ppal {
	height: 116px;
	width: 728px;
	position: relative;
}
#eslogan
 {
	height:21px;
	width: 252px;
        z-index:0;
	margin-top:auto;
	margin-left:auto;
	margin-bottom: 0px;
	margin-right: 0px;
	position: absolute;
	top: 88px;
	left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Times New Roman, Times, serif";
	font-size: 15px;
	font-weight: bold;
	color: #0066CC;

 }
ul#menu  
	{
	text-align:left;
        vertical-align:middle;
	width: 978px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/img_menu/hover.gif);
	background-repeat: repeat-x;
	height: 16px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
}
ul#menu li
	{
	list-style:none;
	width: 128px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#menu li  a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	background-repeat: repeat-x;
	padding-right: 27px;
	padding-left: 27px;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 5px;
}

.fondo {
	z-index: 0;
}

ul#menu li a:hover {
	color: #000;
        background-image: url(../img/img_menu/off.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	font-weight: bold;
}
ul#menu li a.activo  
	{
	color:#000;
	background-image: url(../img/img_menu/off.gif);
	background-repeat: repeat-x;
	width: 150px;
	height: 18px;
	padding-left: 22px;
	padding-right: 22px;
}
ul#submenu li a.activo_2    {
	color: #990000;
}
ul#submenu  {
z-index:3;
	position: relative;
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	background-repeat: repeat-x;
	padding-right: 0px;
	padding-left: 0px;
	height: 16px;
	padding-top: 1px;
	background-image: url(../img/img_menu/off2.gif);
	padding-bottom: 1px;
	top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

ul#submenu   li {
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	text-align: center;
	display: inline;
}
ul#submenu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
}
ul#submenu li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-repeat: repeat-x;
	background-image: url();
	padding-right: 15px;
	padding-left: 15px;
}

#main
	{
	width: 980px;
	color:#333;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
	top: 0px;
	height: auto;
	position: relative;
	overflow: auto;
}
#main p
	{margin-bottom:1em;}


#x {
	position: relative;
	width:810px;
	height: auto;
	float: left;
	min-height:1370px;
       overflow:hidden;
}
#x.margen_interno  {
	padding-right: 20px;
	padding-left: 10px;
	width: 780px;
}

#x.margen_bajo {
	margin-bottom: 80px;
}

.margen_compra {
	margin-left: 30px;
	margin-bottom: 20px;
	width: 870px;
	text-align: justify;
}

#x .imagen_bordeada {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#y img.derecha     {
	float: right;
	margin-left: 20px;
	margin-right: 10px;
}

#col_der{
	width:168px;
        padding-bottom: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
        border: 1px solid #999;
	top: 0px;
	padding-top: 20px;
	padding-right: 0px;
	clear: right;
	background-color: #eee;
	left: 810px;
	position: absolute;
}

#col_der_Teo{
	width:181px;
        height: 2335px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
        border: 1px solid black;
	top: 0px;
	padding-top: 20px;
	padding-right: 0px;
	clear: right;
	top:10px;
	left: 797px;
	position: absolute;
}

#col_der_Teo2{
	width:181px;
        height: 1275px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
        border: 1px solid #999;
	top: 0px;
	padding-top: 20px;
	padding-right: 0px;
	clear: right;
	background-color: #eee;
	left: 797px;
	position: absolute;
}

.posicionando{
margin-top:1px; }

#ban {
	position: relative;
	height: 1100px;
	width: 170px;
	background-color: #000066;
	left: 0;
}
#bloque a:hover {
	text-decoration: underline;
}
.negrita {
	font-weight: bold;
}
#y
{
overflow:hidden;
}
#y .imagen_bordeada {
	float: left;
	margin-right: 18px;
	margin-bottom: 10px;
}
a .imagen_bordeada {
	float: left;
	margin-right: 18px;
	margin-bottom: 30px;
        border: 1px;
	border-style: solid;
        border-color:#999;
}
a img.imagen_bordeada {
	float: left;
	margin-right: 18px;
	margin-bottom: 30px;
        border: 1px;
	border-style: solid;
        border-color:#999;
}


.sector {
	float: left;
	width: 400px;
	margin-bottom: 30px;
	position: relative;        
}

.nombre-distribuidor {
	font-weight: bold;
	font-size: 15px;
}



.contenido-distribuidores {
	margin-top: 20px;
	background-image: url(../img/img_fijas/fondo-lateral-distribucion.jpg);
	background-position: center;
	background-repeat: repeat-y;
}


.zona-distribuidor {
	font-size: 17px;
	color: #990000;
}

strong 
{
	font-weight: bold;
}
.distribuidor h1 {
	font-size: 30px;
	color: #003399;
}
.distribuidor {
	padding-top: 40px;
	background-image: url(../img/img_fijas/fondo-distribucion.jpg);
 	background-position: center 0px;
	background-repeat: no-repeat;
}


.distribuidorcentral {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding: 20px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	font-size: 14px;
	margin-bottom: 20px;
}

.distribuidoresregionales {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding: 20px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	height: 1200px;
}

.distribuidor-exportacion {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding: 20px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	font-size: 14px;
}
.pie-distribucion {
	height: 100px;
	background-image: url(../img/img_fijas/pie-distribucion.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
