/* CSS Document */
.logo{
	height: 56px;
	background:url(../images_header/bk.jpg) repeat-x;
	width:980px;
	margin:0px;
	padding:0px;
}
.esp_izq {
	padding-left:10px;
}
.menu_header {
	width:628px;
	float:left;
}

.menu_header ul {
	list-style:none; 
    margin:0px; 
    padding:0px;
}
.menu_header li {
    float:left; /* Hacemos que el menu se muestre horizontal */
	height:22px;
    
}
.vtrcom a {
	background: url(../images_header/logo_vtr_com.jpg) no-repeat 0 0;
	width: 78px;
	display: block;
	text-indent: -10000px;
	height: 22px;
}
.prod a {
	background: url(../images_header/botProd.jpg) no-repeat 0 0;
	width: 115px;
	display: block;
	text-indent: -10000px;
	height: 22px;
}
.prod a:hover {
	background-position: -115px 0;
}
.suc a {
	background: url(../images_header/botSuc.jpg) no-repeat 0 0;
	width: 82px;
	display: block;
	text-indent: -10000px;
	height: 22px;
}
.suc a:hover {
	background-position: -82px 0;
}
.mail a {
	background: url(../images_header/botMail.jpg) no-repeat 0 0;
	width: 45px;
	display: block;
	text-indent: -10000px;
	height: 22px;
}
.mail a:hover {
	background-position: -45px 0;
}
.mapa a {
	background: url(../images_header/botMapa.jpg) no-repeat 0 0;
	width: 50px;
	display: block;
	text-indent: -10000px;
	height: 22px;
}
.mapa a:hover {
	background-position: -50px 0;
}

.menu_logo {
	height: 56px;
	width:286px;
	float:right;
	background:url(../images_header/bk2.jpg) no-repeat;
	text-align:right;
}
