* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	background: #fff;
}

#contenedor-general {
	margin: auto;
	position:relative;
	width: 100%;
	clear: both;
}

#linea {

	background:#ed6506;
	height: 20px;
	width: 100%;
}

#fondo {
	background-image:url(img/franja.png);
	background-repeat: repeat-x;
	height: 122px;
	width:100%;
	margin-bottom: 10px;	
}

#logo {
	background:url(img/logo.png);
	background-repeat: no-repeat;
	height:68px;
	width:528px;
	margin-left:100px;
	margin-top:22px;
	float:left;
}

nav {float:right;
}

nav ul {
	list-style-type:none;
	margin-top:40px;
	margin-right:100px;
}

nav ul li {	
	padding:5px 9px 10px 0px;
	display: inline-block;
}

nav  ul li a {
	color:#0056a8;
	font-family:'Century Gothic', helvetica, lucida;	font-weight: bold;
	font-style: oblique;
	font-size:17px;
	text-decoration:none;
	padding:9px 9px 9px 9px;
}


nav ul li a:hover {
	background:#dcdcdc;
	color:#ec680c;
	border-radius: 5px;
	border-bottom: 3px solid #b4b4b4;	
}

.activo a {
	background: #f2f1f1;
	color:#ec680c;
	border-radius: 5px;
	border-bottom: 3px solid #b4b4b4;
	border-left: 1px solid #b4b4b4; 
	border-right: 1px solid #b4b4b4;
	border-top: 1px solid #b4b4b4; 
	box-shadow: 0px 0px 0 0 #dcdcdc inset;
}

ul {
	list-style-type: none;
}

/**
 * Contendor del Slider
 ----------------------------------------*/
section {
	margin: auto;
	width: 100%;
}

.slider-container {
	width: 100%;
}

.slider-wrapper {
	position: relative;
	z-index: 90;
	height: 570px;
	width: 100%;
	overflow: hidden;
}

.slider-wrapper li {
	display: none;
}

li.slide-current {
	display: block;
}

.slider-wrapper li img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: auto;	
}

.caja{
	width: 100%;
	position: absolute;
	z-index: 1000;
	}


.caja1 {
	background: rgba(0,0,0,.6);
    width: 500px;
    height: 122px;
    position: relative;
    left: 40px;
    top:130px;
    font-family:'Century Gothic';
	font-weight: lighter;
	font-style: italic;
    font-size: 58px;
    color: #fff;
    text-align: center;
    padding-top: 20px;

	
}

.caja2 {
	background: #000;
	width: 181px;
    height: 59px;
    position: relative;
    left: 40px;
    top:160px;
    font-family:'Century Gothic';
	font-weight: bold;
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}
a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: rgba(0,0,0,.2);
}


/**
 * Controles del Slider
 ----------------------------------------*/
.slider-controls {
	text-align: center;
	margin-top: -50px;
	position: relative;
	z-index: 1000;
}

.slider-controls li {
	background: #0056a8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 12px;
	width: 12px;
	margin: 0 4px 10px;
	cursor: pointer;

}

.slider-controls li.active {
	background: #ed6506;
}

.separador2 {
	clear: both;
}
#cosas {
	 margin-bottom: 70px;
	 width:100%;
	 height: auto;
	 text-align: center;
	 margin: auto;
	 
}

#vision {
 	background: url(img/vision.png);
 	background-repeat: no-repeat;
	width:400px;
	height:709px;
	margin-top:30px;
	display:inline-block;
	transition-duration:1.5s;
	-moz-transition-duration:1.5s;
	-webkit-transition-duration: 1.5s;
	-o-transition-duration: 1.5s;
}
 
#vision:hover { 
	background:url(img/vision2.png);
	background-repeat: no-repeat;
	width:450px;
	height:775px;
	margin-bottom: -35px;
	display:inline-block;
	transition-duration:all 1.5s;
	-moz-transition-duration:all 1.5s;
	-webkit-transition-duration:all 1.5s;
	-o-transition-duration:all 1.5s;
}

 #mision {
	background: url(img/mision.png);
	background-repeat: no-repeat;
	width:400px;
	height:709px;
	margin-top:30px;
	display:inline-block;
	transition-duration: 1.5s;
	-moz-transition-duration: 1.5s;
	-webkit-transition-duration: 1.5s;
	-o-transition-duration: 1.5s;
}

#mision:hover {
	background:url(img/mision2.png);
	background-repeat: no-repeat;
	width:450px;
	height:775px;
	margin-bottom: -35px;
	display:inline-block;
	transition-duration:all 1.5s;
	-moz-transition-duration:all 1.5s;
	-webkit-transition-duration:all 1.5s;
	-o-transition-duration:all 1.5s;
}
	 
#objetivos {
	background: url(img/objetivos.png);
	background-repeat:no-repeat;
	width:400px;
	height:709px;
	margin-top:30px;
	display:inline-block;
	transition-duration: 1.5s;
	-moz-transition-duration: 1.5s;
	-webkit-transition-duration: 1.5s;
	-o-transition-duration: 1.5s;
}

#objetivos:hover {
	background:url(img/objetivos2.png);
	background-repeat: no-repeat;
	width:450px;
	height:775px;
	margin-bottom: -35px;
	display:inline-block;
	transition-duration: all 1.5s;
	-moz-transition-duration: all 1.5s;
	-webkit-transition-duration: 1.5s;
	-o-transition-duration: 1.5s;
}

footer  {
	margin-top: 50px;
	background:#ed6506;
	height: 150px;
	width: 100%;
}

#cont {
	width: 705px;
	margin:auto;
	} 
	
#separador {
	clear:both;}

#texto2{
	width: 500px;
	float:left;
	margin-left:100px;
}
#texto2 p {

margin:auto;
	margin-top: 5px;
	font-family:'Century Gothic',arial, helvetica, lucida;
	font-weight: normal;
	font-style: oblique;
	font-size:13px;
	color: #7b3301;
	text-align: center;
	
}

#texto2 p#arriba {
text-align: center;
	
}
#texto1 {
	float: right;
	margin-left: 150px;
	text-align: center;
	width: 683px;
	background:#f3761e;
	color:#fff;
	font-family:'Century Gothic',arial, helvetica, lucida;
	font-weight: bold;
	font-style: oblique;
	font-size:12px;
	border-radius: 8px;
	padding:9px 9px 9px 9px;
	border-bottom: 2px solid #8b3a03;
	border-left: 2px solid #8b3a03;
	border-right: 2px solid #8b3a03;
	margin-top: 30px; 	
}


/**
 * Responsive
 ----------------------------------------*/


/*960*/
@media only screen and (min-width: 769px) and (max-width: 960px) {

#fondo {
	background-image:url(img/franja.png);
	background-repeat: repeat-x;
	height: 122px;
	width:100%;
	margin-bottom: 10px;	
}

#logo {
	
	height:60px;
	width:300px;
	background-size: 100%;
	margin-left:85px;
	margin-top:30px;
	}



nav ul {
	list-style-type:none;
	margin-top:40px;
	margin-right:40px;
}

.slider-container, {
	width: 500px;

}

.slider-wrapper, {
	height: 260px;
}

.caja {
	width: 960px;
	position: absolute;
	z-index: 1000;
}

.caja1 {
	background: rgba(0,0,0,.6);
    width: 300px;
    height: 70px;
    position: relative;
    left: 40px;
    top:80px;
    font-family:'Century Gothic';
	font-weight: lighter;
	font-style: italic;
    font-size: 32px;
    color: #fff;
    text-align: center;
    padding-top: 20px;

	
}

.caja2 {
	background: #000;
	width: 110px;
    height: 39px;
    position: relative;
    left: 40px;
    top:110px;
    font-family:'Century Gothic';
	font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top: 10px;}
	
.slider-controls {
	text-align: center;
	margin-top: -200px;
	position: relative;
	z-index: 1000;
}

footer  {
	margin-top: 70px;
	background:#ed6506;
	height: 150px;
	width: 100%;
}

#cont {
	width: 705px;
	margin:auto;
	} 
	
#separador {
	clear:both;}
	
#texto2{
	width: 500px;
	float:left;
	margin-left: 90px;
	margin-top: 10px;
}
#texto2 p {

	margin:auto;
	margin-top: 5px;
	font-family:'Century Gothic',arial, helvetica, lucida;
	font-weight: normal;
	font-style: oblique;
	font-size:13px;
	color: #7b3301;
	text-align: center;
	
}

#texto2 p#arriba {
	text-align: center;
	
}
#texto1 {
	float: right;
	margin-left: 10px;
	text-align: center;
	width: 683px;
	background:#f3761e;
	color:#fff;
	font-family:'Century Gothic',arial, helvetica, lucida;
	font-weight: bold;
	font-style: oblique;
	font-size:12px;
	border-radius: 8px;
	padding:9px 9px 9px 9px;
	border-bottom: 2px solid #8b3a03;
	border-left: 2px solid #8b3a03;
	border-right: 2px solid #8b3a03;
	margin-top: 30px; 	
}

}





/* 768*/




@media only screen and (min-width: 481px) and (max-width: 768px) {


#fondo {
	background-image:url(img/franjancha.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width:760px;
	margin-top: -10px;
	height: 300px;
	margin-bottom: 20px;	
}

#logo {
	
	height:100px;
	width:600px;
	background-size: 100%;
	margin-left:80px;
	margin-top:60px;
	
	
}

nav ul {
	list-style-type:none;
	margin-top:30px;
	margin-right:150px;
}





.slider-controls {
	text-align: center;
	margin-top: -250px;
	position: relative;
	z-index: 1000;
}

.caja1 {
	background: rgba(0,0,0,.6);
    width: 300px;
    height: 70px;
    position: relative;
    left: 40px;
    top:80px;
    font-family:'Century Gothic';
	font-weight: lighter;
	font-style: italic;
    font-size: 32px;
    color: #fff;
    text-align: center;
    padding-top: 20px;

	
}

.caja2 {
	background: #000;
	width: 110px;
    height: 39px;
    position: relative;
    left: 40px;
    top:110px;
    font-family:'Century Gothic';
	font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top: 10px;}
	

#cosas{
	width:750px;
}


footer  {
	margin-top: 50px;
	background:#ed6506;
	height: 150px;
	width: 100%;
}

#cont {
	width: 600px;
	margin:auto;
	} 
	
#separador {
	clear:both;}
	

#texto2{
	width: 500px;
	float:left;
	margin-top: 10px;
	margin-left: 50px;
}
#texto2 p {

margin:auto;
	margin-top: 5px;
	font-family:'Century Gothic',arial, helvetica, lucida;
	font-weight: normal;
	font-style: oblique;
	font-size:13px;
	color: #7b3301;
	text-align: center;
	
}

#texto2 p#arriba {
text-align: center;
	
}
#texto1 {
	float: right;
	margin-left: 10px;
	text-align: center;
	width: 570px;
	background:#f3761e;
	color:#fff;
	font-family:'Century Gothic',arial, helvetica, lucida;
	font-weight: bold;
	font-style: oblique;
	font-size:12px;
	border-radius: 8px;
	padding:9px 9px 9px 9px;
	border-bottom: 2px solid #8b3a03;
	border-left: 2px solid #8b3a03;
	border-right: 2px solid #8b3a03;
	margin-top: 30px; 	
}	
}	







/* 480 */


@media only screen and (min-width: 321px) and (max-width: 480px) {




#fondo {
	background-image:url(img/franja480.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width:480px;
	height: 200px;
	margin-bottom: 20px;	
}

#logo {
	
	height:70px;
	width:350px;
	background-size: 100%;
	margin-left:55px;
	margin-top:40px;
	
	
}




nav ul {
	list-style-type:none;
	margin-top:15px;
	margin-right:70px;
}

nav ul li {	
	padding:5px 9px 10px 0px;
	display: inline-block;
}

nav  ul li a {
	
	font-size:12px;
	
	padding:8px;
}

.slider-controls {
	text-align: center;
	margin-top: -380px;
	position: relative;
	z-index: 1000;
}

.caja1 {
	background: rgba(0,0,0,.6);
    width: 200px;
    height: 50px;
    position: relative;
    left: 10px;
    top:30px;
    font-family:'Century Gothic';
	font-weight: lighter;
	font-style: italic;
    font-size: 23px;
    color: #fff;
    text-align: center;
    padding: 10px;

	
}

.caja2 {
	background: #000;
	width: 80px;
    height: 30px;
    position: relative;
    left: 40px;
    top:40px;
    font-family:'Century Gothic';
	font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding-top: 10px;}
	



#cosas{
	width:400px;
	margin-left:30px;
}


#vision {
 	background: url(img/vision.png);
 	background-repeat: no-repeat;
	background:cover;
	width:400px;
	height:709px;
	margin-top:30px;
	display:inline-block;
	transition-duration:0s;
	margin-bottom:10px;

}
 
#vision:hover { 
	background: url(img/vision.png);
 	background-repeat: no-repeat;
	background:cover;
	width:400px;
	height:709px;
	margin-top:30px;
	display:inline-block;
	transition-duration:0s;
	margin-bottom:10px;
}

 #mision {
	background: url(img/mision.png);
	background-repeat: no-repeat;
	background:cover;
	width:400px;
	height:709px;
	margin-top:30px;
	display:inline-block;
	transition-duration:0s;
	margin-bottom:10px;
}

#mision:hover {
	background: url(img/mision.png);
	background-repeat: no-repeat;
	background:cover;
	width:400px;
	height:709px;
	margin-top:30px;
	display:inline-block;
	transition-duration:0s;
	margin-bottom:10px;
}
	 
#objetivos {
	background: url(img/objetivos.png);
	background-repeat:no-repeat;
	width:400px;
	height:709px;
	margin-top:30px;
	display:inline-block;
	transition-duration:0s;
	margin-bottom:20px;
}

#objetivos:hover {
	background: url(img/objetivos.png);
	background-repeat:no-repeat;
	width:400px;
	height:709px;
	margin-top:30px;
	display:inline-block;
	transition-duration:0s;
	margin-bottom:20px;
}


footer  {
	margin-top: 1970px;
	background:#ed6506;
	height: 200px;
	width: 100%;
	top:780px;
	position:absolute;
}

#cont {
	width: 300px;
	margin:auto;
	} 
	
.separador {
	clear:both;}
	

#texto2{
	width: 300px;
	float:left;
	margin-left: 2px;
	margin-top: 10px;
}
#texto2 p {

margin:auto;
	margin-top: 5px;
	font-size:13px;
	color: #7b3301;
	text-align: center;

	
}

#texto2 p#arriba {
text-align: center;
	
}
#texto1 {
	
	margin-right: 0px;
	text-align: center;
	width: 290px;
	font-size:12px;
	border-radius: 8px;
	padding:5px;
	margin-top: 30px; 	
}




}






/*320*/

@media only screen and (max-width: 320px) {

#fondo {
	background-image:url(img/franja480.png);
	background-repeat: no-repeat;
	width:320px;
	height: 200px;
	margin-bottom: 20px;	
}

#logo {
	height:70px;
	width:250px;
	background-size: 100%;
	margin-left:30px;
	margin-top:30px;
}

nav ul {
	list-style-type:none;
	margin-top:0px;
	margin-right:15px;
	text-align: center;
	width: 290px;
}

nav ul li {	
	margin-top: 5px;
	padding:5px 25px 10px 20px;
	display: inline-block;
}

nav ul li a {
	font-size:12px;
	padding:9px;
}

.slider-controls {
	text-align: center;
	margin-top: -420px;
	position: relative;
	z-index: 1000;
}

.caja1 {
	background: rgba(0,0,0,.6);
    width: 170px;
    height: 35px;
    position: relative;
    left: 10px;
    top:20px;
    font-family:'Century Gothic';
	font-weight: lighter;
	font-style: italic;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10px;	
}

.caja2 {
	background: #000;
	width: 70px;
    height: 25px;
    position: relative;
    left: 40px;
    top:25px;
    font-family:'Century Gothic';
	font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding-top: 4px;
}
	

#cosas{
	width:300px;
	margin-left:20px;
}


#vision {
 	background: url(img/vision.png);
 	background-repeat: no-repeat;
	background-size:100%;
	width:250px;
	height:409px;
	margin-top:30px;
	display:inline-block;
	transition-duration:0s;
	margin-bottom:10px;
}
 
#vision:hover { 
	background: url(img/vision.png);
 	background-repeat: no-repeat;
	background-size:100%;
	width:250px;
	height:409px;
	margin-top:30px;
	display:inline-block;
	transition-duration:0s;
	margin-bottom:10px;

}

#mision {
	background: url(img/mision.png);
	background-repeat: no-repeat;
	background-size:100%;
	width:250px;
	height:409px;
	margin-top:30px;
	display:inline-block;
	transition-duration:0s;
	margin-bottom:10px;
}

#mision:hover {
	background: url(img/mision.png);
	background-repeat: no-repeat;
	background-size:100%;
	width:250px;
	height:409px;
	margin-top:30px;
	display:inline-block;
	transition-duration:0s;
	margin-bottom:10px;
}
	 
#objetivos {
	background: url(img/objetivos.png);
	background-repeat: no-repeat;
	background-size:100%;
	width:250px;
	height:409px;
	margin-top:30px;
	display:inline-block;
	transition-duration:0s;
	margin-bottom:10px;
}

#objetivos:hover {
	background: url(img/objetivos.png);
	background-repeat: no-repeat;
	background-size:100%;
	width:250px;
	height:409px;
	margin-top:30px;
	display:inline-block;
	transition-duration:0s;
	margin-bottom:10px;
}


footer  {
	margin-top:35px;
	height: 200px;
	width: 100%;
}

#cont {
	width: 300px;
	margin:auto;
	} 
	
#separador {
	clear:both;}
	

#texto2{
	width: 250px;
	float:left;
	margin-left: 25px;
	margin-top: 10px;
}
#texto2 p {

margin:auto;
	margin-top: 5px;
	font-size:13px;
	color: #7b3301;
	text-align: center;

	
}

#texto2 p#arriba {
text-align: center;
	
}
#texto1 {
	
	margin-right: 20px;
	text-align: center;
	width: 250px;
	font-size:12px;
	border-radius: 8px;
	padding:5px;
	margin-top: 30px; 	
}
}





