@charset "UTF-8";

/* CSS Document */

/*
	www.MindKapital.com
	Tabla de contenidos:
		Globales
		Layout
		Comunes 
		Menú principal  
		
*/

/* Globales
-------------------------------------------------- */
* {
	padding: 0;
	margin: 0
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #fff;
	text-align:center;
	margin:10px 0 0
}
html{
	overflow-y:scroll;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover {
	color: #333;
	text-decoration: none
}

a img  {
	border: none 0
}
/* Layout
-------------------------------------------------- */
#wraper{
	width:100%;
}
#container{
	width: 960px;
	margin: 0 auto
}
#top { 
	width: 960px;
	float:left;
	background-color:#fff;
	margin: 50px 0 0 0 
}
#idioma{
	width: 960px;
	height:22px;
	margin: 0 auto
}
#myslidemenu{
	width: 960px;
	height:23px;
	background-color:#e38900;
	margin: 0 auto
}
#banner{
	width: 960px;
	height:280px
}
#barra{
	width: 960px;
	background-color:#e38900;
	height:14px
}
#barra_blanca{
	width: 960px;
	background-color:#f7f7f7;
	height:29px
}
#main {
	width: 960px;
	float:left
}
#content_left{
	width: 445px;
	float:left;
}
#content_right{
	width: 515px;
	float:left;
}
.fondo_home{
	background: #e8e9e9 url(../images/fondo_main.png) no-repeat bottom left;
	width:960px;
	float:left;
	height:363px
}
.fondo_historia{
	background:#e8e9e9 url(../images/fondo_main.png) no-repeat bottom left;
	width:960px;
	float:left;
}
.fondo_equipo{
	background: #e8e9e9 url(../images/fondo_main.png) no-repeat bottom left;
	width:960px;
	float:left;
	height:383px
}
#footer{ 
	width: 960px;
	float:left;
	clear: both
}
#info{ 
	width: 960px;
	height:20px;
	background-color:#F8F8F8;
	float:left;
	clear: both
}
#info img{ 
	width:225px;
	height:20px;
	float:right;
	display:inline;
	margin:0
}
#logos{ 
	width: 960px;
	height:110px;
	float:left;
	clear: both
}
#grupo1{ 
	width: 480px;
	height:60px;
	text-align:left;
	margin:0;
	float:left
}
#aliados{ 
	width: 480px;
	height:60px;
	margin:0 0px 0 0;
	float:right
}
#aliados img{ 
	width: 162px;
	height:33px;
	margin:0 10px 0 0;
	float:right
}

/* Comunes
------------------------- */
#idioma a img#Image4{
	width: 71px;
	height:22px;
	float:right;
	clear:both;
	display:inline;
	margin:0 20px 0 0
}
/* Menu principal
---------------------------- */
.jqueryslidemenu{
	font: 12px Arial;
	width:960px;
	height: 23px;
	margin: 20px 0 0 5px;
	position:relative;
	z-index:300
}
.jqueryslidemenu ul{
	height: 23px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position:relative;
	z-index:300
}
ul#madre li{
	padding: 0;
	position:relative;
	z-index:300;	
}
ul#madre{
	position:relative;
	width:960px;
	height: 23px;
	z-index:300;
	padding:0;
	background-color:#e38900;
	
}
/* Identificadores de botones
------------------------------ */

.activo {
	text-decoration: none;
	background-position: bottom
}

ul#madre li a#mindkapital {
	width:110px;
	height: 23px;
	background-image: url(../images/mindkapital.png)
}
ul#madre li a#mindkapital:hover {
	width:110px;
	background-image: url(../images/mindkapital_over.png)
}
ul#madre li a#mindkapital-activo {
	width:110px;
	height: 23px;
	margin:0;
	background-image: url(../images/mindkapital_over.png)
}

ul#madre li a#iwant {
	width:72px;
	height: 23px;
	background-image: url(../images/iwant.png)
}
ul#madre li a#iwant:hover {
	width:72px;
	background-image: url(../images/iwant_over.png)
}
ul#madre li a#iwant-activo {
	width:72px;
	height: 23px;
	background-image: url(../images/iwant_over.png)
}
ul#madre li a#servicios {
	width:86px;
	height: 23px;
	background-image: url(../images/servicios.png)
}
ul#madre li a#servicios:hover {
	width:86px;
	background-image: url(../images/servicios_over.png)
}
ul#madre li a#servicios-activo {
	width:86px;
	height: 23px;
	background-image: url(../images/servicios_over.png)
}
ul#madre li a#areas {
	width:57px;
	height: 23px;
	background-image: url(../images/areas.png)
}
ul#madre li a#areas:hover {
	width:57px;
	background-image: url(../images/areas_over.png)
}
ul#madre li a#areas-activo {
	width:57px;
	height: 23px;
	background-image: url(../images/areas_over.png)
}
ul#madre li a#casos {
	width:131px;
	height: 23px;
	background-image: url(../images/casos.png)
}
ul#madre li a#casos:hover {
	width:131px;
	background-image: url(../images/casos_over.png)
}
ul#madre li a#casos-activo {
	width:131px;
	height: 23px;
	background-image: url(../images/casos_over.png)
}
ul#madre li a#comunicacion {
	width:124px;
	height: 23px;
	background-image: url(../images/comunicacion.png)
}
ul#madre li a#comunicacion:hover {
	width:124px;
	background-image: url(../images/comunicacion_over.png)
}
ul#madre li a#comunicacion-activo {
	width:124px;
	height: 23px;
	background-image: url(../images/comunicacion_over.png)
}
ul#madre li a#rsc {
	width:49px;
	height: 23px;
	background-image: url(../images/rsc.png)
}
ul#madre li a#rsc:hover {
	width:49px;
	background-image: url(../images/rsc_over.png)
}
ul#madre li a#rsc-activo {
	width:49px;
	height: 23px;
	background-image: url(../images/rsc_over.png)
}
ul#madre li a#trabajar {
	width:170px;
	height: 23px;
	background-image: url(../images/trabajar.png)
}
ul#madre li a#trabajar:hover {
	width:170px;
	background-image: url(../images/trabajar_over.png)
}
ul#madre li a#trabajar-activo {
	width:170px;
	height: 23px;
	background-image: url(../images/trabajar_over.png)
}
ul li span {
	display: none
}

li a#mindkapital {
	margin:0;
}
li a#mindkapital-activo {
	margin:0 0 0 5px;
}
ul li {
	
}
ul li ul li{
	margin: 0;
	background-color:#FFF
}
/*Posición de cada desplegable*/
.jqueryslidemenu ul li ul#sub1 {
	width:210px;
	margin: 0
}
.jqueryslidemenu ul li ul#sub2 {
	width:210px;
	margin: 0
}
.jqueryslidemenu ul li ul#sub3 {
	width:210px;
	margin: 0
}

.jqueryslidemenu ul li ul#sub4 {
	width:210px;
	margin: 0
}
.jqueryslidemenu ul li ul#sub5 {
	width:210px;
	margin: 0
}
.jqueryslidemenu ul li ul#sub1 li{
	width:210px;
	opacity: 0.8;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
	margin: 0
}
.jqueryslidemenu ul li ul#sub2 li{
	width:210px;
	opacity: 0.8;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
	margin: 0
}
.jqueryslidemenu ul li ul#sub3 li{
	width:210px;
	opacity: 0.8;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
	margin: 0
}
.jqueryslidemenu ul li ul#sub4 li{
	width:210px;
	opacity: 0.8;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
	margin: 0
}
.jqueryslidemenu ul li ul#sub5 li{
	width:210px;
	opacity: 0.8;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
	margin: 0
}
.jqueryslidemenu ul li ul#sub1 li a{
	width:193px;
	padding:5px 5px 5px 12px;
	color:#FFF
}
.jqueryslidemenu ul li ul#sub2 li a{
	width:193px;
	padding:5px 5px 5px 12px;
	color:#FFF
}
.jqueryslidemenu ul li ul#sub3 li a{
	width:193px;
	padding:5px 5px 5px 12px;
	color:#FFF
}
.jqueryslidemenu ul li ul#sub4 li a{
	width:193px;
	padding:5px 5px 5px 12px;
	color:#FFF
}
.jqueryslidemenu ul li ul#sub5 li a{
	width:193px;
	padding:5px 5px 5px 12px;
	color:#FFF
}
/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float: left;
}
/*Sublevel list items*/
.jqueryslidemenu ul li ul#sub3 li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	color: white;
	text-align: center;
	padding: 0;
	text-decoration: none;
	position:relative;
	z-index:300;
	border-left: none 0
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
* html .jqueryslidemenu ul li ul#sub3 li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	color: #000;
}

.jqueryslidemenu ul li a:hover{
	 /*tab link background during hover state*/
	color: #000;
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index:300
}
.jqueryslidemenu ul li ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index:300
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: none;
}
/*Sub level menu list items (undo style from Sublevel List Items)*/
.jqueryslidemenu ul li ul li ul#sub3 li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	font: normal 11px Helvetica, Arial,Verdana, sans-serif;
	width: 80px;
	padding: 5px 0 5px 0;
	margin: 0;
	text-align:left;
	position:relative;
	z-index:300;
	color: #000;
	background-color:#000
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
	color: #000;
	background-color:#000;
	opacity: 0.9;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
}
/* Textos */
p.txt_footer{
	font: normal 11px Helvetica, Arial,Verdana, sans-serif;
	width: 260px;
	float:left;
	display:inline;
	text-align:left;
	margin:5px 0 0 450px;
	color:#636466
}
p.txt_footer a{
	color:#636466
}
p.txt_footer a:hover{
	color:#000
}
p.casos_ini{
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	width: 100px;
	float:left;
	display:inline;
	text-align:left;
	margin: 8px 0 0 450px;
	color:#636466
}
p.casos_ini a{
	color:#636466
}
p.casos_ini a:hover{
	color:#333
}
p.noticias_ini{
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	width: 100px;
	float:left;
	display:inline;
	text-align:left;
	margin: 8px 0 0 160px;
	color:#636466
}
p.noticias_ini a{
	color:#636466
}
p.noticias_ini a:hover{
	color:#333
}
p.noticias_int{
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	width: 50px;
	float:left;
	display:inline;
	text-align:left;
	margin: 8px 0 0 890px;
	color:#636466
}
p.noticias_int a{
	color:#636466
}
p.noticias_int a:hover{
	color:#333
}

p.uno_ini{
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	width: 200px;
	float:left;
	clear:both;
	display:inline;
	text-align:justify;
	margin: 5px 0 0 0;
	color:#1A171B
}
p.uno{
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	width: 490px;
	float:left;
	clear:both;
	display:inline;
	text-align:justify;
	margin: 5px 0 0 0;
	color:#1A171B
}
p.dos{
	font: normal 13px Helvetica, Arial,Verdana, sans-serif;
	width: 280px;
	float:left;
	clear:both;
	display:inline;
	text-align:left;
	margin: 5px 0 0 40px;
	color:#636466
}
p.tres{
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	width: 490px;
	float:left;
	clear:both;
	display:inline;
	text-align:justify;
	margin: 10px 0 0 0;
	color:#1A171B
}
p.cuatro{
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	width: 400px;
	float:left;
	clear:both;
	display:inline;
	text-align:justify;
	margin: 5px 0 0 90px;
	color:#1A171B
}
p.cuatro2{
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	width: 400px;
	float:left;
	clear:both;
	display:inline;
	text-align:justify;
	margin: 12px 0 0 90px;
	color:#1A171B
}
p.txt_competidores{
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	width: 400px;
	float:left;
	clear:both;
	display:inline;
	text-align:justify;
	margin: 12px 0 0 90px;
	color:#636466
}
p.txt_competidores a{
	color:#636466
}
p.txt_competidores a:hover{
	color:#333
}
p.listatres{
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	width: 420px;
	float:left;
	clear:both;
	display:inline;
	text-align:left;
	margin: 10px 0 0 20px;
	color:#1A171B
}
.titu_oferta{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#000;
	float:left;
	clear:both;
	display:inline;
	text-align:left;
	width: 230px;
	padding:15px 10px 0 15px
}
.titu_oferta a{
	color:#333
}
.titu_oferta a:hover{
	color:#cf7d00;
	text-decoration:underline
}
.titu_new{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	float:left;
	clear:both;
	text-align:left;
	width: 225px;
	padding:15px 0 10px 10px
}
.txt_new{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	float:left;
	display:inline;	
	text-align:justify;
	width: 117px;
	padding:3px 10px 0 15px
}
.txt_caso{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-align:justify;
	width: 217px;
	padding:5px 25px 0 15px
}
.txt_caso a{
	color:#FFF
}
.txt_caso a:hover{
	color:#FFF;
	text-decoration:underline
}
.txt_new2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-align:justify;
	width: 217px;
	padding:15px 25px 0 15px
}
p.oferta{
	font: bold 9px Arial, Helvetica, sans-serif;
	float:left;
	clear:both;
	display:inline;
	margin: 5px 0 0 12px;
	color:#fff
}
p.oferta a{
	color:#999
}
p.oferta a:hover{
	text-decoration:underline;
	color:#cf7d00
}
p.oferta1{
	font: bold 9px Arial, Helvetica, sans-serif;
	float:left;
	clear:both;
	display:inline;
	margin: 0 0 0 12px;
	color:#fff
}
p.oferta1 a{
	color:#999
}
p.oferta1 a:hover{
	text-decoration:underline;
	color:#cf7d00
}
p.info{
	font: bold 9px Arial, Helvetica, sans-serif;
	width:75px;
	float:left;
	margin:-5px 0 0 160px;
	_margin:-5px 0 0 80px;
	color:#fff
}
p.info a{
	color:#333
}
p.info a:hover{
	text-decoration:underline;
	color:#333
}
p.reset{
	width:100px;
	margin: 0 0  15px 0;
	clear:both
}
h1{
	font: bold 9px Arial, Helvetica, sans-serif;
	text-align:left;
	float:left;
	clear:both
}
h2{
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align:left;
	float:left;
	margin: 30px 0  15px 0;
	clear:both
}
h1.head_mind{
	width: 318px;
	height:55px;
	margin:15px 0 0 0;
	background:url(../images/head_mindkapital.png) no-repeat bottom left;
}
h1.head_mind span{
	display:none
}
h1.head_porque{
	width: 288px;
	height:55px;
	margin:15px 0 0 0;
	background:url(../images/head_porque.png) no-repeat bottom left;
}
h1.head_porque span{
	display:none
}
h1.head_historia{
	width: 190px;
	height:55px;
	margin:15px 0 0 0;
	background:url(../images/head_historia.png) no-repeat bottom left;
}
h1.head_historia span{
	display:none
}
h1.head_mision{
	width: 160px;
	height:55px;
	margin:15px 0 0 0;
	background:url(../images/head_mision.png) no-repeat bottom left;
}
h1.head_mision span{
	display:none
}
h1.head_valores{
	width: 182px;
	height:54px;
	margin:15px 0 0 0;
	background:url(../images/head_valores.png) no-repeat bottom left;
}
h1.head_valores span{
	display:none
}
h1.head_equipo{
	width:403px;
	height:55px;
	margin:15px 0 0 0;
	background:url(../images/head_equipo.png) no-repeat bottom left;
}
h1.head_equipo span{
	display:none
}
h1.head_talento{
	width: 190px;
	height:55px;
	margin:15px 0 0 90px;
	_margin:15px 0 0 45px;
	background:url(../images/head_talento.png) no-repeat bottom left;
}
h1.head_talento span{
	display:none
}
h1.head_innovacion{
	width: 290px;
	height:100px;
	margin:15px 0 0 90px;
	_margin:15px 0 0 45px;
	background:url(../images/head_innovacion.png) no-repeat bottom left;
}
h1.head_innovacion span{
	display:none
}
h1.head_oportunidades{
	width: 244px;
	height:68px;
	margin:15px 0 0 90px;
	_margin:15px 0 0 45px;
	background:url(../images/head_oportunidades.png) no-repeat bottom left;
}
h1.head_oportunidades span{
	display:none
}
h1.head_dinero{
	width: 166px;
	height:55px;
	margin:15px 0 0 90px;
	_margin:15px 0 0 45px;
	background:url(../images/head_dinero.png) no-repeat bottom left;
}
h1.head_dinero span{
	display:none
}
h1.head_innovar{
	width: 187px;
	height:55px;
	margin:15px 0 0 90px;
	_margin:15px 0 0 45px;
	background:url(../images/head_innovar.png) no-repeat bottom left;
}
h1.head_innovar span{
	display:none
}
h1.head_competidores{
	width:388px;
	height:149px;
	margin:15px 0 0 90px;
	_margin:15px 0 0 45px;
	background:url(../images/head_competidores.png) no-repeat bottom left;
}
h1.head_competidores span{
	display:none
}
h1.head_crisis{
	width:328px;
	height:55px;
	margin:15px 0 0 90px;
	_margin:15px 0 0 45px;
	background:url(../images/head_crisis.png) no-repeat bottom left;
}
h1.head_crisis span{
	display:none
}
h1.head_casos{
	width:341px;
	height:54px;
	margin:15px 0 0 90px;
	background:url(../images/head_casos.png) no-repeat bottom left;
}
h1.head_casos span{
	display:none
}
h1.head_servicios{
	width: 225px;
	height:54px;
	margin:15px 0 0 0;
	background:url(../images/head_servicios.png) no-repeat bottom left;
}
h1.head_servicios span{
	display:none
}
h1.head_media{
	width: 339px;
	height:57px;
	margin:15px 0 0 0;
	background:url(../images/head_media.png) no-repeat bottom left;
}
h1.head_media span{
	display:none
}
h1.head_salud{
	width: 144px;
	height:53px;
	margin:15px 0 0 0;
	background:url(../images/head_salud.png) no-repeat bottom left;
}
h1.head_salud span{
	display:none
}
h1.head_tic{
	width: 86px;
	height:53px;
	margin:15px 0 0 0;
	background:url(../images/head_tic.png) no-repeat bottom left;
}
h1.head_tic span{
	display:none
}
h1.head_turismo{
	width:203px;
	height:57px;
	margin:15px 0 0 0;
	background:url(../images/head_turismo.png) no-repeat bottom left;
}
h1.head_turismo span{
	display:none
}
h1.head_micro{
	width:332px;
	height:121px;
	margin:15px 0 0 0;
	background:url(../images/head_micro.png) no-repeat bottom left;
}
h1.head_micro span{
	display:none
}
h1.head_construccion{
	width:333px;
	height:57px;
	margin:15px 0 0 0;
	background:url(../images/head_construccion.png) no-repeat bottom left;
}
h1.head_construccion span{
	display:none
}
h1.head_transporte{
	width:274px;
	height:57px;
	margin:15px 0 0 0;
	background:url(../images/head_transporte.png) no-repeat bottom left;
}
h1.head_transporte span{
	display:none
}
h1.head_aeronautico{
	width:308px;
	height:57px;
	margin:15px 0 0 0;
	background:url(../images/head_aeronautico.png) no-repeat bottom left;
}
h1.head_aeronautico span{
	display:none
}
h1.head_renovables{
	width:308px;
	height:115px;
	margin:15px 0 0 0;
	background:url(../images/head_renovables.png) no-repeat bottom left;
}
h1.head_renovables span{
	display:none
}
h1.head_trabaja{
	width:458px;
	height:60px;
	margin:15px 0 0 0;
	background:url(../images/head_trabaja.png) no-repeat bottom left;
}
h1.head_trabaja span{
	display:none
}
h1.head_noticias{
	width: 244px;
	height:58px;
	margin:15px 0 0 0;
	background:url(../images/head_noticias.png) no-repeat bottom left;
}
h1.head_noticias span{
	display:none
}
h1.head_mapa_web{
	width: 277px;
	height:58px;
	margin:15px 0 0 0;
	background:url(../images/head_mapa.png) no-repeat bottom left;
}
h1.head_mapa_web span{
	display:none
}
p.lista_exitos{
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	width: 400px;
	float:left;
	display:inline;
	text-align:justify;
	margin: 8px 0 0 10px;
	color:#333
}
p.lista_exitos a{
	color:#636466
}
p.lista_exitos a:hover{
	color:#333
}
div.caja_caso1 p{
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	width: 177px;
	float:left;
	clear:both;
	display:inline;
	text-align:justify;
	margin: 8px 0 0 0;
	padding:8px 0 0 15px;
	color:#000
}
p.txt_servicios{
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	width: 465px;
	float:left;
	clear:both;
	display:inline;
	text-align:justify;
	margin: 5px 0 0 20px;
	color:#1A171B
}
p.txt_servicios2{
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	width: 465px;
	float:left;
	clear:both;
	display:inline;
	text-align:justify;
	margin: 10px 0 0 20px;
	color:#1A171B
}
p.txt_servicios3{
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	width: 455px;
	float:left;
	clear:both;
	display:inline;
	text-align:justify;
	margin: 10px 0 0 30px;
	color:#333
}

ul.listaservicios2 li#active1 p.txt_servicios{
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	width: 465px;
	float:left;
	clear:both;
	display:inline;
	text-align:justify;
	margin: 5px 0 0 20px;
	color:#1A171B
}
ul.listaservicios2 li#active1 p.txt_servicios2{
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	width: 465px;
	float:left;
	clear:both;
	display:inline;
	text-align:justify;
	margin: 10px 0 0 20px;
	color:#1A171B
}
ul.listaservicios2 li#active1 p.txt_servicios3{
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	width: 455px;
	float:left;
	clear:both;
	display:inline;
	text-align:justify;
	margin: 10px 0 0 30px;
	color:#333
}
/* Listas */
ul.listaiwant{
	width: 245px;
	float:left;
	clear:both;
	display:inline;
	list-style:none;
	text-align:left;
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	margin:0 0 0 150px
}
ul.listaiwant li{
	width: 245px;
	float:left;
	clear:both;
	padding:5px
}
ul.listaiwant li a{
	color:#707070
}
ul.listaiwant li a:hover{
	color:#333
}
ul.listaservicios{
	width: 150px;
	float:left;
	background-color:#F29200;
	list-style:none;
	text-align:left;
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	margin:20px 0 0 50px
}
ul.listaservicios li{
	width: 130px;
	float:left;
	clear:both;
	padding:5px
}
ul.listaservicios li a{
	color:#fff
}
ul.listaservicios li a:hover{
	color:#000
}
ul.listaservicios2{
	width: 170px;
	float:left;
	clear:both;
	list-style:none;
	text-align:left;
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	margin:20px 0 0 0
}

ul.listaservicios2 li{
	width: 330px;
	height:14px;
	float:left;
	clear:both;
	background:url(../images/vermas.png) no-repeat top left;
	padding: 0 0 0 15px;
	margin:0 0 5px 0 

}
ul.listaservicios2 li:hover{
	width: 330px;
	height:14px;
	float:left;
	clear:both;
	background:url(../images/vermas.png) no-repeat bottom left;
	
}
ul.listaservicios2 #active1{
	width: 330px;
	height:14px;
	float:left;
	clear:both;
	background:url(../images/vermas.png) no-repeat bottom left;
	
}
ul.listaservicios2 li a{
	color:#333;
	padding:5px
}
ul.listaservicios2 li a:hover{
	color:#333
}
ul.listamapa{
	width: 170px;
	float:left;
	list-style:none;
	text-align:left;
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	margin:20px 0 0 0
}
ul.listamapa li{
	width: 200px;
	height:14px;
	float:left;
	clear:both;
	background:url(../images/vermas.png) no-repeat top left;
	padding: 0 0 0 15px;
	margin:0 0 5px 0 

}
ul.listamapa li:hover{
	width: 200px;
	height:14px;
	float:left;
	clear:both;
	background:url(../images/vermas.png) no-repeat bottom left;
	
}
ul.listamapa #active1{
	width: 200px;
	height:14px;
	float:left;
	clear:both;
	background:url(../images/vermas.png) no-repeat bottom left;
	
}
ul.listamapa li a{
	color:#333;
	padding:5px
}
ul.listamapa li a:hover{
	color:#333
}
/* Home */
#logos_home{
	width: 281px;
	float:left;
	margin: 15px 0 0 20px;
}
#logo_secc{
	width: 137px;
	float:left;
	margin: 15px 0 0 20px;
}
#caja_noticias { 
	width: 244px;
	height:238px;
	float:left;
	display:inline;
	margin: 0 0 0 14px
}
div.noticia{ 
	width: 244px;
	height:341px;
	float:left;
	background-color:#faf8f5;
	display:inline;
	margin: 15px 0 0 0
	
}
div.noticia img{ 
	width: 77px;
	height:65px;
	padding:4px 4px 4px 10px;
	float:left;
	clear:both;
	display:inline;
}
div.noticia img.dos{ 
	width: 77px;
	height:65px;
	padding:15px 4px 4px 10px;
	float:left;
	clear:both;
	display:inline;
}
#caja_casos { 
	width: 244px;
	height:238px;
	float:left;
	clear:both;
	display:inline
}
#barra_blanca a img#Image10{
	width: 120px;
	height:29px;
	float:left;
	margin:0 0 0 32px
}
.contenido_casos{
	width: 960px
}
.cajas_contenido_casos{
	width: 800px;
	height:40px;
	padding:20px 0 0 0;
	float:right;
	margin:20px 0 0 0;
	background-color:#C4C4C4
}
.caja_caso1{
	width: 185px;
	padding:0 12px 0 0;
	float:left	
}
p.siguiente{
	width: 490px;
	float:left;
	clear:both;
	display:inline;
	text-align:justify;
	margin: 0 0 20px 0
}
/*--------botones dobles----------*/
a.botontra {
	height:14px;
	width: 16px;
	display:inline-block;
	text-decoration: none;
	float:left;
	margin:5px 0 0 470px;
	
}
a.botontra:hover {
	background-position:bottom;
}
a.botontra span {
	display:none;
}
a.botontra2 {
	height:14px;
	width: 16px;
	display: block;
	text-decoration: none;
	float:left;
	margin:0 0 0 165px
}
a.botontra2:hover {
	background-position:bottom;
}
a.botontra2 span {
	display:none;
}
a.botontra3 {
	height:14px;
	width: 16px;
	display:inline-block;
	text-decoration: none;
	float:left;
	margin:0 0 0 470px
}
a.botontra3:hover {
	background-position:bottom;
}
a.botontra3 span {
	display:none;
}
a.botontra4 {
	height:14px;
	width: 16px;
	display:inline-block;
	text-decoration: none;
	float:left;
	margin:0 0 0 445px
}
a.botontra4:hover {
	background-position:bottom;
}
a.botontra4 span {
	display:none;
}
a.botontra5 {
	height:14px;
	width: 16px;
	display:inline-block;
	text-decoration: none;
	float:left;
	margin:0 0 0 5px
}
a.botontra5:hover {
	background-position:bottom;
}
a.botontra5 span {
	display:none;
}

#tabla{
	width:400px;
	float:left;
	clear:both;
	display:inline;
	margin:5px 0 50px 90px;
}
a.botontabla {
	height:100px;
	width:400px;
	display: block;
	text-decoration: none;
	float:left;
	margin:30px 0 50px 0
}
a.botontabla:hover {
	background-position:bottom;
}
a.botontabla span {
	display:none;
}
/*Identificadores botones dobles*/
#bt_vermas {
	background-image:url(../images/vermas.png); 	
}
#bt_anterior {
	background-image:url(../images/anterior.png); 	
}
#bt_tabla {
	background-image:url(../images/img_tablas.png); 	
}

/*Trabaja con nosotros*/
#caja_natanja{
	width: 170px;
	height:110px;
	float:left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 17px;
	color: #fff;
	text-align: left;
	background-color:#F29200;
	padding:15px 0 10px 15px;
	margin:20px 0 0 50px
}
div.cajas-noticias{
	width:500px;
	float:left;
	clear:both;
	display:inline;
	color:#636466;
	margin:10px 0 0 0
}
p.diez{
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	width: 490px;
	float:left;
	display:inline;
	text-align:justify;
	margin: 10px 0 0 0;
	color:#636466
}
#negrita{
	font: bold 14px Helvetica, Arial,Verdana, sans-serif;
	width: 490px;
	float:left;
	display:inline;
	text-align:justify;
	margin: 10px 0 0 0;
	color:#333
}
div.cajas-noticias p.diez img.img-noticia{	
	width:50px;
	height:50px;
	float:left;
	margin:0 10px 10px 0;
	padding:5px;
	border:#fff solid 1px;
	display:inline
}
p.diez a.leer_mas{
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	width: 65px;
	float:right;
	display:inline;
	text-align:justify;
	margin: 10px 0 0 0;
	color:#636466
}
p.diez a.leer_mas:hover{
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	width: 65px;
	float:right;
	display:inline;
	text-align:justify;
	margin: 10px 0 0 0;
	color:#333
}
p.diez a.volver_noticias{
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	width: 95px;
	float:right;
	display:inline;
	text-align:justify;
	margin: 10px 0 0 0;
	color:#636466
}
p.diez a.volver_noticias:hover{
	font: normal 12px Helvetica, Arial,Verdana, sans-serif;
	width: 95px;
	float:right;
	display:inline;
	text-align:justify;
	margin: 10px 0 0 0;
	color:#333
}
#form1{
	width:370px;
	margin:15px 0 0 35px;
	float:left
}
.nombre{
	width:77px;
	height:17px
}
.apellidos{
	width:77px;
	height:17px
}
.compania{
	width:77px;
	height:17px
}
.cargo{
	width:77px;
	height:17px
}
.telefono{
	width:77px;
	height:17px
}
.email{
	width:77px;
	height:17px
}
.consulta{
	width:77px;
	height:17px
}
input#bt_enviar{
	width:55px;
	height:17px;
	float:right;
	margin:20px 0;
	background: url(../images/bt_enviar.png) no-repeat center top;
	border:none
}
input{
	width:270px;
	height:17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#333;
	padding:0 0 0 10px;
	margin:0 0 0 15px;
	border:#999 dotted 1px;

}
textarea{
	width:270px;
	height:80px;
	border:#999 dotted 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#333;
	padding:0 0 0 10px;
	margin:0 0 0 15px;
	border-top:none;
}