.links{
	width: 100%;
	max-width: 1000px;
	margin: auto;
	
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	
}


.links1{
	width: 100%;
	max-width: 150px;
	height:auto;   
    margin-left: 8px;
    margin-right: 8px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}




.links1 img{

width: 100%;
height:auto; 
    -webkit-filter: sepia(1) opacity(0.3);
	 -moz-filter: sepia(1) opacity(0.3);
   filter: sepia(1) opacity(0.3);
	transition: all 0.5s; 
    

}


.links1 img:hover{

width: 100%;
height:auto;  
     -webkit-filter: sepia(0) opacity(1);
	 -moz-filter: sepia(0) opacity(1);
   filter: sepia(0) opacity(1);
	       

}


.boletin{
	width: 100%;
	height:auto;
	padding: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 20px;
	background-image: url(../imagenes/fondob.jpg);
	background-position: center;
}


.boletin1{
	width: 100%;
	max-width: 260px;
	height:auto;
	margin: auto;
	float: center;

}


.boletin1 img{
	width: 100%;
	
	height:auto;


}


.bk {
	
	padding: 5px;
	width: 250px;
	margin: 0px;
	
}
.txt {
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	color: #FFF;
	padding-bottom: 10px;
}

.txtbox {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #CC9933;
	padding: 10px;
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	transition: all 1s
}

.txtbox:hover {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #CC9933;

transform: scale(1.1 , 1.1);	
}



	
.button {
	width: 100%;
	background-color: #CC9933;
	border: 1px solid #CC9933;
	padding: 10px;
	color: #fff;
	font-family: 'Libre Baskerville', serif;
	font-size: 12px;
	margin-top: 10px;
	transition: all 1s;
}

.button:hover{
	border: 1px solid #CC9933;
	cursor:pointer;
	background:#000000;
	
	 -webkit-transition: color .9s;
	-webkit-transition: background .9s;
}

fieldset { 
	border: 0; 
	margin: 0;
	
}









footer {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: auto;
	padding: 20px;
	background-image: url(../imagenes/fondof.png); 
	background-position:center;  
}


.logo{
	
	width: 100%;
	max-width: 150px;
    margin: auto;
    margin-top:20px;
	margin-bottom:30px;

}

.logo img{
	
	
	width:100%;
    height: auto;

   
}

.copy{
	padding-top:20px;
	padding-bottom: 20px;
	font-size: 12px;
    color: #D7AA5D;
	text-align: center;
	font-family: 'Libre Baskerville', serif;
}


.sociales{
	padding-top:20px;
	width: 100%;
	text-align: center;
	font-size:30px;
	margin: auto;

}

.sociales a{
	
	color: #CC9933;
	text-decoration:none;
	transition: all 1s;

}

.sociales a:hover{
	
	color: #000000;
	text-decoration:none;
	

}







.leifux{
	
	width: 100%;
	max-with:500px;
	text-align: center;
	
	margin: auto;
	display: flex;
    justify-content:center;

}

.copy1  {
	padding-top:10px;
	padding-bottom: 10px;
	font-size: 20px;
    color: #CCCCCC;
	font-family: 'Varela';
	text-decoration:none;
	list-style: none;
	
	text-align: center;
}


.copy1 a {
	
	font-size: 20px;
    color: #CCCCCC;
	font-family: 'Varela';
	text-decoration:none;
	list-style: none;
	
}





.copy2 {
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 20px;
    color: #9C3;
	font-family: 'Varela';
	text-decoration:none;
	list-style: none;
	
	text-align: center;
}

.copy2 a {
	font-size: 20px;
	color: #9C3;
	font-family: 'Varela';
	text-decoration:none;
	list-style: none;
	padding-left: 5px;	
}
