/** Mi perfil **/
/** Registro para las alertas **/
#menu li a#li_cont{
	text-decoration: none;
	background: url(/images/border_btn.gif) repeat-x bottom;
}
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 h3{
			text-align: center;
		}
		div#cuerpo_listado_eventos h4{
			margin-top: 30px;
			margin-bottom: -60px;
		}
		
		div#cuerpo_listado_eventos ul#listado_registro{
			position: relative;
			width: 340px;
			margin: 30px auto 0 auto;
			list-style-image: url(/images/listado_registro.gif);
		}
			div#cuerpo_listado_eventos ul#listado_registro li{
				margin-bottom: 10px;
			}
			
			input#nombre{
				width: 250px;
				background: #e3e3e3;
				border: 0;
				color: #000 !important;
				padding: 1px;
			}
			input#apellidos{
				width: 235px;
				background: #e3e3e3;
				border: 0;
				color: #000 !important;
				padding: 1px;
			}
			
			input#email{
				width: 265px;
				background: #e3e3e3;
				border: 0;
				color: #000 !important;
				padding: 1px;
			}
			input#cp{
				width: 285px;
				background: #e3e3e3;
				border: 0;
				color: #000 !important;
				padding: 1px;
			}
			
			textarea#asunto{
				width: 250px;
				height: 150px;
				background: #e3e3e3;
				border: 0;
				color: #000 !important;
				padding: 1px;
				font-size: 13px;
			}
			input#telefono{
				width: 235px;
				background: #e3e3e3;
				border: 0;
				color: #000 !important;
				padding: 1px;
			}
			input#boton_enviar{
				float: right;
				right: 115px;
				position: relative;
				border: 0;
				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;
			}
			
		#darBaja{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 0.833em;
		}

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