/* ver. 0002 */

* {
	margin: 0px;
    padding: 0px;  
}

div#wrapper {
width: 80%;
margin: 10px auto;
}

header {
min-height: 70px;
}

ul#top {
list-style-type: none;
position: relative;
font-family: verdana, arial, sans-serif;
margin-bottom: 15px;
}

ul#top li {
position: relative;
width: 100px;
text-align: center;
margin: 0px auto;
line-height: 32px;
font-size: 14px;
}

ul#top a{
text-decoration: none;
display: block;
height: 35px;
background-color: #f4f6f6;
border: 1px solid transparent;
border-radius: 5px;              
color: #000000;
}

ul#top li:hover > a {
	background-color: #f4f6f6;
	border: 1px solid #000000;
	}

ul#bottom {
list-style-type: none;
position: relative;
font-family: verdana, arial, sans-serif;
margin-bottom: 15px;
margin-top: 30px;
display: none;
}

ul#bottom li {
position: relative;
width: 100px;
text-align: center;
margin: 0px auto;
line-height: 32px;
font-size: 14px;
}

ul#bottom a{
text-decoration: none;
display: block;
height: 35px;
background-color: #f4f6f6;
border: 1px solid transparent;
border-radius: 5px;              
color: #000000;
}

ul#bottom li:hover > a {
	background-color: #f4f6f6;
	border: 1px solid #000000;
	}
		

div#title {
text-align: center;
font-family: verdana, arial, sans-serif;
}

div#text {
min-height:20px;
font-family: verdana, arial, sans-serif;
font-size: 14px;
padding-top: 15px;
padding-bottom: 10px;
line-height: 1.5;
}

p#par1 {
text-indent: 3em;
padding-bottom: 6px;
}
p#par2 {
text-indent: 3em;
padding-bottom: 6px;
}
p#par3 {
text-indent: 3em;
padding-bottom: 6px;
}

p#par4 {
text-indent: 3em;
padding-bottom: 6px;
}

p#par5 {
text-indent: 3em;
padding-bottom: 6px;
}

p#par6 {
text-indent: 3em;
padding-bottom: 6px;
}

ul#bullets {
text-indent: 0;
padding-left: 37px;
}

ul#bullets li {
list-style-type: disc;
padding: 6px;
}

footer {
min-height:50px;
margin-top: 150px; 
}

p#derechos {
padding: 4px;
font-family: verdana, arial, sans-serif;
font-size: 12px;
}

/* ====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: 5px;
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: 800px) {
	ul#bottom {
	display: block;	
	}	
}

@media screen and (max-width: 425px) {
	footer {
	margin-top: 0px;	
	}	
}