@charset: utf-8;


body{
	margin:0;	
	background-color: #fff;
text-align:center;
}
header{
height:150px;
background-image: url(../images/logo.gif);
background-repeat:no-repeat;
background-position:center center;}
footer{
	padding: 5px 0 5px 0; 
	background-color: #4DAC26;
	transition: color 2s;
    text-align: center;
    font-family: 'Arial', cursive;
    font-size: 10px;
	height: auto;
	width: 100%;
	position: absolute;
	bottom: 0;
}
a{
	color: #fff;
	text-decoration: none;
}
footer:hover{
color:#4DAC26;
}
section form fieldset, section form p{
display:inline;
}
fieldset {
	width:300px;
	border-radius: 15px;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	font-weight: bold;
	border: #4DAC26 1px solid;
	color: #4DAC26;
	
}
#logoMS{
height:30px;
}
legend {
	white-space: nowrap;
}
.casilla1{
border:1px solid #ccc;
color:#000;
padding: 10px;
border-radius:10px;
width:250px;
font-size: 1em;
}
.casilla2{
color:#000;
padding: 10px;
width:250px;
font-size: 1.5em;
}
/*.btform{
height:60px;
width:60px;
border-radius: 15px;
background-color: #4DAC26;
}*/
h1{
color: #4DAC26;
font-family: 'Lato', sans-serif;
font-size: 2em;
font-weight: bold;
}

.btform {
	margin-top: 10px;
	border-radius: 30px;
	border-bottom: 5px solid #3D9C16;
	border-left: 5px solid #3D9C16;
	border-top: 5px solid #5DbC36;
	border-right: 5px solid #5DbC36;
	color: #fff;
	font-size: 1.5em;
	background-color: #4DAC26;
	width: auto;
	padding-right:15px;
	padding-left:15px;
	height: 60px;

}
.btform:hover{color:#000;
border-bottom: 5px solid #b0c000;
	border-left: 5px solid #b0c000;
	border-top: 5px solid #d0e000;
	border-right: 5px solid #d0e000;
	background-color: #c2d700;}
