.cuerpo {
	width: 80%;
	margin-top: 10%;
	background-color: #FFFFFF;
	padding-left: 5%;
	float: right;
}
.desarrolloweb {
	font-size: 450%;
	text-align: center;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	width: 500px;
}
.cuadro {
	width: 500px;
	height: 150px;
	padding-bottom: 10px;
}
.trabajos {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
	text-align: center;
}
.colIzq {
	float: left;
	width: 150px;
	margin-bottom: 20px;
}
.colDer {
	float: left;
	width: 350px;
}

.contacto {
	text-align: center;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #3399FF;
}
.trabajoscuadro {
	padding-left: 5px;

}
.contactocuadro {
	padding-left: 5px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3399FF;
	border-bottom-color: #3399FF;
	border-left-color: #3399FF;
	text-align: center;
}
.lista {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #333333;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link {
	text-decoration: none;
	color: #0053A6;
}
a:visited {
	color: #333366;
	text-decoration: none;
}
