.cont_apertura {
	float: left;
	width: 950px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}
.apertura {
	float: left;
	width: 680px;
	padding-bottom: 5px;
}
.contenido_articulo {
	float: left;
	padding-bottom: 10px;
	width: 680px;
	padding-top: 10px;
	z-index: 1;
}
p {
	margin-top: 0px;
	margin-bottom: 0.8em;
}
.contenedor_relacionado {
	float: left;
	width: 230px;
	padding-top: 5px;
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	margin-top: 5px;
	margin-bottom: 15px;
	background-image: url(../img/articulo/fondo_relacionado.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.contenedor_registrados {
	width: 370px;
	text-align: center;
	background-color: #FFFFFF;
	border: 2px dashed #C20201;
	padding: 10px;
}
.texto_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5F5F5F;
}
.texto_error a:link {
	color: #C70402;
	font-weight: bold;
}
.texto_error a:visited {
	color: #C70402;
	font-weight: bold;
}
.texto_error a:hover {
	color: #0066FF;
	font-weight: bold;
}

