#logo{
	background:url(../imagenes/logo.png);
	background-repeat:no-repeat;
	background-position:center;	
	background-size:350px 105px;
	width:350px;
	height:105px;
	z-index: 0;
/*	margin:20px;
	float:left;
/* Para CHROM	*/
	-webkit-animation-name:animalogo;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: linear;
/* Para MOZILA*/
	-moz-animation-name:animalogo;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: linear;
/*Microsoft*/
	-ms-animation-name:animalogo;
	-ms-animation-duration:2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: alternate;
	-ms-animation-timing-function: linear;

}

.tabs {
    position: relative;
	margin: 10px auto;
	width: 850px;
}

.tabs input {
	position: absolute;
	z-index: 1;
	width: 120px;
	height: 60px;
	left: 0px;
	top: 3px;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2{
	left: 148px;
}
.tabs input#tab-3{
	left: 289px;
}
.tabs input#tab-4{
	left: 434px;
}
.tabs input#tab-5{
	left: 572px;
}
.tabs input#tab-6{
	left: 706px;
}
/*
.tabs input#tab-7{
	left: 7200px;
}
*/
/*Botones*/
.tabs label {
	background: #5ba4a4;
	background: -moz-linear-gradient(top, #5ba4a4 0%, #4e8c8a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba4a4), color-stop(100%,#4e8c8a));
	background: -webkit-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: -o-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: -ms-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	font-size: 13px;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 20px;
    float: left;
	display: block;
	width: 101px;
	color: #385c5b;
	top: 0px;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border-radius: 3px 3px 0 0;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}

.tabs label:after {
    content: '';
	background: #fff;
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 8px;
	display: block;
}

.tabs input:hover + label {
	background: #5ba4a4;
	top: -8px;
	-webkit-transition: top linear 0.2s;
    -moz-transition: top linear 0.2s;
    -o-transition: top linear 0.2s;
    -ms-transition: top linear 0.2s;
    transition: top linear 0.2s;
}
.tabs input:hover + label:after{
	background: #5ba4a4;
}
.tabs input:hover + label ~ .clear-shadow {
    top: -8px;
	-webkit-transition: top linear 0.2s;
    -moz-transition: top linear 0.2s;
    -o-transition: top linear 0.2s;
    -ms-transition: top linear 0.2s;
    transition: top linear 0.2s;
}

.tabs input:checked:hover + label {
    top: 0;
}
.tabs input:checked:hover + label:after{
	background: #fff;
}
.tabs input:checked:hover + label ~ .clear-shadow {
    top: 0;
	background: #fff;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.tabs input.tab-selector-1:hover + label.tab-label-1 ~ .clear-shadow{
    z-index: 1;
}

.tabs input.tab-selector-2:hover + label.tab-label-2 ~ .clear-shadow {
    z-index: 1;
}

.tabs input.tab-selector-3:hover + label.tab-label-3 ~ .clear-shadow {
    z-index: 1;
}

.tabs input.tab-selector-4:hover + label.tab-label-4 ~ .clear-shadow {
    z-index: 1;
}
.tabs input.tab-selector-4:hover + label.tab-label-5 ~ .clear-shadow {
    z-index: 1;
}
.tabs input.tab-selector-4:hover + label.tab-label-6 ~ .clear-shadow {
    z-index: 1;
}
/*
.tabs input.tab-selector-4:hover + label.tab-label-7 ~ .clear-shadow {
    z-index: 0;
}
*/
.tabs label:first-of-type {
    z-index: 1;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.tab-label-2 {
    z-index: 1;
}

.tab-label-3 {
    z-index: 1;
}

.tab-label-4 {
    z-index: 1;
}
.tab-label-5 {
    z-index: 1;
}
.tab-label-6 {
    z-index: 1;
}
/*
.tab-label-7 {
    z-index: 0;
}*/

.tabs input:checked + label {
    background:#FFF;
	z-index: 0;
	-webkit-transition: top linear 0.2s;
    -moz-transition: top linear 0.2s;
    -o-transition: top linear 0.2s;
    -ms-transition: top linear 0.2s;
    transition: top linear 0.2s;
}

.clear-shadow {
    background: #5ba4a4;
	position: relative;
	top: 0;
    height: 10px;
	margin-bottom: -10px;
    clear: both;
	z-index: -2;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2);
    border-radius: 3px;
}
/* Area de parrafos*/
.content {
    background:#FFF;
	position: relative;
    width: 100%;
	height: 820px;
	z-index: 1;
	overflow: hidden;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 0 3px 3px 3px;
}

.content div {
    position: absolute;
	top: 0;
	left: 0;
	bottom: 100%;
	padding: 10px 40px;
	overflow: hidden;
	z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    transition: all linear 0.1s;
}

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4,
.tabs input.tab-selector-5:checked ~ .content .content-5,
.tabs input.tab-selector-6:checked ~ .content .content-6{
	bottom: 0px;
    z-index: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.2s 0.2s;
    -moz-transition: all ease-out 0.2s 0.2s;
    -o-transition: all ease-out 0.2s 0.2s;
    -ms-transition: all ease-out 0.2s 0.2s;
    transition: all ease-out 0.2s 0.2s;
}

.content div h2,
.content div h3{
	color: #398080;
}
.content div p {
	font-size: 16px;
	line-height: 22px;
	font-style: italic;
	text-align:justify;
	margin: 0;
	color: #777;
	padding-left: 15px;
	font-family: Cambria, Georgia, serif;
	border-left: 8px solid rgba(63,148,148, 0.1);
}

.content div input {
	font-size: 16px;
	line-height: 22px;
	font-style: italic;
	text-align:justify;
	margin: 0;
	color: #777;
	padding-left: 15px;
	font-family: Cambria, Georgia, serif;
	border-left: 8px solid rgba(63,148,148, 0.1);
}

#banner{
	background:url(../imagenes/logo.png);
	background-repeat:no-repeat;
	background-position:center;	
	background-size:850px 300px;
	width:1325px;
	height:300px;
/*	margin:10px;
	float:left;*/
/* Para CHROM*/	
	-webkit-animation-name:animado;
	-webkit-animation-duration:50s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease;
/* Para MOZILA*/
	-moz-animation-name:animado;
	-moz-animation-duration:5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: ease;

}

@-webkit-keyframes animado{
	0%{
/*		left:0px;*/
	}
	10%{
/*		transition: 1s;*/
		background:url(../imagenes/imagen1.JPG) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:850px 300px;
	}
	20%{
		background:url(../imagenes/imagen2.JPG) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:850px 300px;
	}
	30%{
		background:url(../imagenes/imagen3.JPG) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:850px 300px;
	}
	40%{
		background:url(../imagenes/imagen4.JPG) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:850px 300px;
	}
	50%{
		background:url(../imagenes/imagen5.JPG) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:850px 300px;
	}
	60%{
		background:url(../imagenes/imagen6.JPG) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:850px 300px;
	}
	70%{
		background:url(../imagenes/imagen7.JPG) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:850px 300px;
	}
	80%{
		background:url(../imagenes/imagen8.JPG) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:850px 300px;
	}
	90%{
		background:url(../imagenes/imagen9.JPG) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:850px 300px;
	}
	100%{
		background:url(../imagenes/imagen10.JPG) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:850px 300px;
	}
	
}
/*
@-moz-keyframes animado{
	0%{
		transition: 1s;
		background:url(imagenes/imagen1.JPG) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:350px 105px;
	}
	0%{
		transition: 1s;
		background:url(imagenes/imagen2.JPG) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:350px 105px;
	}
	100%{
		background:url(imagenes/imagen10.JPG) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:100px 50px;
	}	
}
*/

@-moz-keyframes animado{
	0%{
/*		left:0px;*/
	}
	10%{
/*		transition: 1s;*/
		background:url(../imagenes/imagen1.JPG) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:800px 300px;
	}
	20%{
		background:url(../imagenes/imagen2.JPG) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:800px 300px;
	}
	30%{
		background:url(../imagenes/imagen3.JPG) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:800px 300px;
	}
	40%{
		background:url(../imagenes/imagen4.JPG) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:800px 300px;
	}
	50%{
		background:url(../imagenes/imagen5.JPG) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:800px 300px;
	}
	60%{
		background:url(../imagenes/imagen6.JPG) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:800px 300px;
	}
	70%{
		background:url(../imagenes/imagen7.JPG) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:800px 300px;
	}
	80%{
		background:url(../imagenes/imagen8.JPG) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:800px 300px;
	}
	90%{
		background:url(../imagenes/imagen9.JPG) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:800px 300px;
	}
	100%{
		background:url(../imagenes/logo.png) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:800px 300px;
	}
	
}

@-webkit-keyframes animalogo{
	0%{
		transition: 1s;
		background:url(../imagenes/logo.png) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:300px 110px;
	}
	100%{
		background:url(../imagenes/logo.png) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:100px 50px;
	}
}

@-moz-keyframes animalogo{
	0%{
		transition: 1s;
		background:url(../imagenes/logo.png) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:350px 105px;
	}
	100%{
		background:url(../imagenes/logo.png) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:100px 50px;
	}	
}

@-ms-keyframes animalogo{
	0%{
		transition: 1s;
		background:url(../imagenes/logo.png) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:350px 105px;
	}
	100%{
		background:url(../imagenes/logo.png) no-repeat center;
		background-repeat:no-repeat;
		background-position:center;	
		background-size:100px 50px;
	}	
}
/*
#inicia{
	width:300px;
	height:300px;
	background:url(../imagenes/logo.png);
	padding-top:30px;
	-webkit-animation-name:inic;
	-webkit-animation-duration:5s;
	-webkit-animation-iteration-count: 3;
	-webkit-animation-direction:alternate;
	
	
	
/*	background:url(../imagenes/logo.png);
	background-repeat:no-repeat;
	background-position:center;	
	background-size:350px 105px;
	width:350px;
	height:105px;
	z-index: 0;
	margin:20px;
	float:left;
 Para CHROM	
	-webkit-animation-name:animalogo;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: linear;
/* Para MOZILA
	-moz-animation-name:animalogo;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: linear;
/*Microsoft
	-ms-animation-name:animalogo;
	-ms-animation-duration:2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: alternate;
	-ms-animation-timing-function: linear;
*/
}
/*
@-webkit-keyframes inic{
	0%{
		width:300px;
	}
	50%{
		width:800px;
		
	}
	100%{
		width:500px;
	}
}
*/