@charset "utf-8";
body {
    /* background-image: url('img/Fondo.jpg'); -->*/
	/*background-image: url(./img/Stage_BG_btm.png);*/
	/*border-top: 3px solid #FFF;
	background-image:url(nimg/background_page.jpg);
	background-repeat:no-repeat;
	background-position:top center;
    background-attachment:fixed;*/
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    margin-left: 0px;
    margin-top:0px;
    color:Black;
    line-height:16px;
}
.contenedor{
	width:100%;
	background-color:#FFFFFF;
}
.enlaces_blancos
{
    font-family: Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    text-decoration: none;
    font-size:11px;
    line-height:25px;
}
.enlaces_blancos:hover
{
    color:#FFFFFF;
    text-decoration: underline;
}
.enlaces_negros
{
    color:#313945;
    text-decoration: none;
    font-size:11px;
}
.enlaces_negros:hover
{
    color:#313945;
    text-decoration: underline;
}
enlaces_negros_f{
	color:#0099FF;
    text-decoration: none;
    font-size:11px;
}
enlaces_negros_f:hover{
	color:#0099FF;
    text-decoration: none;
    font-size:11px;
}
.Pie
{
    width:770px;
    height:50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:normal;
    letter-spacing: 0px;
    text-align:center;
    text-indent:0px;
    letter-spacing:1px;
    vertical-align:middle;
    padding: 14px 0px 0px 0px;
    border: solid 0px #FF0000;
}
.enlaces_generales2
{
    /*color:#004477;*/
    color:#0000FF;
    font-family:Arial; font-size: 12px;
}
.enlaces_generales2:hover
{
    color:#FF0000;
}
.embed-container {
    position: relative;
    padding-bottom: 100%; /*56.25%;*/
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}