@charset "UTF-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left:0px;
	margin-top:0px;
	background-color:#A1DA50;
	background-repeat: repeat-y;
	background-position: center top;
}
.contenido {
	width: 798px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

	background-image:url(images/bg_cont.jpg);
	background-repeat:repeat-y;
}
.bg_sup {
	width: 798px;
	height: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

	background-image:url(images/bg_sub.jpg);
	background-repeat:repeat-y;
}
.bg_inf {
	width: 798px;
	height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

	background-image:url(images/bg_inf.jpg);
	background-repeat:repeat-y;
}
.centrado {
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.titular {
	width: 740px;
	height: 45px;
	margin-top: 20px;
}
.subtitulo {
	width: 740px;
	height: 20px;	
}
.banner {
	margin-top: 15px;
	height:163px;
	width: 740px;
	background-image:url(images/main-banner.jpg)
}
.banner-servicios {
	margin-top: 15px;
	height:163px;
	width: 740px;
	background-image:url(images/servicios.jpg)
}
.banner-proyectos {
	margin-top: 15px;
	height:163px;
	width: 740px;
	background-image:url(images/proyectos.jpg)
}
.banner-contacto {
	margin-top: 15px;
	height:163px;
	width: 740px;
	background-image:url(images/contacto.jpg)
}
.menu {
	width: 740px;
	height: 24px;
	background-color: #727D82;
	color:#FFFFFF;
}
.menu a{
	color:#DDD;
	text-decoration:none;
	font-weight:bolder;
}
.menu a:hover {
		color: #FFF;
}
.descripcion {
	width: 740px;
	height: auto;
}	
.descripcionindex {
	width: 700px;
	height: auto;
	text-align:justify;
}
.bold {
	font-weight:bolder;
}
.fuente30 {
	font-size:30px
}
.fuente20 {
	font-size:20px
}
.fuente15 {
	font-size:15px
}
.fuente12 {
	font-size:12px
}
.fuente10 {
	font-size:10px
}
.derecha {
	float:right;
}
	
.margen10der {
	margin-left: 10px;
}
.margen12top {
	margin-top:12px;
}
.margen4top {
	margin-top:4px;
}
.padding5 {
	padding-top: 5px;
}
.colorgrismedio {
	color:#999;
}
.verde {
	color: #A1DA50;
	}
.blanco {
	color:#FFF;
}
.grisesp {
	color: #727D82;
	}
.textexp {
	letter-spacing: 2px;
}
.presentaciontxt {
	font-size: 16px;
	color: #727D82;
	font-weight: bold;
}
.limpia {
	clear:both;
}

/* Servicios y proyectos */
.menuvert {
	float: left;
	width: 250px;
	height: auto;
	text-align:justify;
	padding-left: 15px;
}
.contvert {
	float: right;
	width: 460px;
	height: auto;
	text-align:justify;
	border-bottom: #A1DA50 1px solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.bordetop {
	border-top: #A1DA50 1px solid;
	padding-top: 5px;
	
}
.menudesp {
	border-top: #A1DA50 1px solid;
	padding-top: 3px;
	margin-bottom: 8px;
	width:245x;
	margin-bottom: 5px;
}
.menudesp a {
	color: #000000;
	text-decoration: none;
}
.menudesp a:hover {
	color: #A1DA50;
}
/* contenidos */
#textohome {
float:left;
width: 375px;
margin-right: 15px;
}
#imghome {
float:left;
width: 315 px;
border: 2px solid #727D82;
height:auto;
}

.flotaderechaimg {
	float:left;
	margin-right: 10px;
	border: 2px solid #727D82;
	}
a {
	color: #727D82;
	text-decoration: none;
		}
a:hover {
	color: #A1DA50;
}
.margenderecha20 {
	margin-right:20px;
	}