@charset "UTF-8";
/* Hoja de estilo - style.css */

body  {
	background-color: #124b1e;
	color: white;
	font-size: 14px;

	padding-top: 70px;
	width: 800px;
	margin: 0px auto;
	
}
h1{
	font-size: 24px;
}
picture, img, iframe{
	display: block;
	margin: 20px auto;
}

}
.cabecera{
	height: 200px;
	width: 100%;
	background-color: #3ba77e;
	clear: both;
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 0px 0px 10px 0px;
	border: 0px solid #FFC;	
	border-radius: 10px 10px 10px 10px;
	
}
.ejercicio{
	margin-top: 20px;
	margin-right: 5%;
	/*height: 200px;*/
	width: 70%;
	background-color: #85a76a;
	float: left;
	color: #c2ecc2;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	border: 0px solid #FFC;	
	border-radius: 10px 10px 10px 10px;
}
.inicio{
	margin-top: 20px;
	margin-left: 5%;
	/*height: 30px;*/
	width: 20%;
	background-color: #85a76a;
	float: left;
	color: #c2ecc2;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	border: 0px solid #FFC;	
	border-radius: 10px 10px 10px 10px;
}
.desarrollo{
	background: #007600;
	color: #c2ecc2;
	width: 100%;
	/*position: inherit;*/
	margin-top: 210px;
	/*margin: 20px auto;*/
	padding: 0px 50px 0px 50px;
	border: 1px solid #FFC;	
	border-radius: 10px 10px 10px 10px;
}
.vector{
	width: 320;
	height: 320px;
	margin: 0px auto;
	padding: 0px 50px 0px 50px;
	border: 1px solid #FFC;	
	border-radius: 10px 10px 10px 10px;
	/*-webkit-box-shadow: 2px 2px 5px #999;
	/*-moz-box-shadow: 2px 2px 5px #999;
	filter: shadow(color=black, direction=135, strength=5);*/
}
