@charset "UTF-8";
/* CSS Document */

.container_all_sp{
width:734px;
height:auto;
overflow:hidden;
font-family:arial;
font-size:11pt;
}

.parrafo_normal{
font-family:arial;
font-size:11pt;	
}

.titulos{
font-family:Impact;	
}

.titulo_general_sp{
background-color:#344952;
text-align:center;
color:white;	
font-size:11pt;
padding:1px 0;
}

.parrafo_titulo{
font-family:Arial;
text-align:center;
color:white;	
font-size:11pt;
padding:10px 0;	
}

.recuadro_titulo_inferior{	
width:100%;
height:6px;
background-color:#ff9f1b;	
}

.divider_info_sp{
margin:10px 0;
overflow:auto;	
}

.col_izq_sp{
width:25%;
float:left;
text-align:center;	
}

.color_claro_sp{
color:#869193;	
}

.col_izq_sp h2{
color:#586062;
}

.col_der_sp{
width:70%;
float:left;
font-size:11pt;
text-align:justify;	
}

.recuadro_inferior{
width:40%;
height:4px;
margin:0px auto;
background-color:#ff9f1b;		
}

/*Inicio del acordeon*/

.ac-container{
	width: 100%;
	margin:auto;
	text-align: left;
}
.ac-container label{
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
	background-color: #869193;	
	color:white;
	line-height: 33px;
	font-size: 13pt;
   margin-bottom:3px;
}
.ac-container label:hover{
	background: #586062;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background-color: #586062;
	color: #fff;
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../image/arrow_down.png) no-repeat center center;	
	border-left:1px solid #a6c0cb;
	padding-left:15px;
}
.ac-container input:checked + label:hover:after{
	background-image: url(../image/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	width:100%;
}
.ac-container article p{
	font-size:11pt;

}
.ac-container input:checked ~ article{
	/*-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);*/
}
.ac-container input:checked ~ article.ac-small{
	height:auto;
}
.ac-container input:checked ~ article.ac-medium{
	height: auto;
}
.ac-container input:checked ~ article.ac-large{
	height: auto;
}

/*Fin del acordeon*/
.img_icono{
	float:left;
	height:20px;
	background-image: url(../image/icon_ver_mas.png);
	background-repeat:no-repeat;
	width:20px;
	margin:5px 14px;
	}
	
.tabla_hacemos{
width:100%; 
font-size:10pt;
color:#515151;
border:1px solid grey;
}

.celda_clara{
background-color:#dde0e1;
padding:30px 4px;
width:33%;
text-align:center;
border:1px solid grey;
}

.celda_oscura{
background-color:#d1d5d6;
padding:30px 4px;
width:33%;
text-align:center;
border:1px solid grey;
}

/*ESTILOS PARA EL SLIDER*/

/*Slide Images*/

#slider {
	text-align: center;
	margin: 0 auto;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	width:734px;
	
	
}

#slider label, #slider a {
	color: #444444;
	cursor: pointer;
	text-decoration: none;
}
#slider label:hover, #slider a:hover {
	color: #000 !important;
}
#slider label, #slider #active, #slider img { -moz-user-select:none;-webkit-user-select:none; }

#slider input {
	display: none;
}

#slide1:checked ~ #slides .inner { margin-left:0; }
#slide2:checked ~ #slides .inner { margin-left:-100%; }
#slide3:checked ~ #slides .inner { margin-left:-200%; }
#slide4:checked ~ #slides .inner { margin-left:-300%; }
#slide5:checked ~ #slides .inner { margin-left:-400%; }
#slide6:checked ~ #slides .inner { margin-left:-500%; }
#slide7:checked ~ #slides .inner { margin-left:-600%; }
#slide8:checked ~ #slides .inner { margin-left:-700%; }
#slide9:checked ~ #slides .inner { margin-left:-800%; }
#slide10:checked ~ #slides .inner { margin-left:-900%; }
#slide11:checked ~ #slides .inner { margin-left:-1000%; }
#slide12:checked ~ #slides .inner { margin-left:-1100%; }
#slide13:checked ~ #slides .inner { margin-left:-1200%; }


#overflow {
	width: 100%;
	overflow: hidden;
}

#slider article img {
	width:734px;
	/*width: 100%;*/
	max-width:100% !important;
}

#slides .inner {
	width: 1300%;
	line-height: 0;
}

#slides article {
	width: 7.69%;
	float: left;
}

/* Slider Styling */

/* Control Setup */

#controls {
	margin: -25% 0 0 0;
	width: 100%;
	height: 50px;
}

#controls label { 
	display: none;
	width: 50px;
height: 113px;
opacity: 0.9;

}

#active {
	margin: 20% 0 0;
	text-align: center;
}

#active label {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #bbb;
	margin: 5px;
	padding: 1px;
}

#active label:hover {
	background: #ccc;
	border-color: #777 !important;
}

#controls label:hover {
	opacity: 0.8;
}
#slide13:checked ~ #controls label:nth-child(1),
#slide1:checked ~ #controls label:nth-child(2),
#slide2:checked ~ #controls label:nth-child(3),
#slide3:checked ~ #controls label:nth-child(4),
#slide4:checked ~ #controls label:nth-child(5),
#slide5:checked ~ #controls label:nth-child(6),
#slide6:checked ~ #controls label:nth-child(7),
#slide7:checked ~ #controls label:nth-child(8),
#slide8:checked ~ #controls label:nth-child(9), 
#slide9:checked ~ #controls label:nth-child(10), 
#slide10:checked ~ #controls label:nth-child(11), 
#slide11:checked ~ #controls label:nth-child(12), 
#slide12:checked ~ #controls label:nth-child(13) {
	background: url(../image/prevrt.png);
	background-repeat:no-repeat; /*url('prevrt.png') no-repeat;*/
	float: right;
	margin: -68px -132px 0 0;
	display: block;
}

#slide1:checked ~ #controls label:nth-child(13),
#slide2:checked ~ #controls label:nth-child(1),
#slide3:checked ~ #controls label:nth-child(2),
#slide4:checked ~ #controls label:nth-child(3),
#slide5:checked ~ #controls label:nth-child(4),
#slide6:checked ~ #controls label:nth-child(5),
#slide7:checked ~ #controls label:nth-child(6),
#slide8:checked ~ #controls label:nth-child(7),
#slide9:checked ~ #controls label:nth-child(8),
#slide10:checked ~ #controls label:nth-child(9),
#slide11:checked ~ #controls label:nth-child(10),
#slide12:checked ~ #controls label:nth-child(11),
#slide13:checked ~ #controls label:nth-child(12) {
	background: url(../image/prevrt_der.png);
	background-repeat:no-repeat; /*url('prevrt.png') no-repeat;*/
	float: left;
	margin: -68px 0 0 -117px;
	display: block;
}

#slide1:checked ~ #active label:nth-child(1),
#slide2:checked ~ #active label:nth-child(2),
#slide3:checked ~ #active label:nth-child(3),
#slide4:checked ~ #active label:nth-child(4),
#slide5:checked ~ #active label:nth-child(5),
#slide6:checked ~ #active label:nth-child(6),
#slide7:checked ~ #active label:nth-child(7),
#slide8:checked ~ #active label:nth-child(8),
#slide9:checked ~ #active label:nth-child(9),
#slide10:checked ~ #active label:nth-child(10),
#slide11:checked ~ #active label:nth-child(11),
#slide12:checked ~ #active label:nth-child(12),
#slide13:checked ~ #active label:nth-child(13){
	background: #333;
	border-color: #333 !important;
}



/* Slider Styling */

#slides {
	margin: 0px 0 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px #fff;
	background: #fff;
	background: #fff; /* Old browsers */
	
}


/* Animation */

#slides .inner {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

#slider {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#controls label{
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
	#slider #controls {
		margin: -25% 0 0 15%;
		width: 70%;
		height: 50px;
	}

	#slider #controls label {
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-o-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
#slide1:checked ~ #slides article:nth-child(1) .info,
#slide2:checked ~ #slides article:nth-child(2) .info,
#slide3:checked ~ #slides article:nth-child(3) .info,
#slide4:checked ~ #slides article:nth-child(4) .info,
#slide5:checked ~ #slides article:nth-child(5) .info,
#slide6:checked ~ #slides article:nth-child(6) .info,
#slide7:checked ~ #slides article:nth-child(7) .info,
#slide8:checked ~ #slides article:nth-child(8) .info,
#slide9:checked ~ #slides article:nth-child(9) .info,
#slide10:checked ~ #slides article:nth-child(10) .info,
#slide11:checked ~ #slides article:nth-child(11) .info,
#slide12:checked ~ #slides article:nth-child(12) .info,
#slide13:checked ~ #slides article:nth-child(13) .info{
	opacity: 1;
	-webkit-transition: all 1s ease-out 0.6s;
	-moz-transition: all 1s ease-out 0.6s;
	-o-transition: all 1s ease-out 0.6s;
	transition: all 1s ease-out 0.6s;
}

#slider .info, #controls, #slides, #active, #active label, .info h3, .desktop, .tablet, .mobile {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
/*FIN DEL SLIDER*/
.caption1{
width:100%;
text-align:center;
color:white;
background-color: black;
padding:15px 0;	
}

.caption2{
width:100%;
text-align:center;
color:white;
background-color: #EBB70F;
padding:15px 0;	
}