/*-----------------------------------------------*/
/*  HOME  */ 
/*-----------------------------------------------*/
#contenido{
	background:url(/img/all/home/bg_foto.jpg) center 0 no-repeat;
	height:31.25em;
	width:61.31em;
}
/*-----------------------------------------------*/
/*  TEXTO DESTACADO  */ 
/*-----------------------------------------------*/
#contenido #textoDestacado{
	/*background-color: #0f3751;
	opacity: 0.7;
	filter:alpha(opacity=60);*/
	background:url(/img/all/home/bg_texto_destacado.jpg) no-repeat;
	width:20em;
	float:left;
	padding: 2.5em;
	margin:3.2em 0 0 0;
}
#contenido #textoDestacado h2{
	color:#ffffff;
	font-size:2.19em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
#contenido #textoDestacado p, #contenido #textoDestacado a{
	color:#ffffff;
	font-size:0.81em;
}
#contenido #textoDestacado a{
	font-weight:bold;
	display:block;
	margin-top:1.5em;
	text-decoration:none;
}
#contenido #textoDestacado a:hover{
	text-decoration: underline;
}

/*-----------------------------------------------*/
/*  CASOS DE EXITO  */ 
/*-----------------------------------------------*/
#contenido #casosExito{
	background:url(/img/all/home/bg_casos_exito.jpg) 0 0 no-repeat;
	margin:12em 0 0 0;
	float:right;
}
#contenido #casosExito h2{
	margin:1em 0 0 1em;
}
#contenido #casosExito h3{
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
}
#contenido #casosExito h4{
	color:#2382c0;
	font-size:.75em;
	font-weight:bold;
}
#contenido #casosExito h5{
	color:#ffffff;
	font-size:.94em;
	font-weight:bold;
}
#contenido #casosExito ul li p{
	width:12em;
	color:#bfbfbf;
	font-size:.8em;
	font-weight:normal;
}
#contenido #casosExito ul li{
	position:relative;
}
#contenido #casosExito ul li a{
	position:absolute;
	top:0;
	display:block;
	text-indent:-99999px;
	width:9.5em;
	height:11em;
	/*Hack IE6-IE7*/
	*filter:alpha(opacity=0);
	*background:#FFFFFF;

}
#contenido #casosExito a:hover{
	display:block;
	background-color:#2382c0;
	opacity: 0.3;
	filter:alpha(opacity=30);
	border: #999999 1px solid;
	width:9.5em;
	height:11em;
}
/*-----------------------------------------------*/
/*  CARRUSEL DE FOTOS SKIN.CSS  */ 
/*-----------------------------------------------*/

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 30em;
    padding: 20px 40px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  30em;
    height: 13em;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 153px;
    height: 400px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
