@charset "utf-8";
/* CSS Document DCA WebSite 
*(cuidado con las letras 
mayusculas y minusculas) */ 
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;	
}


input.btn{
   color:#666;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:100%;
   font-weight:bold;
   background-color:#d1d3d4;
   border:1px solid;
   border-top-color:#d1d3d4;
   border-left-color:#d1d3d4;
   border-right-color:#d1d3d4;
   border-bottom-color:#d1d3d4;}

/*-----
contenedor web 955 x 600 
--------*/
.web {
	width:955px;
	height:600px;
	margin:auto;
	position:static;
	border-style:solid;
	border-color:#003957;
	background-color:#003957;
	border-width: 1px;
}

/*-----
contenedor del menu
------*/
.menu {
	width:955px;
	height:87px;
	margin-top:0px;
	background-color:#003957;
	background-image:url(logo.jpg);
	background-repeat:no-repeat;
}
 
 /* -----------------
 barra superior usada solo en home.html
 ---------*/
.barraInit {
	width:955px;
	height:87px;
	margin-top:0px;
	background-color:#003957;
}
/*------------------
botones del menu
-----------------*/
.botones{
	width:639px;
	height:87px;
	margin-left:281px;
	position:static;
}


/*----------
barra de la izquierda 
------*/
.leftBar  {
	width:66px;
	height:426px;
	float:left;
	background-image:url(left_bar.jpg);
	position:static;

}
/*------------------
Fotos verticales
-------------*/

.contenedorDeFotos {
	width:124px;
	height:426px;
	float:left;
	position:static;

}

.idiomaInicio {
	width:70px;
	height:70px;
	margin:auto;
	line-height:20px;
	margin-top:190px;
}
/*----------- columna: contiene 
Oportunidades laborales - Novedades - Publicaciones 
-----------*/
.columna {
	width:110px;
	height:426px;
	background-image:url(columna.jpg);
	float:left;
	position:static;  
	background-color:#8F8B88; 
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:9px;
	text-align:center;
	
}

/*----------- columnagris : contiene
lo mismo que la anterior pero sin la imagen de fondo
 
-----------*/
.columnaGris {
	width:110px;
	height:426px;
	float:left;
	position:static;  
	background-color:#8F8B88; 
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
}


/*----------- oportunidadesPulicaciones: contiene 
Oportunidades laborales y Publicaciones 
-----------*/
.oportunidadesPulicaciones {
	width:78px;
	height:132px;
	position:static;
	margin-top:12px;
	margin-left:auto;
	margin-right:12px; 
	background-color:#022539; 
}

/*  ----------- 
aca va el Iframe de novedades
------------------*/
.iframe {
	width:78px;
	height:70px;
	overflow:hidden;
}
/*  ----------- 
aca va el Iframe de publicaciones
------------------*/
.iframe2 {
	width:78px;
	height:100px;
	overflow:hidden;
}

/*----------- contiene 
el titulo de oportunidades 
-----------*/
.tituloOportunidades {
	width:78px;
	height:34px;
	background-image:url(titulo_oportunidades.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
	
}

/*----------- contiene 
el titulo de novedades 
-----------*/

.tituloNovedades {
	width:78px;
	height:27px;
	background-image:url(titulo_novedades.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
}

/*----------- contiene 
el titulo de publicaciones 
-----------*/
.tituloPulicaciones {
	width:78px;
	height:27px;
	background-image:url(titulo_publicaciones.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
}

/*----------- novedades: contiene 
caja de Novedades 
-----------*/

.novedades {
	width:78px;
	height:97px;
	margin-top:19px;
	margin-bottom:19px;
	position:static;
	background-color:#022539; 
	margin-left:auto;
	margin-right:12px;
}

/*------------------
contiene texto work at DCA
------*/
.contenedor_texto_work {
	width:632px;
	height:426px;
	float:right;
	background-image:url(img/fondo_work.jpg);
	position:static;
}
/*------------------
contiene texto 
------*/
.contenedor_texto {
	width:632px;
	height:426px;
	float:right;
	background-image:url(texto.jpg);
	position:static;
}

/*------------------
contiene texto profesionales.html
------*/
.contenedor_prof {
	width:632px;
	height:426px;
	float:right;
	background-image:url(prof.jpg);
	position:static;
}
/*------------------
contiene texto links.html
------*/
.contenedor_links {
	width:632px;
	height:426px;
	float:right;
	background-image:url(link.jpg);
	background-repeat:no-repeat;
}

/*------------------
contiene DCA imagen de home.html 
------*/
.contenedor_home {
	width:632px;
	height:426px;
	float:right;
	background-color:#003957;
	position:static;
}

/*------------------
contiene servicios.html 
------*/
.contenedor_servi {
	width:632px;
	height:426px;
	float:right;
	background-image:url(img/servicios.jpg);
	background-color:#FFFFFF;
	position:static;
}

/*------------------
contiene auditoria.html 
------*/
.contenedor_auditor {
	width:632px;
	height:426px;
	float:right;
	background-image:url(img/servicios2.jpg);
	background-color:#FFFFFF;
	position:static;
}

/*-------- caja que
contiene auditoria*/
.audit {
	width:530px;
	height:300px;
	margin-top:45px;
	margin-right:35px;
	float:right;
	text-align:justify;
	position:static;

}	

/*--------------- 
boton english
--------------*/

.english{
	width:140px;
	height:88px;
	position:static;
	float:right;
	background-color:#003957;
}


/*-----------------------
barra de abajo
-------------------*/
.bottomBar {
	width:955px;
	height:88px;
	position:static;
	vertical-align:bottom;
	float:left;
	/*margin-top:426px;*/
	text-align:left;
	background-color:#003957;
}
.style1 {
	font-size: 11px
}


/* logo HLB */
.hlb {
	width:450px;
	height:88px;
	position:static;
	float:left;
}.subtitulo {
	font-weight: bold;
	color: #003399;
}

