.Article{

	width: 100%;

	height: auto;

	border: 1px solid black;

	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;

	border: 1px solid #AA3939;
}

.Title{

	text-align: center;

	background-color:#f5f5f5;

	color: #AA3939;


	width: 100%;

	padding: 10px;

	height: auto;

	font-size: 17px;

	font-weight: bold;

	border: 1px solid #AA3939;

	
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

.Description{

	width: 100%;

	text-align: justify;

	padding: 10px;

	height: auto;
}

.Calif{

	width: 100%;

	padding: 10px;

	background-color:#f5f5f5;

	color: #AA3939;


	height: auto;
}

.Punt{

	width: 100%;

	padding: 10px;

	height: auto;
}

.Punt>h5{

	font-weight: bold;

	font-size: 17px;

	color: #AA3939;
}

.radio{

	display: inline-block;
}

.comment{

	background: #efefef;

	border: 1px solid grey;

	padding: 10px;

	width: 500px;

	color: #424242;

	height: auto;

	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

#comment{

	color:#AA3939;

	font-weight: bold;

	font-size: 17px;

	cursor: pointer;
}


.data-comment{

	width: 100%;

	padding: 5px;

	color: black;

}

#First{

	background-color:#efefef;
}

#second{

	background-color:white;
}

#encabz{

	background-color:#424242;

	color: white;

	font-weight: bold;

	font-size: 17px;
}



