/* ver. 0003 */

* {
	margin: 0px;
	padding: 0px;
	}
	
div#wrapper {
	width: 100%;
	margin: 0px auto;
	font-family: verdana, arial, sans-serif;
	background-color: #ffffff;
	min-height: 100px;
    }

div#header {
	margin: 0px auto;
	width: 100%;
	height: 30px;
    }

div#down {
	margin: 0px auto;
	width: 70%; /* rest to 100%; pre Aviso value */
	height: 80px;	
	margin-top: 10px; /* rest to 150px; pre Aviso value */
	/* Lines below added for Aviso values. Delete after. */
	color: #000000; 
	padding-bottom: 150px;
	line-height: 1.5;
	}

div#footer {
    border-top: 2px solid #454545;
    border-bottom: 2px solid #454545;	
	min-height: 80px;
    padding:10px;
    background-color: #e5e8e8;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
	}
	
p#derechos {
	padding-top: 7px;
	}
 
 p#email {
	color: blue;
	}
        
img {
	display: block;
	margin: 0px auto;
	}
		
figure#large {
  	display: block;
	}
    
figure#medium {
  	display: none;
	}
    
figure#tiny {
  	display: none;
	}  

h4 {
	text-align: center;
	color:#454545;
	letter-spacing: .5em;
}	
	
h1 {
	text-align: center;
	color:#454545;
	}
 	
/* ================================== */ 

div#menu {
	width: 98%;
	margin: 0px auto;
	} 

ul#navmenu {
	list-style-type: none;
	font-size: 14pt;
    padding-top: 50px;
	padding-bottom: 50px;
    width: 1200px;
    margin: 0px auto;
    }
	
ul#navmenu li {
	width: 160px;
	text-align: center;
	position: relative;
	float: left;
	margin-right: 4px;
	}
	
ul#navmenu a {
	text-decoration: none;
	display: block;
	width: 140px;
	height: 25px;
	line-height: 25px;
	background-color: #f4f6f6;
	border: 1px solid transparent;
	border-radius: 5px;
	color: #000080;
	}

ul#navmenu li:hover a {
	background-color: transparent;
	border: 1px solid #000000;
	}

/* ======social media buttons====== */

#share-buttons ul.share {
height: 45px;
display: block;
}

#share-buttons ul li .f{
	display: block;
}

#share-buttons ul li .t{
	display: block;
}

#share-buttons ul li .g{
	display: block;
}

#share-buttons ul li .m{
	display: block;
}

#share-buttons ul li .w{
	display: block;
}

li {
list-style-type: none;
}

li img {
margin: 0px auto;
display: block;
float: left;
text-decoration: none;
margin-left: 8px;
border-radius: 7px;
}

li img:hover {
background-color: #999999; 
}

#comparte {
background-color: transparent;
height: 15px;
font-size: 12px;
margin: 0px auto;
color: #454545;
text-align: left;
padding-left: 7px;
padding-bottom: 3px;
}

/* ================================== */

@media screen and (max-width: 1500px) {
ul#navmenu {	
    padding-top: 50px;
	padding-bottom: 20px;
    width: 150px;
    margin: 0px auto;
	font-size: 14pt;
    }
ul#navmenu li {
	float: none;
	text-align: left;
	width: 150px;
	}
	
ul#navmenu a {
	width: 150px;
	}

figure#large {
  	display: none;
	}
    
figure#medium {
  	display: block;
	}
    
figure#tiny {
  	display: none;
	}
}

@media screen and (max-width: 378px) {       
figure#large {
  	display: none;
	}
figure#medium {
  	display: none;
	}   
figure#tiny {
  	display: block;
	}   
}
