﻿	
@font-face {
    font-family: 'SoberanaTitular-Bold';
    src: url('../Fonts/SoberanaTitular-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'SoberanaTitular-Regular';
    src: url('../Fonts/SoberanaTitular-Regular.otf') format('opentype');
}

#divlogo {
    width: 100%;
    height: 120px;
    margin: auto;
    /*background-image: url(../Content/Imagenes/logonuevo2.jpg);*/
   /* background-image: url('Imagenes/logonuevo3.jpg');*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#divlogo2 {
    width: 100%;
    height: 120px;
    margin: auto;
    /*background-image: url('Imagenes/logonuevo3.jpg');*/
    background-image: url('/Content/Imagenes/logonuevo3.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#cmbcompetencia{width:350px;}
.container {
		width:996px;
		margin:0px auto;
		font-size:1em;
	}
    header
    {
        background-color:#444b41;
       /*las dos lineas siguientescomentar*/
         padding:10px;
        min-height:75px;
        font-family:SoberanaTitular-Bold       
    }
section{
		padding: 10px;
		background:#f3f9fa;
		float: none;
        text-align:center;
	}
	nav {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
		overflow: hidden;
	}
        nav a {
        text-decoration:none;
              }
	nav ul {
		list-style-type:none;
		float:left;
		padding:0px;
	}
	nav ul li {
		float:left;
		padding:3px 10px;
		margin:2px;
		background:#ccccff;
	}
    li:hover {
        background-color:deepskyblue;
        transition:650ms;
    }
	footer {
		text-align:center;
		clear:both;
        background-color:#f3f9fa;

	}

    .columna {
  width:25%;
  float:left;
}
    .tabla{margin-left:200px;}
    #der{float:right;}
    #titulo{font-size:15px;}
	/* para 980px o menos */
	@media screen and (max-width:980px) {
		.container {
			width:98%;
		}
		section {
			width:98%;
		}
        
    #titulo{font-size:12px;}
        #sep{display:none;}
            .columna {
        min-height:50px;
  width:33%;
  float:left;
}
	}

	/* para 700px o menos */
	@media screen and (max-width:700px) {
		section {
			float:none;
			width:97%;
            
		}
        
#cmbcompetencia{width:270px;}
    .tabla{margin-left:100px; font-size:70%;}
    #titulo{font-size:10px;}
        #sep{display:none;}
        #der{float:right;}
		nav{
			font-size:1.5em;
		}
		aside {
			margin-top:5px;
		}
		nav ul {
			float:none;
			clear:both;
		}
	}

	/* para 480px o menos */
	@media screen and (max-width:480px) {
		aside {
			display:none;
		}
       
		nav{
			font-size:1.5em;
		}
		section {
			width:91%;
		}
		nav ul {
			float:left;
			clear:none;
			width:50%;
		}
		nav ul li {
			float:none;
		}        
        #nombreTec,
        #sub{display:none;}
        
    .tabla{margin-left:20px; font-size:50%;}
	}