@charset "utf-8";

#cont_botonera {
margin:auto;
height: 40px;
width: 766px;
padding-left: 0px;
padding-right:0px;
}
/* BOTONERA */
.chromestyle{
	height: 40px;
	background-image: url(/imagenes2/bg_botones1.gif);
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}
.chromestyle ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.chromestyle ul li {
	display: inline;
	height: 40px;
}
.chromestyle ul li a {
	float: left; 
	height: 0px; 
	padding-top: 40px;
	overflow: hidden;
	background-image: url(../imagenes/bg_botones.gif);
	background-repeat: no-repeat;
}
/* BOTONERA ESTADO OUT */
.chromestyle ul li#boton_programacion a {
	background-position: 0px 0px;
	width: 146px;
}
.chromestyle ul li#boton_blog a {
	background-position: -146px 0px;
	width: 68px;
}
.chromestyle ul li#boton_newsletter a {
	background-position: -214px 0px;
	width: 124px;
}

.chromestyle ul li#boton_prensa a {
	background-position: -338px 0px;
	width: 86px;
}
.chromestyle ul li#boton_recomendar a {
	background-position: -424px 0px;
	width: 131px;
}
.chromestyle ul li#boton_servicios a {
	background-position: -555px 0px;
	width: 107px;
}
.chromestyle ul li#boton_contacto a {
	background-position: -662px 0px;
	width: 104px;
}
/* BOTONERA ESTADO OVER */
.chromestyle ul li#boton_programacion a:hover {
	background-position: 0px -40px;
	width: 146px;
}
.chromestyle ul li#boton_blog a:hover {
	background-position: -146px -40px;
	width: 68px;
}
.chromestyle ul li#boton_newsletter a:hover {
	background-position: -214px -40px;
	width: 124px;
}
.chromestyle ul li#boton_prensa a:hover {
	background-position: -338px -40px;
	width: 86px;
}
.chromestyle ul li#boton_recomendar a:hover {
	background-position: -424px -40px;
	width: 131px;
}
.chromestyle ul li#boton_servicios a:hover {
	background-position: -555px -40px;
	width: 107px;
}
.chromestyle ul li#boton_contacto a:hover {
	background-position: -662px -40px;
	width: 104px;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #000; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #FFF;
	width: 140px;
	visibility: hidden;
	float: left;
}
.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #000;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	text-indent: 3px;
	background-color: #3F3F3F;
	float: none;
}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #000;
	color: #FF3300;
}
/***********************FIN ids para el encabezado y botonera***********************/
