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

a img{
	border:0;
}

.cont{
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	width:1007px;
	height:auto;
}

.logo{
	float:left;
	background-image:url(imagenes/logo.jpg);
	background-repeat:no-repeat;
	width:427px;
	height:83px;
}

.contMenu{
	float:left;
	width:580px;
	height:83px;
}

.imagen{
	float:left;
	background-image:url(imagenes/imagen.jpg);
	background-repeat:no-repeat;
	width:421px;
	height:481px;	
}

.contParticulares{
	float:left;
	background-image:url(imagenes/particulares.jpg);
	background-repeat:no-repeat;	
	width:580px;
	height:389px;
	padding-top:50px;
}

.flashParticulares{
	float:left;
	width:140px;
	height:180px;
	margin-left:9px;
	margin-top:-3px;
/*	clear:both;*/
/*	overflow:auto;*/
}

.trabaja{
	float:left;
	width:165px;
	height:58px;
	margin-left:95px;
	margin-top:230px;
	z-index:2;
}

.verImg{
	float:right;
	width:137px;
	height:36px;
	background:url(imagenes/verImg.jpg);
}

.textEventosPart{
	float:left;	
	width:320px;
	height:250px;
	margin-left:100px;
	margin-top:-5px; !important	
	margin-top:0px;
}
.textEventosPart ul li{
	list-style-image:url(imagenes/punto.jpg);
	font-size:18px;
}

.textEventosEmp{
	float:left;	
	width:450px;
	height:250px;
	margin-left:100px;
	margin-top:-5px; !important
	margin-top:0px;	
}
.textEventosEmp ul li{
	list-style-image:url(imagenes/punto.jpg);
	font-size:18px;
}

.contEmpresa{
	float:left;
	background-image:url(imagenes/empresa.jpg);
	background-repeat:no-repeat;	
	width:586px;
	height:389px;
	padding-top:50px;
}

.contEmpleo{
	float:left;
	background-image:url(imagenes/empleo.jpg);
	background-repeat:no-repeat;	
	width:586px;
	height:389px;
	padding-top:50px;
}

.contFincas{
	float:left;
	background-image:url(imagenes/fincas.jpg);
	background-repeat:no-repeat;	
	width:586px;
	height:389px;
	padding-top:50px;
}

.contNosotros{
	float:left;
	background-image:url(imagenes/nosotros.jpg);
	background-repeat:no-repeat;	
	width:586px;
	height:389px;
	padding-top:50px;
}

.contContacto{
	float:left;
	background-image:url(imagenes/contacto.jpg);
	background-repeat:no-repeat;	
	width:586px;
	height:389px;
	padding-top:50px;
}

.textContacto{
	float:left; 
	width:180px; 
	height:auto; 
	margin-left:25px;
	margin-top:40px;
	text-align:justify;
}

.frame{
	float:left;
	width:350px;
	height:368px;
	margin-left:10px;
	margin-top:10px;
}

.iframe	{	/*border:1 solid blue;*/
	float:left;
/*	left:190px;
	top:165px;*/
	width:350px;
	height:368px;
	z-index:11;
}						

.contTexto{
	float:left;
	background-image:url(imagenes/texto.jpg);
	background-repeat:no-repeat;	
	width:586px;
	height:389px;
	padding-top:50px;
}

.contInicio{
	float:left;
	background-image:url(imagenes/ini.jpg);
	background-repeat:no-repeat;	
	width:586px;
	height:389px;
	padding-top:50px;
}

.texto{
	margin:0 auto;
	width:550px;
	height:auto;
	margin-left:5px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:14px;
}

.contPie{
	float:left;
	background-image:url(imagenes/pie.jpg);
	background-repeat:no-repeat;
	width:586px;
	height:42px;
}

.textPie{
	margin:0 auto;
	margin-bottom:-20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	width:500px;
	height:auto;
}

/*------------------------------------------------------- MENU -----------------------------------------------------------*/
.menuCont{
width:590px;
height:22px;
margin-top:60px;
margin-left:10px;
background-repeat:none;
float:left;
}
/*IE6*/
*html .menuCont{
width:590px;
height:22px;
margin-top:20px;
margin-left:70px;
background-repeat:none;
float:left;
}

.menu{
margin:0 auto;
padding:0;
display:block;
text-align:center;
}

.menu li {
list-style-type:none;
display:block;
float:left;
margin:0;
padding:0;
}

.menu li a,
.menu li a:link, 
.menu li a:visited{
display:block;
padding:0;
margin-right:10px;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
color:#666666;
font-style:italic;
font-size:11px;
font-weight:bold;
}

.menu li a:hover {
text-decoration:underline;
}

.menu li a.selected{
text-decoration:underline;
}
/************************************************/
.menuEvent{
	float:left;
	width:80%;
	height:20px;
}

.menuEvent li {
list-style-type: none;
display:block;
float:left;
margin:0;
padding:0;
}

.menuEvent li a,
.menuEvent li a:link, 
.menuEvent li a:visited{
display:block;
padding:0;
margin-top:-30px;
margin-right:10px;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
color:#ffffff;
font-weight:bold;
font-style:italic;
font-size:12px;
z-index:auto;
}

.menuEvent li a:hover,
.menuEvent li a.selected{
text-decoration:underline;
}