@charset "UTF-8";

*{
padding: 0;
margin: 0;
}

html{
width: 100%;
height: 100%;
}

body {
width: 100%;
height: 100%;
}

.margen{
width: 100%;
height: 30%;
}
#logo{
width: 100%;
height: 70%;
text-align: center;
}

img {
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
	
}

a:focus{
outline:none;
}

a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
text-decoration: none;
padding-bottom: 20px;
}
