html {
	height: 100%;
}
.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	width: 600px;
	margin-left: 250px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #585858;
	padding-top: 50px;
}
.textos a {
	border:none;
	color: #F06;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.textos a:hover {
	border:none;
	text-decoration: none;
	color: #999;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	margin: 0;
	height: 100%;
}
#menu {
	width: 207px;
	height: 100%;
	overflow: auto;
	position: fixed;

}
.pupilalogo {
	height: 26px;
	width: 168px;
	padding-top: 35px;
	padding-left: 10px;
	padding-bottom: 48px;
}
.negrita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	text-decoration:none;
}
ul.menu_principal {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.menu_principal li.men {
	display: block;
	margin-top: 10px;
	width: 170px;
	margin-left: 10px;
}
ul.menu_principal li.men a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: capitalize;
	color: #585858;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
ul.menu_principal li.men a:hover {
	color: #999;
}
ul.trabajos {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	list-style-type: none;
	color: #9d9d9d;
	line-height: 18px;
	text-decoration: none;
}
ul.trabajos li a {
	text-decoration: none;
	color: #9d9d9d;
}
ul.trabajos li a:hover {
	color: #666;
}
ul.contacto {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: none;
	color: #9d9d9d;
	line-height: 18px;
	text-decoration: none;
}
ul.contacto li a {
	text-decoration: none;
	color: #9d9d9d;
}
ul.contacto li a:hover {
	color: #666;
}
.nosotros {
	float: left;
	width: 510px;
	background-color: #FFF;
	margin-left: 250px;
	margin-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #c8c8c8;
	text-align: left;
	line-height: 25px;
	height: 60px;
}
.contactenos {
	float: left;
	width: 510px;
	background-color: #FFF;
	margin-left: 250px;
	margin-top: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #c8c8c8;
	text-align: center;
	line-height: 30px;
}

.logos {
	float: left;
	width: 600px;
	margin-left: 250px;
	margin-top: 50px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #585858;
	padding-bottom: 50px;
}
.push {
	padding-top: 100px;
}
.gris {
	color: #a9a9a9;
}

.magenta {
	color: #f4259b;
}
