body,html{
	padding:0;
	margin: 0;
	height:100%;
	width:100%;
}

input, textarea {
	margin: auto;
}
.container {
	background: rgb(224,226,226); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(224,226,226,1) 42%, rgba(5,171,224,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(224,226,226,1) 42%, rgba(5,171,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(224,226,226,1) 42%, rgba(5,171,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e2e2', endColorstr='#05abe0', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#fondoheaderazul{
	background: rgb(224,226,226); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(224,226,226,1) 42%, rgba(5,171,224,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(224,226,226,1) 42%, rgba(5,171,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(224,226,226,1) 42%, rgba(5,171,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e2e2', endColorstr='#05abe0', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
#fondoheaderverde{
	/*Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#abdc28+27,abdc28+42,abdc28+44,abdc28+46,abdc28+49,9ec21e+86 */
/* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #abdc28 27%, #abdc28 42%, #abdc28 44%, #abdc28 46%, #abdc28 49%, #9ec21e 86%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #abdc28 27%,#abdc28 42%,#abdc28 44%,#abdc28 46%,#abdc28 49%,#9ec21e 86%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #abdc28 27%,#abdc28 42%,#abdc28 44%,#abdc28 46%,#abdc28 49%,#9ec21e 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abdc28', endColorstr='#9ec21e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
#fondoheaderverde,#fondoheaderazul{
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 0;
	
	}
header {
	text-align: center;

}
nav {
	position: relative;
	background-position: center;
	text-align: center;
	
}
.colorresto{
background-color:#5746B8;	
	}
.ul {
	font-size: 0.85rem;
	font-weight: auto;
	text-align:center;
}
.contenidos, p, h1 {
	margin: 0;
	min-height:80px;
	padding-top:0.5rem;
	padding-bottom:0.5rem;
}
p{
	
	line-height: 1.5em;
	}
.contenidos{
	margin-left:20%;
	margin-right:20%;
	padding-top:3rem;
	min-height:150px;
	}
p, h1 {
	
	font-size:0.85rem;
	box-sizing: border-box;
	
}
h1{
	 margin-bottom: -50px;
	 padding-bottom:3rem;
	
	
	}
	h2{
	margin:1rem;
	font-size:1rem;
		}
p{
text-align:left;
margin-left:20%;
margin-right:10%;
margin-bottom:0;
 margin-top: 0px;
font-weight: normal; 
box-sizing: border-box;
	}
form {
	font-size: 0.85rem;
	
}
.bton{
	display:none;
	
	}
.margenes{
	margin-left:20%;margin-right:20%;
	}
	.marginequip{
	width:50%;
	min-height:400px;
	max-height:400px;
	background-color:white;
	
	}


@media(max-width:480px) {
form {
	font-size: 0.5rem;
	box-sizing: border-box;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #455899;
    min-width: 100%;
    
}
.margenes{
    margin-left:0;
	margin-right:0;
	}
.marginequip{
	width:100%;
	}

/*.dropdown:hover .dropdown-content {
    display: block;
}*/
header {
/*display: none;*/
}
footer {
/*	display: none;*/
}
nav {
}
.imgcontenidos, .emergencias {
	
	display: none;
	}
	.contenidos,#fondoheaderverde,#fondoheaderazul{
		
		margin-left:0%;
		margin-right:0%;
		}
		#boton_hogar,#boton_empresa  {
    display:none;
}
.bton{
	display:inline;
	}
	
.ul{
	text-align:left;
	}
}
@media(min-height:900px) {
	
	.container{
   min-height:100%;
	position:relative;
	
	}
   nav{
 padding-bottom:160px;
  height:100%;
  }
 

   footer{
  width:100%;
	height:160px;
	position:absolute;
	bottom:0;
	left:0;
   }
  
}
