/* CSS Document DCA WebSite 
*(cuidado con las letras 
mayusculas y minusculas) 
esta hoja de estilo contiene 
las cajas de texto
*/ 
.textBoxNewsletter {
	width:550px;
	height:auto;
	margin-top:25px;
	margin-left:35px;
	float:left;
	position:static;
	text-align:justify;

}


.textBoxtra {
	width:520px;
	height:320px;
	margin-top:20px;
	margin-right:20px;
	float:right;
	position:static;
	text-align:justify;
	border:#91a3bb;
	border-width:1px;
	border-style:solid;
	padding: 10px;

}

.textBox1 {
	width:550px;
	height:auto;
	margin-top:25px;
	margin-right:20px;
	float:right;
	position:static;
	text-align:justify;

}

.textBox2 {
	width:550px;
	height:auto;
	margin-top:20px;
	margin-right:20px;
	float:right;
	position:static;
	text-align:justify;
	border:#91a3bb;
	border-width:1px;
	border-style:solid;
	padding: 8px;
}



.textBoxNews {
	width:520px;
	height:auto;
	margin-top:20px;
	margin-right:20px;
	float:right;
	position:static;
	text-align:justify;
	border:#91a3bb;
	border-width:1px;
	border-style:solid;
	padding: 20px;
}



.textBox3 {
	width:210px;
	height:auto;
	margin-top:25px;
	margin-right:40px;
	float:right;
	position:static;
	text-align:justify;
	}
	
.textBox4 {
	width:400px;
	height:auto;
	margin-top:35px;
	margin-left:80px;
	float:left;
	position:static;
	text-align:justify;

}

/* ------- 
mail de auditoria
---------*/
.exit_mail {
	width:570px;
	text-align:right;
	margin-top:10px;
	position:static;
	float:left;
	height: 20px;
}

	/*------------ 
	boton chico de con cruz de exit en auditoria
	-------------*/
.boton_exit {
	position:static;
	margin-left:500px;


}

/*-------------
boton de "equipo dca en profesionales
----------*/
.boton1 {
	width:107px;
	height:30px;
	float:right;
	margin-top:10px;
	position:absolute;
	left: 982px;
	top: 454px;

}
	/* foto bottom en corporativo.html */
.foto_abajo {
	margin-top:23px;
	margin-right:40px;
	float:right;
	position:static;
	text-align:justify;
	width:240px;
	height:105px;
}
		
	
.textoDentro {
	width:500px;
	margin-left:20px;
	position:absolute;
	float:left;
	text-align:justify;

}

.textoDentro_Inter{
	width:500px;
	margin-left:20px;
	position:absolute;
	float:left;
	text-align:justify;
	line-height:15px;

}

/*-------- ventanas emergentes como capas, ´
empiezan como ocultas y a medida q se le das click se tornan visibles */
.popUp {
	display:none;
	/*visibility:hidden;*/
	position:absolute;
	left:799px;
	top:300px;
	width:239px;
	height:143px;
	z-index:1;
	border-style:solid;
	border-width:1px;
	background: #dddddc none repeat scroll 0%;
	overflow: auto;
	font-weight: normal;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	overflow-x: hidden;
}
.content {
	width:199px;
	height:auto;
	margin-left:20px;
	margin-right:20px;

	
}
.content2 {
	width:189px;
	height:auto;
	margin-left:10px;
	margin-right:30px;
    line-height:18px;
	text-align:left;
}

.pict_clients {
	width:213px;
	height:340px;
	margin-left:27px;
	position:absolute;
	float:left;
	left: 596px;
	top: 119px;

}
.txt_clients {
	width:290px;
	height:300px;
	margin-left:297px;
	position:absolute;
	line-height:12px;
	margin-top:29px;
	float:left;
	left: 552px;
	top: 130px;
	}
	
	/* barra azul de links.html*/
.barraAzul {
	width:580px;
	height:23px;
	float:right;
	margin-left:0px;
	background-color:#003D60;
	position:static;
}
/* separador de links.html*/
.separaD{
	height:1px;
	width:200px;
	margin-left:52px;
	margin-top:17px;
	position:static;
	float:right;
}

/* separador de links.html*/
.separaT{
	height:10px;
	width:550px;
	margin-left:0px;
	margin-top:5px;
	position:static;
	float:right;
}

/*cuadrado gris con texto de links.html*/
.cuadradoGris {
	width:600px;
	margin-left:0px;
	position:static;
	float:right;
	background-color:#ebeced;
	line-height:10px;
	color:#333333;
}
