@charset "utf-8";

.titulo {
	background-color: #F00;
	color: #FFF;
	display:inline;
	font-size:14px;
	font-family: 'Open Sans', sans-serif; 
}
.subtitulo {
	font-size:11px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: bold;
}
body{
	width:650px;

}
h1{
	font-size:18px;
	font-family: 'Open Sans', sans-serif; 	
	color: rgb(78, 78, 78);
	font-weight: bold;
	
}
h2{
	padding: 10px; 
	margin: 5px 0px 10px; 
	font-size: 17px; 
	font-weight: 400; 
	color: rgb(78, 78, 78);
	font-family: 'Titillium Web', sans-serif; 
	background: 			   
url(https://static3.miriadax.net/miriadax-theme/images/custom/portlet/filo_universidad.png) 50% 100% repeat-x rgb(243, 243, 243)
}

h3{ 
 margin: 1em 0px; 
 font-size: 1.4em;
 font-weight: bold; 
 color: rgb(78, 78, 78); 
 font-family: 'Open Sans', sans-serif; 
 background-color: rgb(255, 255, 255);
}

p{
 color: rgb(78, 78, 78);
  font-family: 'Open Sans', sans-serif; 
  font-size: 14px; 
  background-color: rgb(255, 255, 255);
}

u
{
 
 font-family: 'Open Sans', sans-serif; 
 font-size: 14px;
 color: rgb(0, 0, 255)
}
       
	
	