body{
    color: rgb(50, 86, 168);
    font-family: consolas;
    background-color:white;
    padding:0;
    margin:0;
}
h1{
    text-align: center;
    font-size: 60px;
}
h2{
    font-size: 50px;
}
h3{
    font-size: 30px;
}
img{
    border-radius: 25px;
}
a{
    margin: 5px;
}

form{
	width:100%;
	background-color:green;
}

textarea{
	width:80%;
	height: 100px;
}

label{
	color: blue;
	font-size: 20px;
}

input{
	margin: 5px;
}

#titutloProyectos{
	padding-left: 0px;
}

p{
    font-size: 20px;
    width: 50%;
    margin:auto;
    color: green;
}

#agradecimientos{
    font-size: 30px;
}

#contacto{
	color:white;
	background-color: rgb(50, 86, 168);
}

.escrito{
	text-decoration: none;
	font-size: 15px;
	color:white;
	background-color: rgb(50, 86, 168);
	border-radius:5px;
}

#prueba{
	background-color:blue;
	width: 20%;
	height: 300px;
}

.comentario{
	border-radius: 5px;
	border:1px solid blue;
	margin:10px;
}

.navItem{
	list-style-type: none;
	display:inline;
}

.derecha{
	float:right;
}
