@charset "utf-8";
/* CSS Document */


/**********************************************************************************DIVS GENERALES*/

	
div#buenaspracticas{
	margin:0 0 50px 0;
	padding:0 20px;
	float:left;
}



/*************************************************************************************CUERPO*/
div#buenaspracticas_banner{
	font-family: Verdana;
	margin:0;
	background:url(../../img/buenaPractica/cabecera_buenapractica.jpg) no-repeat right top;
	height:190px;
	color:#806f5b;
}

div#buenaspracticas_banner h2{
	font-size:20px;
	padding-top:40px;
	margin:0;
	line-height:10px;
	
	
}
div#buenaspracticas_banner h3{
	font-size:30px;
	margin:10px 0 0 0;
	padding-bottom:5px;
	width:50%;
	color:#FF9933;
	line-height:30px;
}

div#buenaspracticas_content{
	padding-top:20px;
	
}


div#buenaspracticas_content h4{
	font-size:18px;
	font-weight:bold;
	color:#c00e3a;
	border-bottom:1px solid #cccccc;
	
}

div#buenaspracticas_content ul{
	padding: 20px 15px;
}

div#buenaspracticas_content ul li{
	list-style-image:url(../../img/buenaPractica/square.jpg);
}

div#buenaspracticas_content .practicas td.back_sol {
	background:url(../../img/buenaPractica/back_vision.jpg) no-repeat right top;

}

div#buenaspracticas_content .practicas ul {
	padding: 20px 15px;
	font-size:12px;

}

div#buenaspracticas_content .practicas ul li{
	list-style-image:url(../../img/buenaPractica/square.jpg);
	

}

div#buenaspracticas_content .practicas ul ul {
	padding: 10px 30px;

}

div#buenaspracticas_content .practicas ul ul li{
	list-style: decimal;

	

}

table.practicas{
	width:100%;
	border-collapse:collapse;
	margin:20px 0;
}

table.practicas td.practicas_last{
	border-right: none;	
	border-right:hidden;
	padding-left:10px;
}

table.practicas td.practicas_last_f{
	border-right: none;	
	border-right:hidden;
	padding-left:0;
}


table.practicas td{
	width:35%;
	padding:0 5px 0 0;
	vertical-align:top;
}

div#buenaspracticas_content #soluciones_izq p{
	line-height:20px;
	padding:15px 0;
	font-size:12px;
	
}


/*************************************************************************************COLUMNA DERECHA*/

.boxTbShadow,
.boxTbCenter{
   position: relative;
   float:right;
   bottom: 3px;
   right: 3px;
  
 
}

.boxTbCenter{
   border: 0 none; 
   padding:0;
   background: #FFF;
   margin:0;
   
} 

div#soluciones_dre{
	float:right;
	padding:10px 10px 40px 0;

	
}

div#soluciones_dre .soluciones_ejemplos {
	border:1px solid #806f5b;
	position: static;
	float:right;
	background:#FFF;
	top:0;
	margin-top:10px;
	width:100%;
	
}

div#soluciones_dre .soluciones_ejemplos ul{
	
	padding:40px 5px 5px 40px;
}

div#soluciones_dre .soluciones_ejemplos ul.es{
	background:url(../../img/buenaPractica/titulo_ejemplos.jpg) no-repeat left top;
}

div#soluciones_dre .soluciones_ejemplos ul.en{
	background:url(../../img/buenaPractica/titulo_ejemplos_en.jpg) no-repeat left top;
}

div#soluciones_dre .soluciones_ejemplos ul.ca{
	background:url(../../img/buenaPractica/titulo_ejemplos_ca.jpg) no-repeat left top;
}

div#soluciones_dre .soluciones_ejemplos ul.fr{
	background:url(../../img/buenaPractica/titulo_ejemplos_fr.jpg) no-repeat left top;
}


div#soluciones_dre .soluciones_ejemplos ul li{
	list-style-image:url(../../img/soluciones/flecha_ejemplos.jpg);
	line-height:20px;
	padding-left:5px;
}



* html div.soluciones_ejemplos ul li{
	margin:20px 0px 5px 0px;
	line-height:10px;
	
}

* html div.soluciones_ejemplos ul li{
	margin-top:-5px;
	
}

*+html div.soluciones_ejemplos ul li{
	margin:20px 0px 5px 0px;
	line-height:10px;
}

*+html div.soluciones_ejemplos ul li a{
	margin-top:-5px;
}



div#soluciones_dre .logo{
	padding-bottom:10px;
	float:right;
		
}

div#soluciones_dre img{
	float:right;
}

div.vision{
	
	width:100%;
		
}




