body {
	background-color: #cccccc;
	font: normal 14px arial, tahoma, sans-serif;
}

#parte_arriba {
	background-image: url(../img/arriba_web.png); 
	width: 1022px;
	height: 479px;
}

#content {
	position:absolute;
	top:0px;
	left:50%;
	width:1022px;
	margin-left:-511px;
	margin-top:-30px;
	display:none;
}

#loading {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-37px;
	display:block;
	background-image:url(../img/loading.gif);
	width: 75px;
	height: 36px;
}

#bottom {
	position:absolute;
	left:0px;
	top:479px;
}

#contenido {
	position: absolute;
	left: 90px;
	top: 155px;
	border: 1px solid black;
	height: 335px;
	width: 480px;
	overflow: hidden;
}

#contenido_inner {
	width: 1200px;
	height: 900px;
	position: relative;
}

#visita {
	left: 0px;
	top: 450px;
	width: 470px;
}

#empresa {
	left: 600px;
	top: 0px;
	/*background-image:url(../img/empresarial.png);
	background-position: center;
	background-repeat: no-repeat;*/
	width: 480px;
	height: 335px;
}

#portfolio{
	left: 600px;
	top: 450px;
	background-image:url(../img/logoetc.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 480px;
	height: 335px;
}

#validators {
	position: absolute;
	left: 85%;
	top: 80%;
}

#servicios_container { 
	height: 335px;
	width: 530px;
	left: 0px;
	top: 0px;
	margin-top: 1px;
}

.scrolling-content {
	width: 480px;
	height: 335px;
	position: absolute;
}

.texto_servicio {
	width: 96%;
	height: 100%;
	position: absolute;
	left: 2%;
	top: 70px;
	text-align: justify;
	display: none;
	font-size: 12px;
}

.texto_servicio a {
	color: #000;
}
/***** EMPRESA ******/

.menu_empresa {
	position:relative;
	float:left;
	margin-left: 12%;
	width: 100px;
	height: 20px;
	background: #F8AA67; /*F57000*/
	color: #000;
	font-weight: bold;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	border-left: 1px solid black;
	text-align: center;
	cursor: pointer;
}

/*.menu_empresa {
	position:relative;
	margin-left: -2px;
	width: 100px;
	height: 20px;
	background: #fff;
	color: #000;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	text-align: center;
	cursor: pointer;
}*/

.txt_empresa {
	width: 465px;
	height: 100%;
	position: absolute;
	left: 5px;
	top: 60px;
	margin-top: 20px;
	text-align: justify;
	font-size: 12px;
}

.txt_empresa a {
	color: #000;
}

/*** PARA LAS EXPLICACIONES ****/
.texto_explicativo {
	width: 96%;
	height: 97.2%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: justify;
	font-size: 12px;
	overflow: auto;
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
}

.texto_explicativo a {
	color: #000;
}

/******* para los servicios, la parte de seleccion ***********/

h5 {
	width: 30px;
	height: 336px;
	float:left;
	display:none;
	margin-top: -1px;
}

#h5eprs {
	background-image: url(../img/barra_eprs.png);
}

#h5eprd {
	background-image: url(../img/barra_eprd.png);
}

#h5efrm {
	background-image: url(../img/barra_efrm.png);
}


#servicios {
	position: relative;
	float:left;
}
 
#servicios .servicio {
	float: left;
	position: relative;
	display: block;
	width: 160px;
	height: 336px;
	background-repeat:no-repeat;
	background-position: 25px 49%; 
	margin-top: -1px;
	cursor: pointer;
}
 
#eprs { background-image:url(../img/e_eprs.png); /*background-color: #F6DA9A; */ border-right: 1px solid black;}
#eprd { background-image:url(../img/e_eprd.png); /*background-color: #7DB3E9;*/ border-right: 1px solid black;}
#efrm { background-image:url(../img/e_efrm.png); /*background-color: #A5DD74;*/}

.servicioImg{
	position: absolute;
	left: 5px;
	top: 300px;
	display: none;
}


/**** TOOLTIPS  ***/

.etc-tip {
	color: #000;
	width: 150px;
	z-index: 13000;
	border: 1px solid black;
	text-align: center;
}
 
.etc-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #fff;
	height: 15px;
	background: #F57000;
	border-bottom: 1px solid #000;
}
 
.etc-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #fff;
}

/***** PORTFOLIO  ******/

.preview {
	float: left;
	width: 120px;
	height: 120px;
	margin: 4px;
	padding: 5px;
	text-align: center;
	background-color: #F9F9F9;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

h3 {
	color: #F57000;
}
