*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Open Sans', sans-serif;
}
.raya{
	width: 100%;
	height: 20px;
	background: #00923f; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OCUiIHN0b3AtY29sb3I9IiMwMDkyM2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM4NWMyMjciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM4NWMyMjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  #00923f 48%, #85c227 50%, #85c227 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(48%,#00923f), color-stop(50%,#85c227), color-stop(50%,#85c227)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #00923f 48%,#85c227 50%,#85c227 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #00923f 48%,#85c227 50%,#85c227 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #00923f 48%,#85c227 50%,#85c227 50%); /* IE10+ */
    background: linear-gradient(to right,  #00923f 48%,#85c227 50%,#85c227 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00923f', endColorstr='#85c227',GradientType=1 ); /* IE6-8 */

}
.neyl{float: left;}
.otni{clear:both;}
.center{
	margin: auto;
	width: 950px;
}

.logo{
	text-align: center;
}
.logo img{
	margin: 20px;
}
.cuerpo{
	width: 950px;
	height: auto;
	margin: 25px;

}
.col-4{
	width: 225px;
	margin-left: 5px;
    text-align: center;
}
.col-4 h1{
	font-size: 2em;
	font-weight: 300;
	color: #333;
	margin: 0 10px;
	padding: 5px;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.col-4 img{
	margin: 10px 0;
}
.col-4 p{
	font-size: 14px;
	font-weight: 400;
	color: #333;
	margin: 10px 10px;
	text-align: justify;
}
.caja-glis{
	background: #f1f1f1;
	width: 100%;
	height: auto;
	-webkit-clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 0 100%, 0 10%);
    clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 0 100%, 0 10%);
}
.col-tabl-2{
	display: inline-table;
	width: 450px;
	height: auto;
	margin-left: 21px;
	padding: 30px 0;
}
.col-tabl-2 h1{
	font-size: 2em;
	font-weight: 300;
	color: #333;
	margin: 0 10px;
	padding: 5px;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.col-tabl-2 h2{
	font-size: 1.2em;
	font-weight: 300;
	color: #333;
	margin: 0 10px;
	padding: 5px;
	display: block;
	
}
.col-tabl-2 img{
	margin: 10px 0;
}
.col-tabl-2 p{
	font-size: 14px;
	font-weight: 400;
	color: #333;
	margin: 10px 10px;
	text-align: justify;
}
.trabajos{
	height: 300px;
}
.mapa{
	border-radius: 50%;
}
footer{
	background: #009241;
	width: 100%;
	height: auto;
	text-align: center;
}
footer h1{
	font-size: 2em;
	color: #fff;
	font-weight: 400;
	display: block;
	padding: 10px;
} 
footer span{
	font-size: 1.5em;
	color: #fff;
	font-weight: 300;
	display: block;
	padding: 10px;
} 