/*
Al cuerpo de la
pagina se aplica el tamño de fuete
 */
 body{
	
	font-size: 18px;
}
p{
	
	font-size: 30px;
}
#main-container{
	margin:150px auto;
	width: 90%;
}


table{
	background-color: white ;
    text-align: left;
    width: 80%; 

}
thead{
	background-color: #246355;
border-bottom: Solid 5px  #608179; 
color: white;
}

tr:hover td{
background-color: #369681;
color:white
}

.Conc{
	background-color: white ;
    text-align: left;
    width: 60%; 

}
.deta{
	background-color: white ;
    text-align: left;
    width: 80%; 

}
 





