@charset "utf-8";
/****************************************************************************************/
/* CSS GENERAL WEB */
/****************************************************************************************/

IMG.accion{
	cursor:pointer;
}

B{
	font-weight:bolder;
}

DIV.relleno{
	clear:both;
}

BODY{
	margin-top:5px;
	background-color:#e6e6e6;
	font-family:Arial,Helvetica,FreeSans,sans-serif;
	font-size:12px;
	color:#323e42;
}

DIV#general{ 
	margin:0 auto;
	width:962px; 
}

DIV#web{ 
	width:962px; 
}

DIV#w_contenido{
	width:962px;
	background:url(../img/contenidobg.gif) 0px 0px repeat-y;
}

DIV#w_contenido2{
	width:948px; padding:7px;
	background:url(../img/contenido_sombratop.gif) 0px 0px no-repeat;
}

DIV#w_cont_colizq{
	float:left;
	width:726px;/*726px*/
	margin:0px 3px 0px 0px;
	background-color:#FFF;
}

DIV#w_cont_coldrc{
	float:left;
	width:219px;/*219px*/
	background-color:#FFF;
}

/****************************************************************************************/
/* CSS CABECERA DE LA WEB */
/****************************************************************************************/

DIV#w_cabecera{ 
	width:962px;
	margin-bottom:4px;
}

DIV#w_cabecera DIV#logotipo{
	float:left;
	width:481px;
	height:70px;
	background:url(../img/iberica_logo.gif) 0px 0px no-repeat;
	cursor:pointer;
}

DIV#w_cabecera DIV#botonera{
	float:right;
	width:471px;
	padding-right:10px;
	text-align:right;
}

DIV#w_cabecera DIV#botonera .btn_contact{
	float:right;
	width:119px;
	height:27px;
	background:url(../img/cabe_botones.gif) 0px 0px no-repeat;
	cursor:pointer;
}
	
DIV#w_cabecera DIV#botonera .btn_help{
	float:right;
	width:119px;
	height:27px;
	margin-left:5px;
	background:url(../img/cabe_botones.gif) 0px -27px no-repeat;
	cursor:pointer;
}

DIV#w_cabecera DIV#botonera .btn_clientarea{
	float:right;
	width:119px;
	height:27px;
	margin-left:5px;
	background:url(../img/cabe_botones.gif) 0px -54px no-repeat;
	cursor:pointer;
}

/****************************************************************************************/
/* CSS MENU DE LA WEB */
/****************************************************************************************/

DIV#w_menu{
	width:962px;
	height:35px;
	background:url(../img/menubg.gif) 0px 0px no-repeat;
	background-repeat:no-repeat;
}

/*UL{
	margin:0px;
	padding:0px;
}*/

LI{
	float:left;
	/*margin:0px;
	padding:0px;*/
	list-style:none;
	cursor:pointer;
}

LI#home A, LI#dominios A, LI#hostings A, LI#dedicados A, LI#sds A, LI#streaming A{
	visibility:hidden;
}

LI#home.active, LI#home.active:hover{
	width:65px;
	height:35px;
	background:url(../img/menuopciones.gif) 0px 0px no-repeat;
}

	LI#home{
		width:65px;
		height:35px;
		background:url(../img/menuopciones.gif) 0px -70px no-repeat;
	}

	LI#home:hover{
		width:65px;
		height:35px;
		background:url(../img/menuopciones.gif) 0px -35px no-repeat;
	}

LI#dominios.active, LI#dominios.active:hover{
	width:113px;
	height:35px;
	background:url(../img/menuopciones.gif) -65px 0px no-repeat;
}

	LI#dominios{
		width:113px;
		height:35px;
		background:url(../img/menuopciones.gif) -65px -70px no-repeat;
	}
	LI#dominios:hover{
		width:113px;
		height:35px;
		background:url(../img/menuopciones.gif) -65px -35px no-repeat;
	}

LI#hostings.active, LI#hostings.active:hover{
	width:106px;
	height:35px;
	background:url(../img/menuopciones.gif) -178px 0px no-repeat;
}
	LI#hostings{
		width:106px;
		height:35px;
		background:url(../img/menuopciones.gif) -178px -70px no-repeat;
	}
	
	LI#hostings:hover{
		width:106px;
		height:35px;
		background:url(../img/menuopciones.gif) -178px -35px no-repeat;
	}

LI#dedicados.active, LI#dedicados.active:hover{
	width:214px;
	height:35px;
	background:url(../img/menuopciones.gif) -284px 0px no-repeat;
}

	LI#dedicados{
		width:214px;
		height:35px;
		background:url(../img/menuopciones.gif) -284px -70px no-repeat;
	}

	LI#dedicados:hover{
		width:214px;
		height:35px;
		background:url(../img/menuopciones.gif) -284px -35px no-repeat;
	}

LI#sds.active, LI#sds.active:hover{
	width:75px;
	height:35px;
	background:url(../img/menuopciones.gif) -498px 0px no-repeat;
}

	LI#sds{
		width:75px;
		height:35px;
		background:url(../img/menuopciones.gif) -498px -70px no-repeat;
	}

	LI#sds:hover{
		width:75px;
		height:35px;
		background:url(../img/menuopciones.gif) -498px -35px no-repeat;
	}
	
LI#streaming.active, LI#streaming.active:hover{
	width:125px;
	height:35px;
	background:url(../img/menuopciones.gif) -573px 0px no-repeat;
}

	LI#streaming{
		width:125px;
		height:35px;
		background:url(../img/menuopciones.gif) -573px -70px no-repeat;
	}

	LI#streaming:hover{
		width:125px;
		height:35px;
		background:url(../img/menuopciones.gif) -573px -35px no-repeat;
	}

/****************************************************************************************/
/* ESTILO CSS LINEA SITUACION ACTUAL */
/****************************************************************************************/

#w_site{
	width:945px;/*948px*/
	padding:0px 0px 4px 3px;
	font-size:11px;
}

#w_site a{
	text-decoration:none;
	text-transform:capitalize;
	font-weight:bolder;
	color:#3e69a5;
}

#w_site a:hover{
	text-decoration:underline;
}

/****************************************************************************************/
/* ESTILO CSS BANNER */
/****************************************************************************************/

DIV#w_banner{
	width:720px;
	height:148px;
	margin:0px 3px 6px;
}
DIV#w_banner IMG{
	width:720px;
	height:148px;
}

/****************************************************************************************/
/* CSS PIE DE PAGINA */
/****************************************************************************************/

DIV#w_footer{ 
	width:962px;
	height:7px;
	background:url(../img/menubg.gif) 0px -35px no-repeat;
	font-size:11px;
	color:#1e4275;
}

DIV#w_footer_gen{
	float:left;
	width:962px;
	margin-top:13px;/*13px*/
}

DIV#w_footer_copy{
	float:right;
	width:350px;
	font-weight:bolder;
	text-align:right;	
}


DIV#w_footer #links{
	float:left;
	width:612px;
}

	DIV#w_footer #links UL LI{
		float:left;
		padding:0px 3px;
	}
	
	DIV#w_footer #links UL LI A{
		font-weight:bolder;
		text-decoration:none;
		color:#1e4275;
	}
	
	A.rss{
		background:url(../img/icon/rss_16.png) no-repeat left center;
		padding-left:18px;
	}
	
	DIV#w_footer #links UL LI A:hover{ text-decoration:underline; }

/****************************************************************************************/
/* CSS ACCESIBILIDAD */
/****************************************************************************************/

.accesible{ display:none; }

/****************************************************************************************/
/* CSS LINKS */
/****************************************************************************************/

A.enlace{
	color:#4774b1;
	text-decoration:none;
}

A.enlace:hover{
	text-decoration:underline;
}

/****************************************************************************************/
/* CSS BANNER */
/****************************************************************************************/
DIV.banner1 IMG{
	width:720px;
	height:247px;
	margin:0px 0px 6px 3px;
}

DIV#banner_dominios{
	width:720px;
	height:247px;
	margin:0px 0px 6px 3px;
	background:url(../img/banners/dominios1.jpg) no-repeat;
	font-size:13px;
}

DIV#banner_dominios_navidad09{
	width:720px;
	height:247px;
	margin:0px 0px 6px 3px;
	background: url(../img/banners/dominios_navidad09.jpg) no-repeat;
	font-size:13px;
}

DIV#banner_dominios_navidad09{
	width:720px;
	height:247px;
	margin:0px 0px 6px 3px;
	background: url(../img/banners/dominios_navidad09.jpg) no-repeat;
	font-size:13px;
}

DIV#banner_hostings{
	width:720px;
	height:247px;
	margin:0px 0px 6px 3px;
	background:url(../img/banners/hosting_15_2_2010.jpg) no-repeat;
	font-size:13px;
}

DIV#banner_hostings_primavera2010{
	width:720px;
	height:247px;
	margin:0px 0px 6px 3px;
	background:url(../img/banners/primavera2010_hosting.jpg) no-repeat;
	font-size:13px;
}

DIV#banner_hostings_mundialsudafrica2010{
	width:720px;
	height:247px;
	margin:0px 0px 0px 3px;
	background:url(../img/banners/sudafrica2010.jpg) no-repeat;
	font-size:13px;
}
DIV#condiciones{
	text-align:right;
	margin-bottom: 6px;
	padding-right: 10px;
}
	DIV#condiciones A{ font-size:11px; color: #4475b5; font-weight:bold; text-decoration:none; }
	DIV#condiciones A:hover{ text-decoration:underline; }

DIV#banner_hostings_win{
	width:720px;
	height:247px;
	margin:0px 0px 6px 3px;
	background:url(../img/banners/hosting_windows.jpg) no-repeat;
	font-size:13px;
}

DIV#banner_dedicados{
	width:720px;
	height:247px;
	margin:0px 0px 6px 3px;
	background:url(../img/banners/dedicados.jpg) no-repeat;
	font-size:13px;
}

DIV#banner_sds{
	width:720px;
	height:247px;
	margin:0px 0px 6px 3px;
	background:url(../img/banners/sps.jpg) no-repeat;
	font-size:13px;
}

DIV#banner_vps{
    width:720px;
    height:247px;
    margin:0px 0px 6px 3px;
    background:url(../img/banners/vps.jpg) no-repeat;
    font-size:13px;
}

DIV#banner_streaming{
	width:720px;
	height:247px;
	margin:0px 0px 6px 3px;
	background:url(../img/banners/streaming.jpg) no-repeat;
	font-size:13px;
}