/* CSS Document */

/* ------------------------------------------------------------------ General */





/* ------------------------------------------------------------------ Extra */

/* Precarga de imagenes utilizadas en rollOver */

object {  outline: none; }  

.precargaRollOver {
	visibility:hidden;
	height:1px;
	overflow:hidden;
}

.banner_col_der {
	width:260px;
	height:52px;
	margin-top:12px;
	margin-left:5px;
}

/* ------------------------------------------------------------------ Cabecera */

#cabecera_imprimible {
	height:0px;
	visibility:hidden;
}

#cabecera {
	margin:0px;
	padding:0px;
	width:980px;
	height:129px; 
	clear:both;
	
}

#col_der_header {
	width:714px;
	height:129px;
	margin:0px;
	padding:0px;
	float:right;
}

#caja_menu_superior {
	width:714px;
	height:31px;
	background-image:url(../img/capa_superior_esquina.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#menu_superior {
	margin-left:90px;
	width:390px;
	height:17px;
	float:left;
	margin-top:7px;
	color:#ebebeb;
}

#menu_superior a{
	text-decoration:none;
	color:#ebebeb;
}

#menu_superior a:hover{
	text-decoration:none;
	color:#91c3f9;
}

#menu_superior img{
	vertical-align:middle;
}

#logo_argentina {
	width:131px;
	height:31px;
	float:right;
}

#caja_imagen_superior {
	width:714px;
	height:98px;
	margin:0px;
	padding:0px;
}

#search {
	width:261px;
	height:28px;
	float:right;
	margin-top:70px;
	background-image:url(../img/fondo_search.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

#caja_logo_izq {
	/*position:absolute;*/
	/*top:0px;*/
	margin:0px;
	padding:0px;
	width:266px;
	height:129px;
	float:left;
	background-image:url(../img/capa_logo.jpg);
	background-repeat:no-repeat;
	background-color:#185493;
}

#caja_logo {
	width:254px;
	height:68px;
	margin-top:8px;
	margin-left:8px;
}

#fecha {
	width:245px;
	height:28px;
	margin-left:15px;
	margin-top:25px;
	color:#FFFFFF;
}	
	

/* ------------------------------------------------------------------ Subcabecera */

#subcabecera {
	margin-top:5px;
	width:980px;
	height:92px; 
	clear:both;
}

#asesor {
	width:179px;
	height:92px;
	float:left;
}

#accesos_directos {
	width:797px;
	height:92px;
	float:right;
}	

/* ------------------------------------------------------------------ Contenido */

#contenido {
	margin-top:5px;
	clear:both;
	height:100%;
}

/* ------------------------------------------------------------------ Contenido/ Columna Izquierda */
#col_izq {
	width:191px;
	height:100%;
	float:left;

	background-image:url(../img/fondo_columna_izq.jpg);
	background-repeat:repeat-y;
	margin-bottom:20px;
}

#menu_principal_col_izq {
	width:172px;
}

#menu_principal_titulo_col_izq{
	width:172px;
	height:25px;
	margin-top:5px;
}
#menu_principal_cuerpo_col_izq{
}

#menu_tramites_col_izq {
	height:31px;
	margin-top:3px;
}

#menu_secundario_col_izq {
	width:172px;
	margin-bottom:29px;
}

#accesos_menu_izq {
	width:172px;
}

/* ------------------------------------------------------------------ Contenido/ Cuerpo */
#central {
	width:779px;
	float:right;
	margin-bottom:20px;
	margin-left:5px;
}

#cuerpo {
	width:500px;
	float:left;
}

/* ------------------------------------------------------------------ Contenido/ Cuerpo / Columna Derecha */

#col_der {
	width:262px;
	float:right;
}

#noticias_anteriores {
	width:260px;
	height:289px;
	margin-left:0px;	
	border:0px;
	margin-top:0px;	
}

#campanias {
	width:260px;
	height:255px;
	margin-top:12px;
	margin-left:5px;
}

/* ------------------------------------------------------------------ Contenido/ Cuerpo / Central / Prensa */

.banner_columna_central {
	width:491px;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:8px;
}


#prensa {
	width:491px;
	margin-top:0px;
	margin-left:5px;
	margin-bottom:8px;
}

#banner_central {
	width:491px;
	height:126px;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:8px;
}

#accesos_central {
	width:491px;
	height:116px;	
	margin-top:0px;
	margin-left:10px;
	margin-bottom:8px;
}

#accesos_central_col_izq {
	width:160px;
	height:115px;
	float:left;
}

#accesos_central_col_der {
	width:325px;
	height:115px;
	float:left;
	margin-left:5px;
}

#accesos_central_centro {
	width:160px;
	height:115px;
	float:left;
}

#accesos_central_der {
	width:160px;
	height:115px;
	float:right;
	margin-left:5px;
}

/* ------------------------------------------------------------------ Accesos */

#accesos{
	text-align:right;
	float:right;
	width:160px;
}


/* ------------------------------------------------------------------ Footer */

#footer {
	width:980px;
	height:91px;
	clear:both;
	background-image:url(../img/fondo_footer.jpg);
	background-repeat:repeat-x;
}

#logo_footer {
	width:191px;
	height:91px;
	float:left;
}

#info_footer {
	width:789px;
	height:91px;
	float:right;	
}

#menu_footer {
	width:740px;
	height:25px;
	margin-left:8px;
	margin-top:8px;
	color:#696a6a;	
}

#menu_footer a{
	color:#696a6a;
	text-decoration:none;
}

#menu_footer a:hover{
	color:#000000;
	text-decoration:none;
}

#copyright_footer {
	width:740px;
	height:25px;
	margin-left:8px;
	margin-top:8px;
	color:#5f9fd3;
}


