/*

Theme Name: Alborada

Description: Alborada

Author: ConectionPy.com  -  Martin Acosta

Author URI: www.conectionpy.com

*/

@import 'https://fonts.googleapis.com/css?family=Pacifico';


a { text-decoration:none;

}

a:hover { text-decoration:none;

 color:#4a73aa;

}

body {
	

	color: #333;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	border:0px;
	background:url(imagenes/fondo.jpg) #8AD2F8;
	
	
		background-position: 0px 0px;
		background-repeat: repeat-x;
		animation: animatedBackground 10s linear infinite;
		-ms-animation: animatedBackground 10s linear infinite;
		-moz-animation: animatedBackground 10s linear infinite;
		-webkit-animation: animatedBackground 10s linear infinite;


}



.alignleft {
	float:left;
	margin: 0px 15px 0px 15px;
	border: solid 1px #CCC;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
		
	-webkit-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.85);
	-moz-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.85);
	box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.85);
}




.alignright {
	float:right;
	margin: 0px 15px 0px 15px;
	border: solid 1px #CCC;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	-webkit-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.85);
	-moz-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.85);
	box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.85);
}


.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	

	border: solid 1px #CCC;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	-webkit-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.85);
	-moz-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.85);
	box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.85);
}

.aligncenter2 {
	clear: both;
	display: block;
	margin: 0 auto;
	
	
	border: 0px;
	
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);

	
}




#contenedor li {
	list-style-image:url(imagenes/lista.png);
	text-align:left;
	float:none;
}


#contenedor ul {
	padding: 0px 50px;
	}





@keyframes animatedBackground {
		from { background-position: 0 0; }
		to { background-position: 100% 0; }
	}
	@-webkit-keyframes animatedBackground {
		from { background-position: 0 0; }
		to { background-position: 100% 0; }
	}
	@-ms-keyframes animatedBackground {
		from { background-position: 0 0; }
		to { background-position: 100% 0; }
	}
	@-moz-keyframes animatedBackground {
		from { background-position: 0 0; }
		to { background-position: 100% 0; }
	}
	
#contenedor1 {
		width:1050px;
	text-align:left;
	font-size:18px;
	padding: 0px 20px;
	
	}
	
#contenedor22 {
	background-image:url(imagenes/menu.png);
		width:1050px;
	text-align:left;
	font-size:18px;
	padding:20px;
	
	}
	
	
li { list-style:none;
	}
	

#imagen-chica {
	
	width:90px;
	height:auto;
	background:url(imagenes/no-img.jpg);
	float:left;
	margin: 5px 10px 0px 10px;


	}

	
	
 .anuncio {
	 background:#999;
  float: left;
  width: 695px;
  padding: 6px 6px 6px 6px;

  margin-bottom: 10px;  margin-left: 14px;
}

.herramientas{
    list-style: none;
}

 .anuncio .inforight{
	display: block;
	width: 55px;
	height: 55px;
	margin-right: 4px;
	margin-top: 2px; 
	float: right;
}	
		
 .anuncio .inforight2{
	display: block;
	width: 180px;
	height: 100px;
	margin-right: 4px;
	margin-top: 2px; 
	float: right;
}	
		
 .anuncio .inforight a{
	color: red;
	font-size: 11px;
	text-decoration: underline;
}	
		
 .anuncio .inforight2 a{
	
	font-size: 11px;
	text-decoration: none;
}	
 .anuncio .inforight .avatar{	width: 45px;
	height: 45px;}
	
.columns {
font-family:verdana,arial;     /* tipo de letra */
  width: 800px;                 /* anchura de campos de formulario */ 
  
   font-size:10pt;                /* tamaño de la letra*/  
    color:#FFF;              /* color del texto */
	
	text-align:left;
	padding:10px;
	
	
}

.camp-texto {
	width:400px;
	
}


.size-medium {
	width:430px;
	height:auto;



}
	
#search {
	background:#FFF;
	width:180px;
	height:25px;
	border: #0C4797 solid 2px;
	float:right; 
	margin: -50px 45px 0px 0px;
	padding: 5px 0px 0px 0px;
	
			border-radius: 50px 50px 50px 50px;
	-moz-border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
	
		display: block;
  position: relative;

	
}

.search input.s,
	#search input.s,
	.search input#s,
	#search input#s {
	  padding: 0px 0px 0px 0px;
	  -webkit-box-sizing: border-box;
	  /* Safari/Chrome, other WebKit */
	  -moz-box-sizing: border-box;
	  /* Firefox, other Gecko */
	  box-sizing: border-box;
	  /* Opera/IE 8+ */
	  margin: 0;
	  border: 0;
	  background: none;
	  color: #6c6158;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	}




#boton-admi{
	
	margin: 20px;
	padding: 30px;
	background-color:#33F;
	color:#FFF;
	text-align:center;
	
	
		-webkit-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.85);
	-moz-box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.85);
	box-shadow: 0px 0px 20px -9px rgba(0,0,0,0.85);
			border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;

	
}





#boton-admi a{
	

	color:#FFF;
	text-align:center;
	
}







#contenedor {
	width:1050px;
	background-image:url(imagenes/menu.png);
	width:1050px;
	min-height:650px;
	text-align:left;
	padding: 0px 20px 20px 20px;
		border-radius: 50px 50px 50px 50px;
	-moz-border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;

	}
	
	
.wp-pagenavi a, .wp-pagenavi span {
	float:left;
	}
	

#contenedor img {
	
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
		

	
	
}

#logo {
	background:url(imagenes/logo.jpg) #0C4797;
	width:100%;
	height:200px;
	background-position:center;
	background-repeat:no-repeat;
	}
	



		#slider30_container {
			margin:15px 0px;
			float:right;
			position: relative; 
			top: 0px; 
			left: 0px; 
			width: 1200px; 
			height: 190px; 
 }



		#slider30_container img {
			
		

	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	height:188px;

	border-left: #004080 2px solid;
	border-right:  #004080 2px solid;
	border-top: #004080 1px solid;
	border-bottom: #004080 1px solid;

			
			}
		
	
	
	
	
	
	
	
		#slider40_container {
			margin:15px 0px;
			float:right;
			position: relative; 
			top: 0px; 
			left: 0px; 
			width: 800px; 
			height: 190px; 
 }



		#slider40_container img {
			
		

	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	height:188px;

	border-left: #004080 2px solid;
	border-right:  #004080 2px solid;
	border-top: #004080 1px solid;
	border-bottom: #004080 1px solid;

			
			}
		




	
	
#slider1_container {
	position: relative; 
	margin: 0 auto;
	top: 0px; 
	left: 0px; 
	width: 1500px; 
	height: 520px; 
	overflow: hidden;
	}
	


#img-slides {
	cursor: move; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 1500px;
    height: 520px; 
	overflow: hidden;
	}
	
	
	
	

	
	
	
			
#slider10_container {
	
margin:15px 0px;
float:right;
position: relative; 
top: 0px; 
left: 0px; 
width: 800px; 
height: 190px; 
 }



#slider11_container {
	
	margin:15px 0px;
	float:left;

top: 0px; 
left: 0px; 
width: 800px; 
height: 190px; 

 }


#slider3_container {
	
			margin:15px 0px;
	float:right;
position: relative; 
top: 0px; 
left: 0px; 
width: 800px; 
height: 190px; 
 }

		#slider10_container img {
			
		

	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	height:188px;

	border-left: #004080 2px solid;
	border-right:  #004080 2px solid;
	border-top: #004080 1px solid;
	border-bottom: #004080 1px solid;

			
			}
	
		
		
		#slider11_container {
	
			margin:15px 0px;


		
	float:right;
position: relative; 
top: 0px; 
left: 0px; 
width: 800px; 
height: 190px; 
 }



		#slider11_container img {
			
		

	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	height:188px;

	border-left: #004080 2px solid;
	border-right:  #004080 2px solid;
	border-top: #004080 1px solid;
	border-bottom: #004080 1px solid;

			
			}
		
		
	
		
		
		#slider3_container {
	
			margin:15px 0px;


		
	float:right;
position: relative; 
top: 0px; 
left: 0px; 
width: 800px; 
height: 190px; 
 }



		#slider3_container img {
			
		

	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	height:188px;

	border-left: #004080 2px solid;
	border-right:  #004080 2px solid;
	border-top: #004080 1px solid;
	border-bottom: #004080 1px solid;


			
			}
		
	

			
			
#pano {
	background:url(imagenes/pano.png) no-repeat center;
	width:250px;
	height:190px;
	float:left;
			
			}
			
#silleban {
	background:url(imagenes/sileban.png) no-repeat center;
	width:250px;
	height:190px;
	float:right;
			
			}
			

			
#mmkm {
	background:url(imagenes/mmkm.png) no-repeat center;
	width:250px;
	height:190px;
	float:right;
			
			}

#alimentos {
	background:url(imagenes/alimentos.png) no-repeat center;
	width:250px;
	height:190px;
	float:left;
			
			}	
			
	
	
#animacion-cont{
	width:100%;
	background-position:center;
	

	}
	
	

#menu {
	width:100%;
	border-top: 1px #2b4892 solid;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px;
	}
	
#pie a {
	color:#FC3;
	
	}
	
#pie {
	margin:15px 0px 0px 0px;
	padding: 20px 0px;
	width:100%;
	float:left;
	background-color:#2b4892;
	color:#FFF;
}

#p1 {
	width:28%;
	height:110px;
	float:left;
	text-align:center;
	padding: 0px 0px 0px 50px;

	}


	
	
#titulo2 {
	  font-family: 'Pacifico', cursive;
	  font-size:26px;
	  color:#2b4892;
	  border-bottom: 1px solid #2b4892;
	  text-align:center;
	  margin: 0px 5px;
	}
	
#left {
	float:left;
	height:auto;
	width:auto;
	}
	
#right {
	float:right;
	height:auto;
	width:auto;
	}


#titulo {
	  font-family: 'Pacifico', cursive;
	  font-size:36px;
	  color:#2b4892;
	  border-bottom: 1px solid #2b4892;
	  text-align:center;
	}
	

	
#anii {
	float:left;

	}
	
#aniii {
	float:right;

	}
	
	
	
	
	
#foto-1 {

	width:305px;
	height:auto;
	float:left;
	
	margin: 10px 15px;
	

	
}




.contenedor-img img {
width:auto;
	height:210px;
	
}

.contenedor-img {
	
	width:auto;
	height:210px;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	margin: 10px;
	


	
	}
	
	
	
	


/*Ejemplo 1*/
.ejemplo-1 img {
transition: all 0.2s linear;
}
.ejemplo-1 .mascara {
opacity: 0;
background-color: rgba(46,157,120, 0.7);
transition: all 0.3s ease-in-out;
}



.ejemplo-1:hover img {
transform: scale(1.2);/*Damos un ligero zoom a la imagen*/
}










	}
	

	

	
	
	
	/*   INICIA MENU RESPONSIVE*/

 
.wrap {
  display: inline-block;
  -webkit-box-shadow: 0 0 70px #fff;
  -moz-box-shadow: 0 0 70px #fff;
  box-shadow: 0 0 70px #fff;
  margin-top: -10px;
  
}

/* a little "umph" */
.decor {

}

a {
  text-decoration: none;
  color: #2b4892;
  display: block;
}

ul {
  list-style: none;
  position: relative;
  text-align: left;
  margin: 0px;
}

li {
  float: left;

}

/* clear'n floats */
ul:after {
  clear: both;
}

ul:before,
ul:after {
    content: " ";
    display: table;
}

nav {
  position: relative;
  background:url(imagenes/menu.png);
  text-align: center;
  letter-spacing: 1px;

  -webkit-box-shadow: 2px 2px 3px #888;
  -moz-box-shadow: 2px 2px 3px #888;
  box-shadow: 2px 2px 3px #888;

  font-family: 'Pacifico', cursive;
  font-size:25px;
}

/* prime */
ul.primary li a {
  display: block;
  padding: 7px 25px;

}

ul.primary li:last-child a {
  border-right: none;
}

ul.primary li a:hover {
  
  color: #4a73aa;
}

/* subs */
ul.sub {
  position: absolute;
  z-index: 200;
  box-shadow: 2px 2px 0 #BEBEBE;
  width: 20%;
  display:none;
    font-family:Arial, Helvetica, sans-serif;
  font-size:18px;

}

ul.sub li {
  float: none;
  margin: 0;

  
}

ul.sub li a {
  border-bottom: 1px dotted #ccc;
  border-right: none;
  color: #000;
  padding: 10px 20px;
  
  
}

ul.sub li:last-child a {
  border-bottom: none;
}

ul.sub li a:hover {
  color: #4a73aa;
  background: #eeeeee;
}

/* sub display*/
ul.primary li:hover ul {
  display: block;
  background: #fff;
}

/* keeps the tab background white */
ul.primary li:hover a {
  background: #fff;
  color: #666;
  text-shadow: none;
}

ul.primary li:hover > a{
  color: #4a73aa;
} 

@media only screen and (max-width: 600px) {
  .decor {
    padding: 3px;
  }
  
  .wrap {
    width: 100%;
    margin-top: 0px;
  }
  
   li {
    float: none;
  }
  
  ul.primary li:hover a {
    background: none;
    color: #8B8B8B;
    text-shadow: 1px 1px #000;
  }

  ul.primary li:hover ul {
    display: block;
    background: #272727;
    color: #fff;
  }
  
  ul.sub {
    display: block;  
    position: static;
    box-shadow: none;
    width: 100%;
  }
  
  ul.sub li a {
    background: #272727;
  	border: none;
    color: #8B8B8B;
  }
  
  ul.sub li a:hover {
    color: #ccc;
    background: none;
  }
}

<!--FIN MENU RESPONSIVE-->