@import url(https://fonts.googleapis.com/css?family=Roboto);


body{
	font-family: 'Roboto', sans-serif;
}

.cabeceras{
	background-color: #00AEA7;
	color: #fff;
}

.par{
	padding-top: 10px;
	background-color: #00AEA7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	color: #474B4B;
	
}
h1{
	text-align: center;
	font-size: 24px;
	
}

h5{
	text-align: left;
	font-size: 16px;
}

h4, h2{
	background-color: #00AEA7;
	padding: 10px;
	text-align: center;
	color: #fff;
}
a{
	font-color: white;
}

.par a{
	font-size: 16px;
	text-decoration: underline;
	font-color:white;
}

.bold{
	font-size: 18px;
}

