.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 491px;
height: 148px; /* Set height to be able to contain height of largest content shown*/
border: 1px solid #687C98;
overflow: hidden;
margin-left:7px;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 0px;
visibility: hidden;
width: 600px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 600px;
margin-top: 0px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 1px solid black;
color: #2e6ab1;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a:hover{
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}

.contenidoMarquesina{	
	position:relative;
}
.contenedorTextoMarquesina{	
	margin:0px;
	/*padding-bottom:10px;*/
	margin-left:1px;
	z-index:6;
	white-space:normal;
	position: absolute;
	bottom:0;
	_bottom:20px; /* IE6 BUG */
    left:0;
	width:99.9%;
	opacity:0.8;
	filter:alpha(opacity=80);
	background-color:#000000;
	font-size:11px;
}
.contenedorImagenMarquesina{	
	margin:0px;
	padding:0px;
	width:100%;
	height:204px;
	overflow:hidden;
    left: 0;
    top: 0;
}
.imagenMarquesina{
	margin:auto;
	border:none;
	float:left;
	/* width: expression(this.width > 240 ? 240: true); 
	height: expression(this.height > 165 ? 165: true);*/
}
.tituloMarquesina{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	color:#ffffff;
	/*border-bottom:#dedede 1px solid;*/
	padding-bottom:3px;
	margin-bottom:0px;
	padding-top:2px;
	margin-left:10px;
	width:60%;
	/*letter-spacing:0.02em;	*/
	white-space:normal;
}
.cuerpoMarquesina{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height:150%;
	color:#ffffff;
	white-space:normal;
	width:60%;
	margin-left:10px;
	/*letter-spacing:0.01em;	*/
}
