
/* CSS Document */

.imagenA {
	margin-right: 11px;
	border: solid 1px #FFFFFF;
}

.imagenB {
	margin-right: 11px;
	border: solid 1px #FF0000;
}


/*Sliding Pannels*/
.SlidingPanels {
	position: relative;
	width: 929px;
	height: 120px;
	padding: 0px;
	border: none;
}
.SlidingPanelsContentGroup {
	position: relative;
	margin: 0px;
	padding: 0px;
	min-height:60px;
	border: none;
	z-index:99px
}
.SlidingPanelsContent {
	width: 929px;
	height: 60px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
}

.SlidingPanelsAnimating * {
	overflow: visible !important;
}

#cuadrillos .SlidingPanels {
	float:left;
}

#cuadrillos .SlidingPanelsContentGroup {
	float:none;
	width: 929px;
}

#cuadrillos .SlidingPanelsContent {
	float:left;
}

.SlidingPanelsFocused {
}

/*pleca roja*/

.tituloOfertas {
	font-family: "Myriad Pro";
	font-size: 10pt;
	color: #FFFFFF;
	background-image: none;
	background-position: left top;
	height: 49px;
	width: 730.341px;
	background-repeat: no-repeat;
	position: relative;
}
.tituloOfertasTit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-align: left;
	height: auto;
}
.tituloOfertasDin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
	line-height: 12px;
}
.TablaTitulo {
	font-family: Impact;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(../imagenes/expand.jpg);
	display: block;
	float: none;
	height: 19px;
	width: 106px;
	z-index: 1;
	background-repeat: no-repeat;
	position: absolute;
	left: 321px;
	top: 210px;
}
.solo {
	height: 20px;
}

.tablaContactoDiv {
	background-color: #C0C0C0;
	display: block;
	float: right;
	height: 115px;
	width: 250px;
	z-index: 2;
	position: absolute;
	left: 443px;
	top: 182px;
}
.tablaGrisContenido {
	font-family: "Myriad Pro";
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	
}

/*COMIENZAN LOS ESTILOS DEL MENU DE CONTACTO DE OFERTAS*/


#menu {list-style-type:none; width:auto; padding:0;}
#menu ul {list-style-type:none; padding:0; margin:0; padding-top:23px;}
#menu li {
	float:left;
	margin-top: 15px;
	position:relative;
	background-repeat: no-repeat;
}

#menu li, #menu li a {display:block; color: #333; font-family:arial, sans-serif; font-size:11px; line-height:24px; width:160px; text-decoration:none; text-align:center; cursor:pointer; font-weight:bold;}
#menu li:hover, #menu li a:hover {
	background-repeat: no-repeat;
	margin-top:15px;
}
#menu ul {position: relative; margin-top: 15px}

#menu li.click {
	background-repeat: no-repeat;
	margin-top:15px;
}
#menu li.click ul{display: none !important; left:0; top:24px; background:url(transparent.gif);}


