@charset "UTF-8";
/* CSS Document */

#container_all{
width:734px;
height:auto;
font-family:Helvetica, Arial, sans-serif;
color:#4f4e4f;	
}

.celdas_wrapper{
display:table;	
border-collapse:separate;
border-spacing:5px;
}

.text_naranja{
color:#e58402;		
}

.text_cont, .text_cont2, .text_cont3{
box-sizing:border-box;
font-family:Helvetica, Arial, sans-serif;
color:#4f4e4f;	
font-size:11pt;
padding:10px 15px;	
margin:30px 0;
}

.text_cont{
width:365px;	
}

.text_cont2{
width:350px;
float:right;
margin-top:15px;
margin-right:15px;	
}

.text_cont3{
width:630px;
float:right;
margin-top:15px;
margin-right:60px;	
}

.celda1, .celda2, .celda3{
text-align:center;
display:table-cell;
background-color:#efefef;
width:auto;
}

.celda3{
width:734px;	
}

.titulos_cont{
box-sizing:border-box;
padding:10px 0;
background-color:#e58402;	
font-size:15pt;
font-family:Impact;
color:white;
margin-top:0px;
}

.lista_cont{

text-align:left;
width:inherit;
box-sizing:border-box;
font-family:Helvetica, Arial, sans-serif;
color:#4f4e4f;	
font-size:12pt;
padding:10px 100px;
margin-bottom:40px;		
}

.image_cont{
display:block; 
}

.item_lista{
list-style-image:url(../image/bullet.png);	
margin-top:10px;
border-bottom:1px solid #4f4e4f;	
font-family:Helvetica, Arial, sans-serif;
color:#4f4e4f;	
font-size:12pt;
}

/*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*/

