* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;

}

#contenedor-general {
	margin: 0 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;
}

.separador {
	clear: both;
}

section {
	
	width: 1130px;
	margin: auto; 
}

#mapa {
	background: url(img/azul.jpg);
	background-repeat:no-repeat; 
	width: 1120px;
	height: 670px;
	background-size:100%;
	position: relative;
}


.mapuntos {
	background: url(img/azul3.png);
	background-repeat:no-repeat; 
	width: 1120px;
	height: 670px;
	background-size: 100%;
    position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	animation:animarmapuntos 7s infinite;
	-webkit-animation:animarmapuntos 7s infinite;
	-moz-animation:animarmapuntos 7s infinite;
	-o-animation:animarmapuntos 7s infinite;
}

/*animaciones*/

@keyframes animarmapuntos{
	0%{ width: 0px; left: 0;}
	20%{ width: 1120px; left: 0;}
	80%{ width: 1120px; left: 0;}
	100%{ width: 0px; left: 1120px;}	
}

@-moz-keyframes animarmapuntos{
	0%{ width: 0px; left: 0;}
	20%{ width: 1120px; left: 0;}
	80%{ width: 1120px; left: 0;}
	100%{ width: 0px; left: 1120px;}		
}

@-o-keyframes animarmapuntos{
	0%{ width: 0px; left: 0;}
	20%{ width: 1120px; left: 0;}
	80%{ width: 1120px; left: 0;}
	100%{ width: 0px; left: 1120px;}	
}

@-webkit-keyframes animarmapuntos{
	0%{ width: 0px; left: 0;}
	20%{ width: 1120px; left: 0;}
	80%{ width: 1120px; left: 0;}
	100%{ width: 0px; left: 1120px;}		
}

#lista{
	margin-top: 10px;
	width:900px;
	margin-left:110px;
}

#lista ul#primera, ul#segunda, ul#tercera {
	font-family:'Century Gothic', helvetica, lucida;
	font-weight: bold;
	font-style: oblique;
	color: #fff;
	font-size: 15px;
	list-style-type: none;
	text-align: center;
}

#lista ul#primera {
	width: 200px;
	float: left;
}

#lista ul#primera li {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #0e539e;
}

#lista ul#segunda {
	float: left;
	width: 200px;
	margin-left: 150px;
}

#lista ul#segunda li {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #0e539e;
}

#lista ul#tercera {
	float: right;
	width: 200px;
}

#lista ul#tercera li {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #0e539e;
}


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; 	
}











/*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;
}

section {
	border: solid #f0f;
		width: 850px;
		margin-left: 50px; 
}

#mapa {
	background:url(img/mapa960.jpg);
	width:850px;
	height:520px;
}

.mapuntos {
	background:url(img/mapa960.png);
	background-repeat:no-repeat;
	width:850px;
	height:520px;
	background-size: 100%;
    position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	animation:animarmapuntos 7s infinite;
	-webkit-animation:animarmapuntos 7s infinite;
	-moz-animation:animarmapuntos 7s infinite;
	-o-animation:animarmapuntos 7s infinite;
}

@keyframes animarmapuntos{
	0%{ width: 0px; left: 0;}
	20%{ width: 850px; left: 0;}
	80%{ width: 850px; left: 0;}
	100%{ width: 0px; left: 850px;}	
}

@-moz-keyframes animarmapuntos{
	0%{ width: 0px; left: 0;}
	20%{ width: 850px; left: 0;}
	80%{ width: 850px; left: 0;}
	100%{ width: 0px; left: 850px;}	
}

@-o-keyframes animarmapuntos{
	0%{ width: 0px; left: 0;}
	20%{ width: 850px; left: 0;}
	80%{ width: 850px; left: 0;}
	100%{ width: 0px; left: 850px;}	
}

@-webkit-keyframes animarmapuntos{
	0%{ width: 0px; left: 0;}
	20%{ width: 850px; left: 0;}
	80%{ width: 850px; left: 0;}
	100%{ width: 0px; left: 850px;}	
}

#lista{
	margin-top: 40px;
	width:850px;
	margin-left:0px;
}






#lista ul#segunda {
	float: left;
	width: 200px;
	margin-left: 130px;
	

}

#lista ul#segunda li {
	margin-bottom: 10px;

	padding: 5px;
	background-color: #0e539e;
}

#lista ul#tercera {
	float: right;

	width: 200px;
	
	

}

#lista ul#tercera li {
	margin-bottom: 10px;
	
	padding: 5px;
	background-color: #0e539e;
}

footer  {
	margin-top: 50px;
	
	background:#ed6506;
	height: 150px;
	width: 100%;
}

#contener{

width: 1130px;
		margin-left: 100px;

position: absolute;

}

#texto2{
	width: 500px;
	
	float:left;
	margin-left: 130px;
	margin-top: 10px;
}


#texto2 p#arriba {

text-align: center;
	
}
#texto1 {

	margin-left: 20px;
	
}



}












/* 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;
	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;

}

section {
	
		width: 650px;
		margin-left: 45px; 
}

#mapa 
{
background:url(img/mapa768.jpg);
	width: 650px;
	height: 400px;	
}

.mapuntos {
	background:url(img/mapa768.png);
	background-repeat:no-repeat;
	width:650px;
	height:400px;
	background-size: 100%;
    position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	animation:animarmapuntos 7s infinite;
	-webkit-animation:animarmapuntos 7s infinite;
	-moz-animation:animarmapuntos 7s infinite;
	-o-animation:animarmapuntos 7s infinite;
}

@keyframes animarmapuntos{
	0%{ width: 0px; left: 0;}
	20%{ width: 650px; left: 0;}
	80%{ width: 650px; left: 0;}
	100%{ width: 0px; left: 650px;}	
}

@-moz-keyframes animarmapuntos{
	0%{ width: 0px; left: 0;}
	20%{ width: 650px; left: 0;}
	80%{ width: 650px; left: 0;}
	100%{ width: 0px; left: 650px;}		
}

@-o-keyframes animarmapuntos{
	0%{ width: 0px; left: 0;}
	20%{ width: 650px; left: 0;}
	80%{ width: 650px; left: 0;}
	100%{ width: 0px; left: 650px;}	
}

@-webkit-keyframes animarmapuntos{
	0%{ width: 0px; left: 0;}
	20%{ width: 650px; left: 0;}
	80%{ width: 650px; left: 0;}
	100%{ width: 0px; left: 650px;}	
}

#lista{
	margin-top: 40px;
	width:850px;
	margin-left:0px;
}



#lista ul#primera li {
	width: 150px;
	padding: 5px;
	background-color: #0e539e;
	

}


#lista ul#segunda {
	float: left;
	
	margin-left: 45px;
	

}

#lista ul#segunda li {
	margin-bottom: 10px;
width: 150px;
	padding: 5px;
	background-color: #0e539e;
}

#lista ul#tercera {
	float: left;
	margin-left: 45px;
	
	

}

#lista ul#tercera li {
	margin-bottom: 10px;
	width: 150px;
	padding: 5px;

	background-color: #0e539e;
}

footer  {
	margin-top: 20px;
	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;
}

section {
	
		width: 370px;
		margin: auto;
}

#mapa 
{
	background:url(img/mapa480.jpg);
	width: 370px;
	height: 250px;
}

.mapuntos {
	background:url(img/mapa480.png);
	background-repeat:no-repeat;
	width:370px;
	height:250px;
	background-size: 100%;
    position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	animation:animarmapuntos 7s infinite;
	-webkit-animation:animarmapuntos 7s infinite;
	-moz-animation:animarmapuntos 7s infinite;
	-o-animation:animarmapuntos 7s infinite;
}

@keyframes animarmapuntos{
	0%{ width: 0px; left: 0;}
	20%{ width: 370px; left: 0;}
	80%{ width: 370px; left: 0;}
	100%{ width: 0px; left: 370px;}	
}

@-moz-keyframes animarmapuntos{
	0%{ width: 0px; left: 0;}
	20%{ width: 370px; left: 0;}
	80%{ width: 370px; left: 0;}
	100%{ width: 0px; left: 370px;}	
}

@-o-keyframes animarmapuntos{
	0%{ width: 0px; left: 0;}
	20%{ width: 370px; left: 0;}
	80%{ width: 370px; left: 0;}
	100%{ width: 0px; left: 370px;}	
}

@-webkit-keyframes animarmapuntos{
	0%{ width: 0px; left: 0;}
	20%{ width: 370px; left: 0;}
	80%{ width: 370px; left: 0;}
	100%{ width: 0px; left: 370px;}	
}

#lista{
	
	width:370px;
	margin: 40px auto;
}

#lista ul#primera {
	width: 150px;
}

#lista ul#primera li {
	width: 150px;
	padding: 5px;
	background-color: #0e539e;
}

#lista ul#segunda {
	float: right;
	width: 150px;
	margin-top:-196px;
	margin-right: 10px;
}

#lista ul#segunda li {
	margin-bottom: 10px;
    width: 150px;
	padding: 5px;
	background-color: #0e539e;
}

#lista ul#tercera {
	margin-top:20px;
	float: left;
	margin-left: 115px;
}

#lista ul#tercera li {
	margin-bottom: 10px;
	width: 150px;
	padding: 5px;
	background-color: #0e539e;
}

footer  {
	margin-top: 40px;
	background:#ed6506;
	height: 200px;
	width: 100%;
}

#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:25px;
	margin-top:25px;
	
	
}



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;
}

section {

		width: 250px;
		margin: auto; 
}

#mapa 
{
	background:url(img/mapa320.jpg);
	width: 250px;
	height: 185px;
	background-repeat:no-repeat;	
}

.mapuntos {
	background:url(img/mapa480.png);
	background-repeat:no-repeat;
	width:250px;
	height:185px;
	background-size: 100%;
    position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	animation:animarmapuntos 7s infinite;
	-webkit-animation:animarmapuntos 7s infinite;
	-moz-animation:animarmapuntos 7s infinite;
	-o-animation:animarmapuntos 7s infinite;
}

@keyframes animarmapuntos{
	0%{ width: 0px; left: 0;}
	20%{ width: 250px; left: 0;}
	80%{ width: 250px; left: 0;}
	100%{ width: 0px; left: 250px;}	
}

@-moz-keyframes animarmapuntos{
	0%{ width: 0px; left: 0;}
	20%{ width: 250px; left: 0;}
	80%{ width: 250px; left: 0;}
	100%{ width: 0px; left: 250px;}	
}

@-o-keyframes animarmapuntos{
	0%{ width: 0px; left: 0;}
	20%{ width: 250px; left: 0;}
	80%{ width: 250px; left: 0;}
	100%{ width: 0px; left: 250px;}	
}

@-webkit-keyframes animarmapuntos{
	0%{ width: 0px; left: 0;}
	20%{ width: 250px; left: 0;}
	80%{ width: 250px; left: 0;}
	100%{ width: 0px; left: 250px;}	
}

#lista{
	margin-top: 40px;
	width:170px;
	margin-left:50px;
	
	
}

#lista ul#primera {
	
	width: 170px;
	}

#lista ul#primera li {
	
	width: 150px;
	padding: 5px;
	background-color: #0e539e;
	

}


#lista ul#segunda {
	float: left;
	margin-left:0px;
	width: 170px;
	margin-right: 0px;
	
	

}

#lista ul#segunda li {
	margin-bottom: 10px;
width: 150px;
	padding: 5px;
	background-color: #0e539e;
}

#lista ul#tercera {
margin-top:0px;
	float: left;
	margin-left: 0px;
	
	

}

#lista ul#tercera li {
	margin-bottom: 10px;
	width: 150px;
	padding: 5px;

	background-color: #0e539e;
}


footer  {
	margin-top:40px;
	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; 	
}
	
}