@charset "utf-8";
/* CSS Document */

#caja {
	width:90%;
	margin:auto;
	padding: 2%;	
}
#forum{
	width: 40%;
	margin:auto;
}
#texto{
	width: 40%;
	margin:auto;
	margin-top:1%;
}
#redq{
	width: 45%;
	margin: 2%;
	float:right;
}
#crit{
	width: 45%;
	margin: 2%;
	float:left;
}
#final{
	clear:both;
}
p {
	font: Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
}
.titulo1 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
.texto1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-align: left;
}
.titulo2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
#link {
	font-size: 18px;
	text-align: center;
}
#numerocrit {
	height: 50px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	background-color: #056F41;
	display: block;
	line-height: 50px;
	color: #FFF;
}
#numeroredq {
	height: 50px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	background-color: #A51E26;
	display: block;
	line-height: 50px;
	color: #FFF;
}
a {
	text-decoration:none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
