#banner2 {
/* width: 651px; */
width: 651px;
/* height: 174px; */
height: 500px; 
float: left;
font-family: Arial;
/* border-top: 1px solid #999;
border-left: 1px solid #999;
border-right: 1px solid #999; */

border-top: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
margin-left:0;
margin-right:0;
margin-top:13px;
margin-bottom:0;
font-size:11px;
}


td ul{
margin: 0;
padding: 0;
}



.glidecontent h4 {
/* font-size: 130%; */ font-size: 16px; color: #5B7BA4; border-bottom: 1px dotted #aaa; background: inherit;



padding:0;
margin-bottom: 5px;
margin-left:0;
margin-right:0;
margin-top:0;

}

.glidecontent ul {
/* margin-left: 20px; */
margin-left: 10px;
}

.glidecontent a {
color:#3C5883;
}

.glidecontentwrapper{
position: relative; /* Do not change this value */

/* width: 350px;
height: 230px;  Set height to be able to contain height of largest content shown */

border: 0px solid #687C98;
overflow: hidden;
/* background: #7C96B7; */
background: #FFF;
}

/*
	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; */
background-image: url('../imagenes/fondo_banner.jpg');
background-color:#FFF;
width: 621px;
padding: 15px;
visibility: hidden;

/*width: 330px;*/ 
/* width: 100% */
}


/*
 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: 651px;
height: 30px;
float: left;
background: #003; 
text-align: center;
border-top: 1px solid #999999;
/* color: #999; */
color: #FFFFFF;font-weight:bold
}
/*
 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;
/* color: #999; */
color:#FF9900;
padding: 3px;
margin-right: 3px;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */

color: #fff; text-decoration: none;}

.glidecontenttoggler a:hover{color: #fff; text-decoration: none;}

.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:hover.prev, .glidecontenttoggler a:hover.next{color: #fff;}
