/** Identificacion **/
/** Mi perfil **/
/** Registro para las alertas **/
div#container{
	background: #494949;
	margin-top: 8px;
	padding-top: 0;
	color: #000;
}	
	div#container #cuerpo_listado_eventos, #cuerpo_listado_eventos *{
		color: #f1ad03;
	}
	div#columna_izq{
		margin-top: -8px;
	}
		
		div#cuerpo_listado_eventos #registro2{
			font-size: 0.833em;
			color: #ffb700;
			padding-bottom: 5px;
			margin-left: 80px;
			height: 10px;
		}
		
		div#cuerpo_listado_eventos ul#listado_registro{
			position: relative;
			width: 340px;
			margin: 0 auto;
			list-style: none;
		}
			div#cuerpo_listado_eventos ul#listado_registro li{
				margin-bottom: 10px;
			}
			input#email{
				width: 267px;
				background: #e3e3e3;
				border: 0;
				color: #000 !important;
				padding: 1px;
			}
			input#contrasena{
				width: 230px;
				background: #e3e3e3;
				border: 0;
				color: #000 !important;
				padding: 1px;
			}
			input#boton_enviar{
				float: right;
				right: 115px;
				position: relative;
				border: 0;
				margin-top: 20px;
				color: #000;
				background: url(/images/enviar.gif) no-repeat;
				width: 60px;
				height: 20px;
				cursor: pointer;
			}
		
			
		div#cuerpo_listado_eventos ul.listado_provcat_registro{
			position: relative;
			width: 340px;
			margin: 20px auto;
			list-style: none;
		}
			div#cuerpo_listado_eventos ul.listado_provcat_registro li{
				height: 18px;
			}
			
			#olvidarContraseña{
				font-size: 0.833em;
				position: absolute;
				right: 20px;
				top: 50px;
				padding: 2px;
			}

.form_error {
	color: #F50 !important;
	margin-bottom: 10px;
}