﻿	html{
	height:100%;
}
    body {
	height:100%;
}

	#contenedor{
	margin:auto;
	margin-bottom: 5%;
	
	width:80%;
	height:300%;
	position:relative;
	top:5%;
	bottom:0px;
	
	background-color: rgba(0,125,175,0.5);
	border-radius: 10px 20px;
	box-shadow: 3px 3px 10px

	}

	#logo{
	position:relative;
	top:0px;
	left:0px;
	width: 20px;
	height: 0;
	z-index: 1;
	}

	#logo2{
	position:relative;
	top:10px;
	left:90%;
	width: 20px;
	height: 0;
	z-index: 1;
	}

	#contenido{
  height: 100%;
  width: 100%;
  float: left;
  margin: 8px;
   }


 #pie{
  position: fixed;
  clear: both;
  font-family:Monotype Corsiva;
  font-size:20px;  
  color: #fff;
  text-align: center;
	  width: 90%;
  height: 8%;
  margin-top: 5%;
  margin-bottom: 5%;
  background-color: rgba(0,125,175,0.5);
	border-radius: 10px 20px;
	box-shadow: 3px 3px 3px

}


p {
	margin-left: 10;

	font-size:20px;  
	color: #FFFFFF;
  margin-top: 2em;
  margin-left: 
}

h1{
  margin-left: 10;
  font-family: Monotype Corsiva;
	font-size:50px;  
	color: #FFFFFF;
	text-align: center;;
	font-weight: 700;
margin-top: 2em;
}

h2{
  margin-left: 10;
  
	font-size:40px;  
	color: #FFFFFF;
	text-align: center;;
	font-weight: 700;

}

h3{
  margin-left: 10;
 
  font-size:30px;  
  color: #FFFFFF;
  text-align: center;;
  font-weight: 700;
}
ol{
  margin-left: 10;
  
  font-size:20px;  
  color: #FFFFFF;
  text-align: left;;
  font-weight: 700;
}

a{
  text-decoration: none;
  color: #fff;
}

a:hover
{ 
  color: #000;
}

a:visited 
{
	color:fff;
}
