/* Cuerpo del Sitio */

BODY {
	background-color: #636363;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
    color: #000000;
	margin: 0px 0px 0px 0px;
    text-align: center;
}


/* Capas DIV */

#site {
    text-align: left;
    width: 930px;
    background-color: #EFEFEF;
    margin: auto;
}

#header {
    height: 100px;
    width: 930px;
}

#links {
    background: #FFFFFF;
	width: 930px;
	height: 16px;
	padding: 6px 0px 6px 0px;
	margin: auto;
	text-align: center;
}


/* Script Navegador */

#dropmenudiv {
    position: absolute;
    border: 1px solid #717171;
	text-align: left;
	filter: Alpha(Opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#dropmenudiv a {
    display: block;
    text-indent: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
    text-decoration: none;
	height: 20px;
	background-color: #FFFFFF;
}

#dropmenudiv a:hover {
    color: #000000;
}


/* Estilo Navegador */

.navegador {
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	vertical-align: middle;
	border-right: solid;
	border-right-color: #9A9A9A;
	border-right-width: 1px;
}

.navegador_dos {
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	vertical-align: middle;
}


/* Enlaces Navegador */

a {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #006600;
}

a:visited {
	text-decoration: none;
	color: #006600;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #006600;
}


/* Barra Imágenes */

#imagenes {
    width: 930px;
	height: 300px;
	background: #000000 url("images/loading.gif") 50% 50% no-repeat;
}


/* Contenido Flecha */

#content {
    width: 930px;
	height: 35px;
}

#individuals {
    width: 310px;
	height: 35px;
    background-image: url(images/individuals.png);
    float: left;
}

#promotional {
    width: 310px;
	height: 35px;
	background-image: url(images/promo.png);
    float: right;
}

#wholesale {
    width: 310px;
	height: 35px;
	margin-left: 310px;
    background-image: url(images/wholesale.png);
}

#content_flecha {
    padding-top: 10px;
    padding-left: 278px;
	padding-right: 5px;
}


/* Contenido Fotos */

#content_fotos {
    width: 930px;
	height: 170px;
}

#individuals_fotos {
    width: 310px;
	height: 170px;
	background-image: url(images/consumers.jpg);
    float: left;
}

#promotional_fotos {
    width: 310px;
	height: 170px;
	background-image: url(images/promo.jpg);
    float: right;
}

#wholesale_fotos {
    width: 310px;
	height: 170px;
	margin-left: 310px;
    background-image: url(images/wholesale.jpg);
}


/* Contenido Textos */

#text {
    width: 930px;
	height: 35px;
}

#individuals_text {
    width: 310px;
	height: 35px;
    background-image: url(images/individuals_text.png);
    float: left;
}

#promotional_text {
    width: 310px;
	height: 35px;
	background-image: url(images/promo_text.png);
    float: right;
}

#wholesale_text {
    width: 310px;
	height: 35px;
	margin-left: 310px;
    background-image: url(images/wholesale_text.png);
}

#content_text {
    padding-top: 10px;
    padding-left: 10px;
	padding-right: 5px;
	font-size: 12px;
	color: #FFFFFF;
}


/* Copyright */

#copyright {
    width: 930px;
	height: 50px;
    clear: both;
	background-color: #000000;
}

#copyright_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}


/* Enlaces Copyright */

a.copy {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
}

a.copy:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.copy:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.copy:hover {
	text-decoration: underline;
	color: #8CD600;
}

a.copy:active {
	text-decoration: none;
	color: #FFFFFF;
}