@media(max-width:750px) {
    #divEncabezadoCont{
	    background-size: 98% 100%;
    }
    #divLogo{
	    margin-left: 4%;
	    }
    #divMenu{
	    margin-left: 2%;
    }
    #divContenidoF{
	    background-size: 98% 100%;
    }
    img{
        min-width:250px;
        width:100%;
    }
    .ImgIngresa {
        min-width:0px;
        width:auto;
    }
    .BoxIngresa {
        width:auto !important;
    }
    .NombrePagina {
        margin-left:0px !important;
    }
    .titulos {
        margin-left:0px !important;
    }
    .TextoLibre {
        margin-top: 0px !important;
        display: block !important;
    }
    .textos {
        margin-left:10px !important;
        margin-right:10px;
    }
    #divMenu {
        visibility:hidden;
        height:0px;
    }
    #MenuIcons {
        height:auto !important;
    }
    #MenuIcons img {
        min-width: 0;
        width:auto;
    }
    #divLogo img {
        min-width:150px;
    }
    #RMenuShow, #RMenuClose {
        text-decoration: none;
    }
    #RMenu {
        width:100%;
        position:relative;
    }
    #RMenu ul {
        padding:0;
        margin:0;
    }
    #RMenu li{
        background-color: #09519E;
        border-color: #9B9D9F;        
        display:block;       
        border-top: 1px solid #AAA; 
        text-align: center;
    }
    #RMenu li:hover {
        background-color:#F9E80A;
        border-color: #F9E80A;
        color:#09519E;
    }
    #RMenu li a:link {
        text-decoration:none;
        color: white;
    }
    #RMenu li a:visited {
        text-decoration:none;
        color: white;
    }
    .RMenuS, .RMenuS1 {
        visibility:visible !important;
        height:auto !important;
    }
    .Renglon {
        width:100% !important;
    }
    .Button
    {
        background: #02519d;
        background-image: -webkit-linear-gradient(top, #02519d, #02519d);
        background-image: -moz-linear-gradient(top, #02519d, #02519d);
        background-image: -ms-linear-gradient(top, #02519d, #02519d);
        background-image: -o-linear-gradient(top, #02519d, #02519d);
        background-image: linear-gradient(to bottom, #02519d, #02519d);
        -webkit-border-radius: 28;
        -moz-border-radius: 28;
        border-radius: 25px;
        font-family: Arial;
        color: #ffffff;
        font-size: 1.2em;
        padding: 7px 20px 10px 20px;
        text-decoration: none;
        margin: 5px;
        width:auto !important;
    }
    .GridViewTable table, .GridViewTable thead, .GridViewTable tbody, .GridViewTable th, .GridViewTable td, .GridViewTable tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.GridViewTable tr th { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.GridViewTable tr { border: 1px solid #ccc; }
	
	.GridViewTable td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.GridViewTable td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

    .alert_warning {
        display: block;
        width: 98%;
        margin: 5px;
        margin-top: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: #F5F3BA url(../images/icn_alert_warning.png) no-repeat;
        background-position: 10px 10px;
        border: 1px solid #C7A20D;
        color: #796616;
        padding: 10px 0;
        text-indent: 40px;
        font-size: 14px;
    }

    .cssFondo {
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    }

    /*td:nth-of-type(1):before { content: ""; font-weight: bold; }
    td:nth-of-type(2):before { content: "Lunes 11:"; font-weight: bold; }
    td:nth-of-type(3):before { content: "Martes 12:"; font-weight: bold; }
    td:nth-of-type(4):before { content: "Miércoles 13:"; font-weight: bold; }
    td:nth-of-type(5):before { content: "Jueves 14:"; font-weight: bold; }
    td:nth-of-type(6):before { content: "Viernes 15:"; font-weight: bold; }
    td:nth-of-type(7):before { content: "Sábado 16:"; font-weight: bold; }
}*/