@charset "utf-8";
/* CSS Document */
body {
	background:#000000; 
	 
	
}
	#titulo-info h1{
	font-size:200%;
	color:#F00;
}

#nombre h1 {
	font-size:170%;
	font-family:'Roboto';
   font-weight:800;
    text-align:center;
	color:#FFFFFF;
}

.table .let   p {
	font-size:110%;
	font-family:'Roboto';
   font-weight:400;
   color:#FFFFFF;
}
.table td  a {
	font-size:100%;
	font-family:'Roboto';
   font-weight:400;
   color:#0B0B61;
}
.table td  .fa {
	font-size:180%;
    color:#009900;
}

.let p {
    text-transform: lowercase;
}

.let p:first-letter {
    text-transform: uppercase;
}

@media only screen and (min-width: 799px) {
	#titulo-info h1{
	font-size:400%;
	color:#F00;
}
#nombre h1 {
	font-size:320%;
	font-family:'Roboto';
   font-weight:800;
    text-align:center;
	color:#FFFFFF;
}

.table tr .let  p {
	font-size:200%;
	font-family:'Roboto';
   font-weight:400;
}
.table td  a {
	font-size:100%;
	font-family:'Roboto';
   font-weight:400;
   color:#FFFFFF;
}
.table td  .fa {
	font-size:230%;
    color:#009900;
}
.let p {
    text-transform: lowercase;
}

 .let p:first-letter {
    text-transform: capitalize;

}





