/* CSS_Principios */

div#contenedor #menu ul li .actual {
	color: #fbc646;
	cursor: default;
}
div#contenedor #menu ul li .actual:hover {
	text-decoration: none;	
}
div#contenedor #cuerpo #columna1,
div#contenedor #cuerpo #columna3,
div#contenedor #cuerpo #columna4,
div#contenedor #cuerpo #columna5,
div#contenedor #cuerpo #columna6 {
	width: 410px;
	float: left;
	margin-right: 12px;
	margin-left: 12px;
	padding-bottom: 20px;
}
div#contenedor #cuerpo #columna1,
div#contenedor #cuerpo #columna3 {
	height: 500px;
}
div#contenedor #cuerpo #columna4,
div#contenedor #cuerpo #columna5 {
	height: 310px;
}
div#contenedor #cuerpo p {
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
div#contenedor #cuerpo p strong {
	color: #0e598e;
}
div#contenedor #cuerpo #columna1 h2 {
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #fbc646;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	background-image: url(../img/metodo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 36px;
	background-color: #FBDB46;
}
div#contenedor #cuerpo #columna3 h2 {
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #fbc646;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	background-image: url(../img/alimentacion.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 36px;
	background-color: #FBDB46;
}
div#contenedor #cuerpo #columna4 h2 {
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #fbc646;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	background-image: url(../img/personal.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 36px;
	background-color: #FBDB46;
}
div#contenedor #cuerpo #columna5 h2 {
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #fbc646;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	background-image: url(../img/servicios.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 36px;
	background-color: #FBDB46;
}
div#contenedor #cuerpo #columna6 h2 {
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #fbc646;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	background-image: url(../img/familia.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 36px;
	background-color: #FBDB46;
}
div#contenedor #cuerpo #columna1 h2 span,
div#contenedor #cuerpo #columna3 h2 span,
div#contenedor #cuerpo #columna4 h2 span,
div#contenedor #cuerpo #columna5 h2 span,
div#contenedor #cuerpo #columna6 h2 span {
	display: none;
}
div#contenedor #menu p img {
	height: 319px;
	width: 242px;
	float: left;
	padding-left: 43px;
	background-color: #373534;
}