html,body {
   height:100%;
/* necesario para las sub-alturas */
}

body {
   margin:0;
   padding:0;
   overflow-x: hidden;
/* Para evitar el feo scroll horizontal de explorer 7 */
  background:#eaeaea url(../Images/back-smock.jpg) top no-repeat;
 
}

body, div, p {
   font-family: Arial;
   font-size:12px;
   color:#888888;
}

a {
	color:#37ace9;
	text-decoration:none;}
	
a:hover {
	color:#528917;
	text-decoration:none;}

.layout {
/*  position:relative;  /*se lo saque para que se vea bien el tooltip*/
/* necesario para el posicionamiento */
   margin:0 auto;
/* lo centramos, aunque no funciona para explorer 5 */
   width:960px;
   height:auto !important;
/* para los navegadores de verdad */
   height:100%;
/* Para que explorer lo interprete como alto mÃ­nimo */
   min-height:100%;
/* para los navegadores de verdad */
   background: url(../Images/background-content.png) repeat-y;
}




.button{
	background: url(../Images/buttons/submit.png) no-repeat;
	height:26px;
	width:101px;
	padding:0px 0px 2px 0px;
	border:none;
	cursor:pointer;
	color:#fff;
	margin-top: 0px;
}
.button:hover{
	background:url(../Images/buttons/submit-on.png) no-repeat;
}

.button-cart{
	background: url(../Images/buttons/car.png) no-repeat;
	height:39px;
	width:174px;
	padding:0px 0px 2px 0px;
	border:none;
	cursor:pointer;
	color:#fff;
	margin-top: 0px;
}
.button-cart:hover{
	background: url(../Images/buttons/car-on.png) no-repeat;
}



/////CABECERA///////

.cabecera {
   background:#cc0000;
   height: 96px;
   padding:0px;
   color: #fff;
}
.logo {
	height: 94px;
	width: 174px;
	margin-left:16px;
	float: left;

}
.botonera {
	width:765px;
	height: 96px;
	background: url(../Images/back-botonera.jpg) no-repeat;
	margin-left: 190px;
}
.separator {
	background:url(../Images/separator-botonera.png) no-repeat;
	width: 1px;
}








//////////////////



.menu-top {
   background:#ccc;
   padding:10px;
   color: #fff;
}

.contenido {
   padding: 0px;
   width:960px;
   background: url(../Images/glow.jpg) 5px top no-repeat;
   min-height: 68px;
   text-align:center;

}

.content-pie {
	position:absolute;
	width:960px;
	/* 750px del ancho del layout menos 20px del padding */
   height: 104px;
	bottom:0;
	/* lo encajamos al fondo de todo */
   background: url(../Images/footer.png) 0px 38px no-repeat;

}
.pie {
	color:#888888;
	padding:28px 0px 0px 0px;
	text-align:center;
	height:36px;
	font-size:11px;
}

.pie label{
	color:#37ace9;
	margin: 0px 4px 0px 4px;
}
.pie a{
	color:#37ace9;
	cursor:pointer;
	text-decoration:none;
}
.pie a:hover{
	color:#528917;
}
.border-bottom {
	background: url(../Images/border-bottom.png) top left no-repeat;
	height:40px;
	margin:0px;
}


.text-sub {

	font-size: 13pt;
	line-height:16pt;
	font-weight: normal;
	padding: 0px 160px 0px 160px;
}

.text-left{
	font-size: 13pt;
	line-height:16pt;

}
.text-about {
	font: Arial;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding: 34px 0 0 0;
	height:540px;
}

.text-partners {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding: 48px 0 0 0;
	height:380px;
}
.text-services {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding: 48px 0 0 0;
	height:480px;
}
.content-min {
	margin-top: 30px;
}










#demotip {
	display:none;
	background:transparent url(/tools/img/tooltip/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}
 
/* style the trigger elements */
#demo img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}

.text-contact {
	padding-top:50px;
	min-height:450px;

}
.text-contact td{
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
}
.text-contact-left {
	color:#b9e3f9;
	padding-right: 10px;
	font-weight: bold;

}
.text-contact-right {
	color:#fff;
	padding-bottom: 12px;
}
.text-contact-right a {
	color:#c5d629;
	text-decoration:none;
}
.text-contact-right a:hover {
	color:#b9e3f9;
}



.text-form label{
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
	color: #333;
	margin-left:2px;
}

.text-form {
	margin: 0px;

}
.text-form input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
	margin: 0 0 10px 2px;
	overflow-x: hidden ;
	overflow-y: auto;
	width:256px;

}

#tooltipTrigers img {
	cursor:pointer;
	margin: 0px 2px;}
.tooltip
 {
	display:none;
	background:transparent url(tooltip/black_arrow_big.png) no-repeat;
	font-size:11px;
	height:152px;
	width:310px;
	padding:28px;
	color:#fff;
	font-family: Arial;
	text-align:left;
}
 
/* style the trigger elements */
#tooltipTriggers img {
	border:0;
	cursor:pointer;
	margin:0px 20px;
	float:left;
}

.green {
	color:#528917}
	
	
.left {
	float:left;
	text-align:right;
	padding: 0 20px 0 100px;
	width:267px;}
	
.left-2 {
	float:left;
	text-align:right;
	padding: 0 20px 0 160px;
	width:207px;}

.left-3 {
	float:left;
	text-align:right;
	padding: 0 0px 0 0px;
	width:293px;}
	
.separator-2 {
	float:left;
	width:1px;
	height:355px;
	background: url(../Images/separator-main-1.png) no-repeat;}
	
.separator-3 {
	float:left;
	width:1px;
	height:210px;
	background: url(../Images/separator-main-2.png) no-repeat;}
	
.right {
	float:left;
	text-align:left;
	padding: 0 30px 0 18px;
	width:500px;}

.right-2 {
	float:left;
	line-height: 19pt;
	text-align:left;
	padding: 15px 10px 0 18px;
	width:610px;}


	
.contet-cart {
	float:left;
	text-align:left;
	width: 174px;
	height: 112px;
	margin: 15px 0 0 5px;
}
.cart-top {
	background: url(../Images/car-top.png) no-repeat;
	width: 174px;
	height: 18px;
}
.cart-bottom {
	background: url(../Images/car-bottom.png) no-repeat;
	width: 130px;
	height: 46px;
	padding: 9px 6px 0 38px;
	font-size: 11px;
}
.cart-bottom label{
	font-weight: bold;
}


.logos {
	margin-top:26px;}
	
.logos img {
	margin: 0 14px 0 0;}