﻿/*	__________________________________________________________________
	|                 	                                             |
	|  Template Info:                                                 |
   |                	                                                |
	|  This template is released into the public domain. Attribution  |
	|  to me is appreciated, but not required. You are free to        |
	|  modify and redistribute this page as you see fit. This notice  |
	|  does not need to be retained if it is used or redistributed.   |
	|                                                                 |
	|  Jack Qiao                                                      |
	|  www.pureweb.ca                                                 |
	|                                                                 |
	|_________________________________________________________________|
*/

/*

note: my css selectors are generally location based. For example,
the top navigation selector is placed at the top of the css file,
and the footer is placed at the very end. Have fun tinkering!

*/

body {
	font:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	/*background:#ffffff url("http://www.baituna.com.ar/speedagro/imagenes/head_bg.png") no-repeat center top;*/
	margin: 0px;
	padding: 0px 0px 50px;
	text-align: center;
	background-color: #FFFFFF;
}

a, a:visited {
color: #666666;
text-decoration:none;
}
a:hover {
	color:#84C225;
	text-decoration:none;
}
#contenedor {
background:#FFFFFF;
	text-align: left;
	margin: 10px auto;
	width: 900px;
	padding: 5px 5px 0px 5px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 5px solid #E6E6DF;
	border-left: 1px solid;
	border-color: #B0E066;
}
#main {
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}	
/*--------------------bannerproductos----------------*/
#bannerproductos {
	z-index: 0;
	padding:0px !important;
	width: 900px;
	margin: 0px;
	/*border-top: 1px solid #E6E6DF;
	border-right: 1px solid #E6E6DF;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background-color: #FFFFFF;*/
}
/*---------------fin bannerproductos----------------*/

/*--------------------izquierda----------------*/
#izquierda {
	width: 698px;
	margin: 5px 0px 0px 0px;
	float: left;
	
}
#izquierdalogistica {
	width: 698px;
	margin: 5px 0px 0px 0px;
	float: left;
	background:url(/imagenes/banner_americadelsur_logistica.png) no-repeat bottom right;	
}



/*---------------fin izquierda----------------*/

/*--------------------overflow: scroll;info----------------*/
#info {
	font-family:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/*background: url(imagenes/esquina2.jpg) no-repeat bottom right;
	border-top: 1px solid #E6E6DF;
	border-right: 1px solid #E6E6DF;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background-color: #666666;
	float: left;*/
	
}


.copete p{
font: 13px!important;
color: #CC3E00!important;
}
.copete2 p{
font: 13px!important;
color: #03633A!important;
}
.copete3 p{
	font: 13px!important;
	color: #005384!important;
}
#info h1{
	height: 30px;
	font-size: 15px;
	color: #FFFFFF;
	background-color:#84C225;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	padding: 20px 0px 0px 10px;
}
#info_derecha h1{
	height: 30px;
	font-size: 15px;
	color: #FFFFFF;
	background-color:#84C225;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	padding: 20px 0px 0px 10px;
}
#info h3{
	font:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #7DB825;
	text-align: right;
}
#info p{
	color:#666666;
	line-height: 16px;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 5px 10px 5px 10px;
	border-color: #999999;
	margin: 0px;
}
#infocuadro p{
	color:#666666;
	line-height: 14px;
	font-size: 0.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 2px !important;
	border-color: #999999;
	margin: 0px;
}
#info_derecha p{
	color:#666666!important;
	line-height: 16px!important;
	font-size: 11px!important;
	font-family: Verdana, Arial, Helvetica, sans-serif!important;
	text-align: left;
	padding: 5px 10px 5px 10px;
	border-color: #999999;
	margin: 0px;
}
#info img{
	padding:0px;
	margin-top:0px;
}

/*---------------fin info----------------*/

/*--------------------overflow: scroll;info----------------*/
#info1 {
	font-family:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	width: auto;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	/*background: url(imagenes/esquina2.jpg) no-repeat bottom right;
	border-top: 1px solid #E6E6DF;
	border-right: 1px solid #E6E6DF;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background-color: #666666;
	float: left;*/
	
}
#info1 a, #info1 a:visited{
	font-size: 0.7em;
	color: #FFFFFF;
	padding: 5px;
	text-decoration:none;
	display:block;
	background-color:#84C225;
	margin:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spaci: 10px;
}
	
#info1 a:hover {
	font-size: 0.7em;
	color: #84C225;
	padding: 5px;
	text-decoration:none;
	display:block;
	background-color:#E9FFA6;
	margin:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spaci: 10px;
}

#info1 h3, #info1 p.blank {
	height: 23px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	background-color:#84C225;
	padding: 27px 0px 0px 15px;
	margin: 0px;
	font-weight: bold;
}
#info1 h2{
	font:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
#info1 p{
	color:#333333;
	line-height: 20px;
	font-size: 14px;
	font: helvetica;
}

#info1 img{
	padding:5px;
	margin-top:30px;
}
#info1 p{
	color:#666666;
	line-height: 16px;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 5px 5px 5px 5px;
	border-color: #999999;
	margin: 0px;
}

/*---------------fin info----------------*/

/*--------------------derecha----------------*/
#derecha {
	width: 202px;
	margin: 5px 0px;
	float: right;
	padding: 0px;
}
#derecha2 {
	width: 202px;
	background-color: #ffffff;
	float: right;
	margin: 15px 5px 5px 0px;
}



/*---------------fin derecha----------------*/

/*----------------------listadopaises--------*/



	
#listadopaises {
float:left;
	width: 170px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	margin: 10px;
	}
#listadopaises ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}	
#listadopaises li{
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	color: #5E7830;
	display: block;
	background: url(imagenes/menu.gif);
	padding: 8px 0 0 10px;
	}	
	
#listadopaises li a:link, #listadopaises li a:visited {
	color: #5E7830;
	display: block;
	background: url(imagenes/menu.gif);
	padding: 8px 0 0 10px;
	}
	
#listadopaises li a:hover {
	color: #26370A;
	background: url(imagenes/menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#listadopaises li a:active {
	color: #26370A;
	background: url(imagenes/menu.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}

/*-------------fin listado paises--------------*/


#wrapper {
	width: 900px;
	height: auto;
	clear: both;
	overflow: hidden;
}
#top {
	height: 28px;
	width: 898px;
	font:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF99CC;
	margin: 2px;
	background-color: #F3F3F3;
	border-top: 1px solid #E6E6DF;
	border-right: 1px solid #E6E6DF;
	border-bottom: 5px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
}

#top a {
	height: 28px;
	color: #99CC00;
	line-height: 28px;
	padding-left: 5px;
	padding-right: 5px;
	font:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
#top  a:hover, .content a:focus {
	color: #fff;
	background-color: #99CC00;
	font:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	text-decoration: none;
}

#chat a {
	background: #0086EE url(file:///D|/EMPRESA/DISEÑOS WEB/MAMOJUA/images/blue.jpg) no-repeat;
}

#join a {
	background: #F41100 url(file:///D|/EMPRESA/DISEÑOS WEB/MAMOJUA/images/red.jpg) no-repeat;
}

#login a {
	background: #ED700D url(file:///D|/EMPRESA/DISEÑOS WEB/MAMOJUA/images/orange.jpg) no-repeat;
}

#search a {
	background: #199B2C url(file:///D|/EMPRESA/DISEÑOS WEB/MAMOJUA/images/green.jpg) no-repeat;
}

#adspace {
	height: 67px;
	background: url(file:///D|/EMPRESA/DISEÑOS WEB/MAMOJUA/images/ad.gif) repeat-x;
	font: normal 10px/100px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #fff;
	cursor: default;
	overflow: hidden;
	width: 900px;
}


#cuentos {
padding-top: 50px;
	float: left;
	width:200px;
	height: auto;
	overflow: hidden;
	text-align: center;
	background-color: #FFFFFF;
	background: url(file:///D|/EMPRESA/DISEÑOS WEB/MAMOJUA/images/cuentos.png) repeat-x;
}
#juegos {
padding-top: 50px;
	background: url(file:///D|/EMPRESA/DISEÑOS WEB/MAMOJUA/images/juegos.png) repeat-x;
float: left;
width:450px;
	height: auto;
	overflow: hidden;
	text-align: center;
	background-color: #FFFFFF;
}
#dibujos {
padding-top: 50px;
	background: url(file:///D|/EMPRESA/DISEÑOS WEB/MAMOJUA/images/colorear.png) repeat-x;
float: left;
width:250px;
	height: auto;
	overflow: hidden;
	text-align: center;
	background-color: #FFFFFF;
}
#menulateral {
	padding-top: 10px;
	float: left;
	width:200px;
	height: auto;
	overflow: hidden;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 12px;
}
#menulateral ul.hover_list li {
	border-width: 0 0 1px 0;
	color: #FF99CC;
	border-bottom: 1px solid;
	border-bottom-style: dashed;
	border-bottom-color: #66CC00;
	margin: 2px;
}

#menulateral ul.hover_list li a {
	height: 40px;
	color: #FF99CC;
	display: block;
	line-height: 40px;
	padding-left: 5px;
}

#menulateral ul.hover_list li a:hover, .content ul.hover_list li a:focus {
	background: #FF99CC;
	color: #fff;
}

#cuerpomedio {
padding-top: 20px;
float: left;
width:900px;
	height: auto;
	overflow: hidden;
	text-align: center;
	background-color: #FFFFFF;
}
#lateralderecho {
	float: left;
	width:250px;
	overflow: hidden;
	text-align: center;
	background-color: #FFFFFF;
	height: auto;
}

#cuerpomedio ul li {
	float: left;
	text-align: center;
	width: 120px;
	height: auto;
	border: 1px solid;
	border-style: dashed;
	border-color: #5D97ED;
	margin: 5px;
}
#cuerpomedio ul li h2 {

	font: bold 11px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	margin-top: 10px;
	color: #000;
	background-image: url(file:///D|/EMPRESA/DISEÑOS WEB/MAMOJUA/images/stripes_small.gif);
	height: 20px;
	padding-top: 10px;
}
#cuerpomedio ul li h3 {
	font: bold 11px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	margin-top: 0px;
	color: #666666;
	height: 30px;
}

.content {

	padding: 10px;
	float: left;
	width: 378px;
	margin: 25px 25px 20px 25px;
	font: normal 11px/18px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	text-align: justify;
	display: inline;
	background-color: #F3F3F3;
	border-top: 1px solid #E6E6DF;
	border-right: 1px solid #E6E6DF;
	border-bottom: 5px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
}

.content h1, .content ul {
	margin: 0;
	padding: 0;
}

.content h1 {
	color: #FF99CC;
	font: normal 2em "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}

.content h2 {
	margin: 20px 0 4px 0;
}

.content ul.hover_list li {
	border: 1px solid #783C1C;
	border-width: 0 0 1px 0;
	color: #FF99CC;
}

.content ul.hover_list li a {
	height: 40px;
	color: #FF99CC;
	display: block;
	line-height: 40px;
	padding-left: 15px;
}

.content ul.hover_list li a:hover, .content ul.hover_list li a:focus {
	background: #FF99CC;
	color: #fff;
}
#infoabajo{
width:900px;
height:auto;
	background-color: #F3F3F3;
	overflow: hidden;
}
/*.........................................pie de pagina*/

#piedepagina {
	clear: both;
	height: 142px;
	background-image: url(imagenes/piedepagina.png);
	background-color: #FFFFFF;
}
#footer {

	height: 25px;
	background-color: #000;
	color: #999;
	font: normal 10px/25px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #999;
	text-align: center;
	clear: both;
	width: 900px;
	border-bottom: 5px solid #E6E6DF;
	border-color: #FFFFFF;
}

#footer a {	
	color: #99CC00;
}
/*.........................................pie de pagina*/


/*------------------CUERPOMEDIO_CONTACTO  --------------------------------*/
#cuerpomedio_contacto {
	font: bold 11px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	color:#333333;
	margin-top: 10px;
	margin-bottom: 20px;
	width:auto;
}
#subject {
	border-width:0px 0px 0px 1px;
	border-left-color:#FFFFFF;
	text-align: left;
	width: 400;
	background-color: #D0FF8A;
}
#subject:hover {
border-width:0px 0px 0px 1px;
border-left-color:#FFFFFF;
	text-align: justify;
	width: 400;
	background-color: #FFFFFF;
}
#visitorname, #visitorsurname, #visitormail, #destino, #phone, #direccion, #ciudad, #provincia, #postcode, #url {
border-width:0px 0px 0px 1px;
border-left-color:#FFFFFF;
	text-align: left;
	width: 150px;
	background-color: #D0FF8A;

}
#visitorname:hover, #visitorsurname:hover, #visitormail:hover, #destino:hover, #phone:hover, #direccion:hover, #ciudad:hover, #provincia:hover, #postcode:hover, #url:hover {
border-width:0px 0px 0px 1px;
border-left-color:#FFFFFF;
	text-align: justify;
	width: 150px;
	background-color: #FFFFFF;
}
#notes {
	text-align: justify;
	width: 665px;
	border: 1px solid;
	border-color: #C8C8B9;
	margin: 0px;
	border-color:#99CC00;
	background-color: #FFFFFF;
	height:300px;
	padding: 15px;
	background-image: url(imagenes/BG_ABAJO2.png);
	background-repeat: repeat-x;
	background-position:bottom;
}
#notes:hover {
	text-align: justify;
	width: 665px;
	border-color: #C8C8B9;
	margin: 0px;
	border: 1px solid;
	border-color:#CCCCCC;
	background-color: #F0FFD9;
	height:300px;
	padding: 15px;
	background-image: url(imagenes/BG_ABAJO.png);
	background-repeat: repeat-x;
	background-position:bottom;
}

#cuerpomedio_contacto h2 {
padding:20px;
	text-align: center;
	font:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #99CC00;
}
#celdasform{

	margin: 1px;
	background-color: #DDFFAA;
	width:345px;
	text-align: right;
	font:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	float: left;
}
#celdasforma{

	margin: 1px;
	background-color: #DDFFAA;
	text-align: right;
	font:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}

#agradecimiento{
	width: 400px;
	margin:100px auto;
	color:#666666;
	line-height: 16px;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 5px;

}


/*------------------FIN CUERPOMEDIO_CONTACTO  --------------------------------*/
#menuderecho li {
	list-style-image: url(imagenes/loguito.png);
}
#menuderecho a {
	color:#789F00;
	text-align: left;
	margin: 5px;
}
#menuderecho a:hover{
	color:#8CBB00;
	text-align: justify;
	margin: 5px;
	}
	
/*............... menu dos.............................*/


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu2{
padding: 0;
width: 100%;
border-top: 5px solid #99CC00; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

#modernbricksmenu2 a:hover{
	background-color: #99CC00; /*Brown color theme*/
	color: white;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
	background-color: #99CC00; /*Brown color theme*/
	color: white;
	border-color: #99CC00; /*Brown color theme*/
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 3px;
padding: 0;
}

#myform .textinput{
width: 100px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
height: 22px;
border: 1px solid black;
background-color: lightyellow;
}




/*............... fin menu dos.............................*/


/*................. tabla de datos......................*/
#tabla_datos {
	width:690px;
	padding: 0px 10px 0px 10px;
	margin: 0;
}
th {
	font: bold 11px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #5F7D00;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: url(images/bg_header.jpg) no-repeat;
	background-color: #EAFFA8;
}

th.nobg {
	background-color: #F1FFC6;
}

td {
	padding: 6px 6px 6px 12px;
	color: #000000;
	background-color: #FFFFFF;
	border-color: #666666;
}


td.alt {
	color: #797268;
	background-color: #F1FFC6;
}
/* .................... */
#submenu{
margin-top:0px;
padding:0px;
width: 100%;
border-top: 5px solid #99CC00; /*Brown color theme*/ 
background: transparent;
width: 100%;
border-top: 5px solid #99CC00; /*Brown color theme*/
voice-family: "\"}\"";
voice-family: inherit;
margin-bottom: 5px;
}
#submenu ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#submenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}


#submenu a{
	float: right;
	display: block;
	font: bold 11px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: white;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	background-color: #000000; /*Brown color theme*/
	border-top: 1px solid white;
}

#submenu a:hover{
	background-color: #99CC00; /*Brown color theme*/
	color: white;
}

#submenu #current a{ /*currently selected tab*/
	background-color: #99CC00; /*Brown color theme*/
	color: white;
	border-color: #99CC00; /*Brown color theme*/
}

/*           otro menu         */

ul.mono> li > ul /* Solo para los ul debajo de los li de primer nivel. */
{
   position:absolute;
   left:-41px;
   top:19px;
   display:none;
   list-style:none;
}
ul.mono > li /* Sólo para li de primer nivel */
{
   display:inline;
}

h3#noticiashome {border-left: solid 1px #C8EB94;
}

/* COLORES DE LOS TITULOS */

div.spwet div#main div#izquierda div#info h1, div.spwet div#info1 p.blank, div.spwet div#info1 a {background-color: #84C225 !important; color: #FFFFFF !important;} 
div.spwet div#info1 a:hover {background-color: #A4D25E!important; color:#FFFFFF !important;}

div.spmax div#main div#izquierda div#info h1, div.spmax div#info1 p.blank, div.spmax div#info1 a {background-color: #EB3D00 !important; color: #FFFFFF !important;}
div.spmax div#info1 a:hover {background-color: #F06F42!important; color:#FFFFFF !important;}

div.spanti div#main div#izquierda div#info h1, div.spanti div#info1 p.blank, div.spanti div#info1 a {background-color: #00ABE7 !important; color: #FFFFFF !important;}
div.spanti div#info1 a:hover {background-color: #42C0ED!important; color:#FFFFFF !important;}

div.spplus div#main div#izquierda div#info h1, div.spplus div#info1 p.blank, div.spplus div#info1 a {background-color: #FDC800 !important; color: #FFFFFF !important;}
div.spplus div#info1 a:hover {background-color: #FCD542!important; color:#FFFFFF !important;}

div.spwater div#main div#izquierda div#info h1, div.spwater div#info1 p.blank, div.spwater div#info1 a {background-color: #6476B3 !important; color: #FFFFFF !important;}
div.spwater div#info1 a:hover {background-color: #8C99C6!important; color:#FFFFFF !important;}

div.spesp div#main div#izquierda div#info h1, div.spesp div#info1 p.blank, div.spesp div#info1 a {background: #DA969A !important; color: #FFFFFF !important;}
div.spesp div#info1 a:hover {background-color: #E3B1B4!important; color:#FFFFFF !important;}

div.spclean div#main div#izquierda div#info h1, div.spclean div#info1 p.blank, div.spclean div#info1 a {background-color: #00AF91 !important; color: #FFFFFF !important;}
div.spclean div#info1 a:hover {background-color: #42C3AD!important; color:#FFFFFF !important;}

div.spstop div#main div#izquierda div#info h1, div.spstop div#info1 p.blank, div.spstop div#info1 a {background-color: #340E70 !important; color: #FFFFFF !important;}
div.spstop div#info1 a:hover {background-color: #340E70!important; color:#FFFFFF !important;}

div.spgrow div#main div#izquierda div#info h1, div.spgrow div#info1 p.blank, div.spgrow div#info1 a {background-color: #84C225 !important; color: #FFFFFF !important;}
div.spgrow div#main div#izquierda div#info h1 {background-image: url("/imagenes/productos/loguitoaguilaspeed.png") !important; background-position:right !important;background-repeat:no-repeat !important;} 
div.spgrow div#info1 a:hover {background-color: #A4D25E!important; color:#FFFFFF !important;}

div.silobac5 div#main div#izquierda div#info h1, div.silobac5 div#info1 p.blank, div.silobac5 div#info1 a {
	background-color: #E3B156 !important;
	color: #FFFFFF !important;
}
div.silobac5 div#info1 a:hover {
	background-color: #E3B156!important;
	color:#FFFFFF !important;
}

div.silobacmp div#main div#izquierda div#info h1, div.silobacmp div#info1 p.blank, div.silobacmp div#info1 a {
	background-color: #002A69 !important;
	color: #FFFFFF !important;
}
div.silobacmp div#info1 a:hover {
	background-color: #002F75!important;
	color:#FFFFFF !important;
}


#tablas td{
	background-color:#FFFFFF!important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color:#666666;
	border: 1px!important;
}
#tablas{
margin: 0px 40px 0px 40px;
}
#info p.negrita_centro{

}