@charset "utf-8";
body {

	margin:0px;
	background-image: url(../fondo.jpg);
	background-repeat: repeat-x;
}
a {
color:#006600;
text-decoration:underline;
font-weight:bold;
}

.encabezado {
	background-image: url(../fondo02.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 536px;
	width: 1124px;
	margin:auto;
}
.logo {

	float:left;
	margin-left: 90px;
	height:150px;
	widows:355px;
	overflow: visible;
	width: 200px;
	z-index:0;
}
.botones {
	margin-left:500px;
	width: 610px;
	padding-top: 108px;
	z-index:1;
}
#botonoportunidaddenegocio a{
	float:left;
	background-position:0px 8px;
	text-decoration:none;
	display:block;
	height: 46px;
	width: 177px;
	background-image: url(../imagenes/oportunidad-de-negocio.gif);
	background-repeat: no-repeat;
}
#botonoportunidaddenegocio a:hover{
	background-position:0px -46px;
}
#botonoportunidaddenegocioactivo a{
	float:left;
	text-decoration:none;
	display:block;
	height: 46px;
	width: 177px;
	background-image: url(../imagenes/oportunidad-de-negocio.gif);
	background-repeat: no-repeat;
	background-position:0px -46px;
}

#botonquienesomos a{
	float:left;
	background-position:0px 8px;
	text-decoration:none;
	display:block;
	height: 46px;
	width: 177px;
	background-image: url(../imagenes/quienes-somos.gif);
	background-repeat: no-repeat;
}
#botonquienesomos a:hover{
	background-position:0px -46px;
}
#botonquienesomosactivo a{
	float:left;
	text-decoration:none;
	display:block;
	height: 46px;
	width: 177px;
	background-image: url(../imagenes/quienes-somos.gif);
	background-repeat: no-repeat;
	background-position:0px -46px;
}

#botoncontacta a{
	float:left;
	background-position:0px 8px;
	text-decoration:none;
	display:block;
	height: 46px;
	width: 177px;
	background-image: url(../imagenes/empieza-ahora.gif);
	background-repeat: no-repeat;
}
#botoncontacta a:hover{
	background-position:0px -46px;
}

#botoncontactaactivo a{
	float:left;
	background-position:0px -46px;
	text-decoration:none;
	display:block;
	height: 46px;
	width: 177px;
	background-image: url(../imagenes/empieza-ahora.gif);
	background-repeat: no-repeat;
}


.contenido {
	clear: both;
	background:url(../imagenes/imagen-portada.jpg);
	background-repeat: no-repeat;
	background-position: 25px 2px;
	padding-top: 2px;
	padding-left:30px;

	width: 935px;
	margin:auto;
	
}

.contenidob {
	clear: both;
	background:url(../imagenes/quienes-somos.jpg);
	background-repeat: no-repeat;
	background-position: 25px 2px;
	padding-top: 2px;
	padding-left:30px;

	width: 935px;
	margin:auto;
}


.contenidoc {
	clear: both;
	background:url(../imagenes/imagen-portada3.jpg);
	background-repeat: no-repeat;
	background-position: 25px 2px;
	padding-top: 2px;
	padding-left:30px;

	width: 935px;
	margin:auto;
}
.resaltado {
text-align:right;
float:left;
	width: 420px;
	padding-top: 150px;
}
.textos {
	float: left;
}
.titulo-seccion {
	padding-top:10px;
	font-family: Georgia;
	font-size: 35px;
	color: #458346;
}
.sub-titulo {
	font-family: Georgia;
	font-size: 22px;
	padding-left:20px;
	padding-top:5px;
}
.texto-plano {
	padding-left:30px;
	padding-top:10px;
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
}
.pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	font-size:9px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #00AA7F;
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
