.LinksBarra { font-size:11pt; font-family: Tahoma; color: #800080; text-decoration: none; font-weight:bold;}
.LinksBarra:hover { font-size:11pt; font-family: Tahoma; color: blue; text-decoration: underline; font-weight:bold;}
.LinksBarra:link { font-size:11pt; font-family: Tahoma; color: black; text-decoration: none; font-weight:bold;}

.CajaTexto { background-color: #eeeeee; font-family: verdana; font-size: 8pt }

.PromoLink { font-size:11pt; font-family: Tahoma; color: #800080; text-decoration: none; font-weight:bold;}
.PromoLink:hover { font-size:11pt; font-family: Tahoma; color: blue; text-decoration: underline; font-weight:bold;}
.PromoLink:link { font-size:11pt; font-family: Tahoma; color: black; text-decoration: none; font-weight:bold;}
.PromocionesTitulo{
 font-size: 12px;
 color: #363636;
 font-weight: bold;
 font-family: 'arial';
}
.Promociones{
 padding-left:10px;
 padding-right:10px;
 padding-bottom:20px;
 margin-top:10px;
 border-bottom:solid 1px #d6dfed;
}
.BtnPromo{
 clear:both;
 margin:0;
 font-size:13px!important;
 padding:3px 10px!
 important;margin-top:-20px
}
.BtnPromo{
 display:block!important;float:right;background:url(graficos/btnpromo.png) repeat-x!important;
 border:solid 1px #4e820b!important;border-radius:3px!important;
 font-family:'Arial'!important;color:#fff!important;text-decoration:none!important;
 text-shadow:1px 1px 0 #2c7112!important;font-size:13px!important;
 font: inherit;
 vertical-align: baseline;
}
.BtnPromo:hover{background:#2EA598!important}
/* Modal */
.Modalble, .VideoModalble {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.Modalble:hover {opacity: 0.7;}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
#ContenidoModal {
    margin: auto;
    display: block;
    max-width: 100%;
	padding-top: 300px;
	color:#ffffff;
}
.ContenidoModal, #caption { 
}

