#menu a{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	padding-bottom: 5px;
	border-bottom: 4px solid #EEEDEF;
}
#menu a:hover{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 4px solid #427FAB;
}
/*************************************************************************/
@font-face {
	font-family: "TradeGothicL";
	src: url(../fonts/tradeGL.ttf);
}
@font-face {
	font-family: "TradeGothicL";
	src: url(../fonts/tradeGL.eot);
}

#bannerInt h1{
	font-family: TradeGothicL, Arial, sans-serif;
	font-size: 32px;
	color: #427FAB;
	text-align: left;
	margin-top: 130px;
	margin-left: 50px;
}
 
#bannerInt h1 b{
	color: #2D5573;
} 

#bannerInt2 h1{
	font-family: TradeGothicL, Arial, sans-serif;
	font-size: 32px;
	color: #427FAB;
	text-align: left;
	margin-top: 130px;
	margin-left: 50px;
}
 
#bannerInt2 h1 b{
	color: #2D5573;
} 
#bannerIntEmpresa h1{
	font-family: TradeGothicL, Arial, sans-serif;
	font-size: 32px;
	color: #427FAB;
	text-align: left;
	margin-top: 130px;
	margin-left: 50px;
}
 
#bannerIntEmpresa h1 b{
	color: #2D5573;
} 
/**************************************************************************/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	/*height: 32px; */
	/*border-bottom: 1px solid #999;*/
	/*border-left: 1px solid #999;*/
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	/*height: 31px; */
	/*line-height: 31px;*/
	/*border: 1px solid #999;*/
	/*border-left: none;*/
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	/*background: #e0e0e0;*/
	list-style: none !important;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 2px;
	outline: none;
}
ul.tabs li a:hover {
	/*background: #ccc;*/
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	/*background: #fff !important;*/
	/*border-bottom: 1px solid #fff !important;*/
	list-style: none !important;
}
 
.tab_container {
	/*border: 1px solid #999;
	border-top: none;
	overflow: hidden;*/
	clear: both;
	float: left; width: 100%;
	/*background: #fff;*/
}
.tab_content {
	padding: 0px;
	font-size: 1.2em;
}
 
/************************************************************************/
/*
body { font: 1em "Trebuchet MS", verdana, arial, sans-serif; font-size: 100%; }
input, textarea { font-family: Arial; font-size: 125%; padding: 7px; }
label { display: block; } 
*/
.infiniteCarousel {
  width: 930px;
  height: 140px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 850px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 140px;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
/*  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; */
}

.infiniteCarousel .wrapper ul {
  width: 840px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 85px;
  width: 85px;
}

.infiniteCarousel ul li img {
    -webkit-transition: border-color 400ms;
}

.infiniteCarousel ul:hover li img {
  border-color: #000;
}

.infiniteCarousel ul:hover li:hover img {
  border-color: #333;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 50px;
  width: 37px;
  background: url(../img/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 30px;
  cursor: pointer;
  outline: 0;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -100px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -50px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -150px;
}


/***********************************************************************/
.menuV{
	text-align: left;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    behavior:url(css/border-radius.htc);
	padding: 10px;
	float: left;
	width: 190px;
	margin-bottom: 10px;
}

.menuV h1{
	color: #343434;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	margin-top: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #EDEDED;
}

.menuV a{
	color: #427FAB;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	padding-top: 0px;
	line-height: 22px;
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

.menuV a:hover{
	color: #427FAB;
	font-weight: bold;
	text-decoration: none;
}
/*********************************************************************************/

#columnaDer h1{
	font-size: 24px;
	color: #427FAB;
	margin-top: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#columnaDer h2{
	font-size: 12px;
	color: #427FAB;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	font-weight: bold;
	clear: both;
}
#columnaDer img.colorantes{
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 5px solid #FFF;
}
#columnaDer p{
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: normal;
}
#columnaDer p a{
	color: #427FAB;
	text-decoration: none;
}
#columnaDer p a:hover{
	color: #427FAB;
	text-decoration: underline;
}
#columnaDer li{
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	font-weight: normal;
	list-style: inside;
	list-style-type: circle;
}

#columnaIzquierda h1{
	color: #575C64;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#columnaIzquierda h2{
	color: #529DC5;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#columnaIzquierda p{
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/***********************************************/

.columna1{
	width: 420px;
	float: left;
	padding-right: 20px;
}

.columna2{
	width: 280px;
	float: left;
	padding-top: 10px;
}

.columna3{
	width: 210px;
	float: left;
}
iframe {
	border: 1px solid #CCCCCC;
}

/**********************************************/



.contenido {
	padding-left: 0px;
	padding-right: 10px;
}

.contenido h1{
	color: #AE1126;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	border-bottom: 1px solid #DBDBDB;
	line-height: 30px;
}

.contenido p{
	color: #666666;
	font-size: 11px;
	margin-top: 10px;
	margin-left: 10px;
	width: 430px;
	float: left;
}

.contenido p a{
	color: #666666;
}

.contenido ul{
	color: #666666;
	font-size: 11px;
	margin-top: 10px;
	margin-left: 10px;
	width: 430px;
	float: left;
}

.contenido li{
	color: #666666;
	font-size: 11px;
	margin-top: 10px;
	margin-left: 10px;
	width: 430px;
	float: left;
}

.contenido .foto{
	width: 190px;
	float: right;
	margin-bottom: 15px;
	border: 1px solid #DBDBDB;
	margin-right: 10px;
}

.recuadro {
	text-align: center;
	margin-top: 10px;
}

.caracteristicas {
	margin-top: 5px;
	padding-left: 15px;
	padding-right: 10px;
}

.caracteristicas table {
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.caracteristicas table th {
	background-color: #B2D6EC;
	color: #124D70;
	padding: 10px;
	width: 100px;
}

.caracteristicas table td {
	background-color: #E0EEF7;
	color: #5A5752;
	padding: 10px;
}


.direccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: left;
	margin-left: 10px;
	margin-top: 18px;
	margin-bottom: 18px;
	width: 350px;
	float: left;
}
.direccion a{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

.direccion a:hover{
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}
/*********************************************************************************/


#footer a{
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#footer a:hover{
	color: #999999;
	text-decoration: underline;
}

.auspiciantes{
	background-color: #C9DCE8;
	padding: 10px;
	float:left;
	width: 950px;
}

.auspiciantes p{
	font-size: 10px;
	color: #666666;
	margin: 0px;
	width: 200px;
	line-height: 10px;
	text-align: left;
	float: left;
}
.auspiciantes img{
	float: left;
}

.cierre {
	float: left;
	width: 970px;
	background-color: #2A80B0;
}
.cierre p{
	font-size: 11px;
	color: #CCCCCC;
}
.cierre a{
	font-size: 11px;
	color: #CCCCCC !important;
	font-weight: bold;
}	
/*****************************************************************************/
label {
	float: left;
	width: 150px;;
	text-align: left;
	line-height: 20px;
	margin-left: 10px;
	margin-bottom: 5px;
	color: #666666;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CCCCCC;
	width: 200px;
	height: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    behavior:url(css/border-radius.htc);
	margin-bottom: 5px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 200px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    behavior:url(css/border-radius.htc);

}

div.boton{
	text-align: right;
	width: 360px;
	margin-top: 10px;
	position: relative;
	margin-bottom: 10px;
}

div.boton a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 25px;
	margin-left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    behavior:url(css/border-radius.htc);
}

div.boton a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2A80B0;
}
.comentarios{
	font-size: 11px !important;
}
table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin-left: 10px;
	float: right;
}
/*************************************************************************************/
#tresNodos{
	padding: 0px;
	text-align: right;
	margin-top: -32px;
	margin-right: 10px;
	float: right;
}
#tresNodos p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px !important;
	color: #A8BDC2;
	line-height: 18px;
	float:left;
	margin-top: 0px;
}
#tresNodos a{
	color: #A8BDC2;
	text-decoration: none;
}
