#paginaAvisoLegal {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	width: 100%;
}

#paginaAvisoLegal #textoCabecera {
    margin-bottom: 10px;
}

#paginaAvisoLegal #textoCabecera {
	background: url("../../img/fichas/fondoTitulosolicitar.png")
		no-repeat scroll center center transparent;
	color: white;
	font-size: 18px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
}

#paginaAvisoLegal .contenedorTexto{
	border: 1px solid #CCC;
	background: white;
	padding: 10px;
	margin-bottom: 10px;
}