body
{
    color: #333;
}

.imagen
{
    text-align: center;
}

h1
{
    font-size:	1.5em;
    text-align: center;
}

form
{
    background:             #008d3f;
    border:                 1px solid #AAAABB;
    border-radius:          1em;
    -webkit-border-radius:  1em;
    -moz-border-radius:     1em;
    box-shadow:             0 0 2px 0 #008d3f;
    -moz-box-shadow:        0 0 2px 0 #008d3f;
    -webkit-box-shadow:     0 0 2px 0 #008d3f;
    margin-left:            auto;
    margin-right:           auto;
    margin-top:             2em;
    padding:                1em;
    text-align:             left;
    width:                  25em;
}

#main #edit_form fieldset
{
    background: #FFF;
    width:      auto;
}

input
{
    font-size: 1.2em;
}

div.input input
{
	width:	11em !important;
}

fieldset
{
	display:		block;
	line-height:	0.9em;
	border:			none;
}

fieldset legend
{
	font-weight:	normal;
	font-size:		1.1em;
	margin:			0 5em;
	padding-bottom: 0.5em;
	border-bottom:	2px solid #008d3f;
	text-shadow:	0.1em 0.1em 0.1em white;
	background:		#FFF !important;
}

fieldset div
{
	margin-top: 1em;
}
form.login div.input label
{
	display:		inline-block;
	margin-bottom:	0.3em;
	width:			8em;
	text-align:		right;
	line-height:	1.5em;
}

.submit
{
	text-align: right;
	margin-top: 1em;
	font-size:	0.9em;
}

div.message
{
	color:		red;
	text-align: center;
}

.recomendaciones,
.recuperar_datos_acceso,
.proteccion_de_datos
{
	margin:			2em;
	line-height:	2em;
}

.recomendaciones ul
{
	list-style:		circle;
	padding-left:	2em;
}

.proteccion_de_datos h4
{
	font-size:	1.25em;
	margin-top: 3em;
}

.proteccion_de_datos p
{
	margin: 1em 0;
}