
#titulo_header{
	font-size: 20px;
	color: #f1f1f1;
	text-align: center;
}
#titulo_url{
	font-size: 16px;
	color: #00000;
	text-align: center;
}
#titulo_materia{
	font-size: 80px;
	color: #f1f1f1;
	text-align: center;
}
#titulo_header2{
	font-size: 16px;
	color: #f1f1f1;
	text-align: center;
}
#panel1
   {

	height: 45px;
	padding:5px;
    background-color:#146ca4;
    border:1px solid #ccc;
    border-radius:5px;
    
    }
 #panel2
   {

	height: 39px;
	padding:5px;
    background-color:#42ab49;
    border:1px solid #ccc;
    border-radius:5px;
    
    }
    #panel3
   {

	height: 39px;
	padding:5px;
    background-color:#ebebeb;
    border:1px solid #ccc;
    border-radius:5px;
    
    }
   #panelmateria
   {
   	 width: 100%;
	height: 111px;
	
    background-color:#dcdcdc;
    border:1px solid #ccc;
    border-radius:5px;
    
    } 

#titulo_pro{

	color: #0797C3;
	font-size: 39px;;
	text-align: center;  
}

td {
  line-height: 1.4;
}

a {
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
}

a:link {
  color: #265301;
}

a:visited {
  color: #437a16;
}

a:focus {
  border-bottom: 1px solid;
  background: #bae498;
}

a:hover {
  border-bottom: 1px solid;
  background: #5cb85c;
}

a:active {
  background: #265301;
  color: #cdfeaa;
} 
boton-descarga {
  padding: 10px;
  background-color: #EB6D44;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
}

.boton-descarga:hover {
  background-color: #333;
  color: #EB6D44;
}

.boton-descarga-2 {
  padding: 12px;
  background-color: #c62828;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.boton-descarga-2:hover {
  background-color: #e53935;
}
*{
  margin:0px;
  padding: 0px;

}
body {
  background-color: #ebebeb;

}
div#general
   {
    margin:auto;
    width:1300px;
    
    margin-top:20px;
    padding:20px;
    background-color:#ffff;

    border:1px solid #ccc;
    border-radius:5px;
    
   }
   div#noticias
   {
    width:300px;
    
    padding:20px;
   margin-top: 80px
    background-color:#ffff;

    border:0px solid #ccc;
    border-radius:5px;
    
    float:right;
   }
   #busquedas
   {
    width:950px;
    background-color:#ffff;
    border:0px solid #ccc;
    border-radius:5px;
    }
