@charset "UTF-8";
p {
	margin-top: 12px;
	margin-right: 18px;
	margin-bottom: 12px;
	margin-left: 18px;
	text-align: justify;
}
.titulo {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.subtitulo {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.texto {
	color: #333333;
	line-height: 1.5em;
}
.lopd {
	font-size: 9px;
	color: #999999;
}
#contenido {
	margin: 0px;
	float: left;
	height: 100%;
	width: 800px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
#contenido #secciones {
	clear: left;
	float: right;
	height: 75px;
	width: 400px;
	margin: 12px;
}
#contenido #secciones p {
	text-align: center;
	margin-top: 26px;
}
#contenido #secciones a {
	color: #333333;
	text-decoration: none;
}
#contenido #secciones a:hover {
	color: #00B5F0;
	text-decoration: none;
}
#contenido #secciones #volver {
	background-image: url(/imgs/LOLA/BASE/contenido/secciones/cubiertos_100x75.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	float: right;
	height: 75px;
	width: 100px;
}

