body {
		margin: 0;
		background: #fff ;/*url("../images/fondo_splash.gif") 0 0 repeat-x*/
	}
a {
	color: #0074BF;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #2683C0;
}

	img { border: 0; }

	#cabecera {
		background: #0074BF url("../images/splash_degra.jpg") right top no-repeat;
	}

	#menu {
		color: #fff;
		font: 10px arial,helvetica,sans-serif;
		background: transparent url("../images/menu_splash_fondo.jpg") 0 0 no-repeat;
		height: 20px;
	}

	#menu ul {
		margin: 0 0 0 20px;
		padding: 0;
		list-style: none;
	}

	#menu li {
		color: #fff;
		float: left;
		padding: 6px 38px 0 0;
	}
	
	#menu a {
		color: #fff;
		text-decoration: none;
	}
	
/*  MENUS DEPLEGABLES ****************************** */
#productos2_ext {
	position: absolute; 
	left: 150px; 
	width: 125px;
	background: #0074BF;
	border: 1px solid #0074BF;
}
#productos9_ext {
	position: absolute; 
	left: 275px; 
	width: 125px;
	background: #0074BF;
	border: 1px solid #0074BF;
}
#noticias_ext {
	position: absolute; 
	left: 400px; 
	width: 125px;
	background: #0074BF;
	border: 1px solid #0074BF;
}
#ilimitadas_ext {
	position: absolute; 
	left: 50px; 
	width: 125px;
	background: #0074BF;
	border: 1px solid #0074BF;
}

#productos2_ext {
	top: 124px;
}
#productos9_ext {
	top: 124px;
}

#noticias_ext {
	top: 124px;
}
#ilimitadas_ext {
	top: 124px;
}

#ilimitadas_ext p, #productos2_ext p, #productos9_ext p, #noticias_ext p{
	font: 10px Verdana,sans-serif;
	color: #000;
	text-align: left;
	margin: 5px 3px 5px 3px;
}
#ilimitadas_ext a, #productos2_ext a, #productos9_ext a, #noticias_ext a {
	text-decoration: none;
	color: #fff;
}
#ilimitadas_ext a:hover, #productos2_ext a:hover, #productos9_ext a:hover, #noticias_ext a:hover {
	text-decoration: none;
	color: #888;
}

/***************************/
/*BOTONES HOME*/

.oficina a{
	display:block;
	width:166px;
	height:40px;
	background-image:url(../images/oficina.jpg);
	background-repeat:no-repeat;
}
.oficina a:hover{
	background-image:url(../images/oficina_over.jpg);
	background-repeat:no-repeat;
}

.office a{
	display:block;
	width:166px;
	height:40px;
	background-image:url(../images/office.jpg);
	background-repeat:no-repeat;
}
.office a:hover{
	background-image:url(../images/office_over.jpg);

}

.hogar a{
	display:block;
	width:166px;
	height:40px;
	background-image:url(../images/hogar.jpg);
		background-repeat:no-repeat;
}
.hogar a:hover{
	background-image:url(../images/hogar_over.jpg);
}

.home a{
	display:block;
	width:166px;
	height:40px;
	background-image:url(../images/home.jpg);
	background-repeat:no-repeat;
}
.home a:hover{
	background-image:url(../images/home_over.jpg);
}