body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4A5375;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#encabezado {
	background-repeat: repeat-x;
	text-align: left;
}
#contenedor {
	border: 1px solid #0C2C8C;
	background-color: #FFFFFF;
	height: 650px;
	width: 800px;
}
#botonera{
	background-color:#0D2B88;
}
#foto_principal{
	height: 290px;
	width: 394px;
	float: left;
}
#curriculum{
	background-color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0C2C8C;
	text-align: justify;
	padding: 30px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #0C2C8C;
	border-right-color: #0C2C8C;
	border-bottom-color: #0C2C8C;
	border-left-color: #0C2C8C;
}
#vision_titulo{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 18px;
	background-color: #0C2C8C;
	color: #FFFFFF;
	padding: 10px;
	font-weight: bolder;
}
#vision{
	background-color: #FFFFFF;
	text-align: justify;
}
#mision_titulo{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 18px;
	background-color: #0C2C8C;
	color: #FFFFFF;
	padding: 10px;
	font-weight: bolder;
}
#mision{
	background-color: #FFFFFF;
	text-align: justify;
}
#tabla{
	padding: 0;
	margin-top: 50px;
}
#tabla_izq{
	padding-top: 50px;
	padding-left: 50px;
	width: 312px;
	float: left;

}
#tabla_der{
	text-align: right;
	vertical-align: top;
	padding-right: 40px;
	padding-top: 50px;

}
