﻿#ladoa{
	border: 0px solid red;
	width: 1100px;
	float: left;
	margin: 40px 0 10px 0;
	padding: 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#menu-izquierdo{
	border: 0px solid red;
	width: 200px;
	float: left;
}

.menu-izquierdo{
	border-bottom: 1px solid black;
	background: #0877d0;
	width: 100%;
	color: white;
	text-align: center;
	float: left;
	padding: 12px 0;
	cursor: pointer;
}

.menu-izquierdo:hover{
	background: #075492;
}

#desarrollo{
	border: 1px solid #ddd;
	background: #f7f7f7;
	width: 870px;
	float: left;
}

.desarrollo{
	border: 0px solid red;
	width: 100%;
	min-height: 200px;
	text-align: justify;
	padding: 10px;
	float: left;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;

	display: none;
}

.texto{
	width: 600px;
	float: left;
}

#perfil .texto{line-height: 20px;}
#mision .texto{line-height: 40px;}
#vision .texto{line-height: 35px;}
#modelo .texto{line-height: 23px;}
#valores .texto{line-height: 23px;}
#historia .texto{font-size:13px;line-height: 18px;}

.desarrollo .imagen{
	border: 0px solid red;
	width: 250px;
	text-align: center;
	float: left;
	padding: 20px 10px 10px 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.imagen img{
	border-radius: 10px;
}