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

#contenido
{
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
	height: auto;
	margin-bottom: 20px;
}

.caja_textos
{
	width: 900px;
	margin-top: 20px;
	overflow: hidden;
	background-image: url(general/linea_arriba.jpg);
	background-repeat: repeat-x;
}

.texto_privacidad
{
	margin-top: 20px;
}

.texto_privacidad .textos p a{
	color: #114d6b;
}

.texto_privacidad .textos p span{
	text-decoration: underline;
}