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

.left { float:left;}
.right { float:right; }
.limpiar{ clear:both; }

#frm_div /* Div principal borde verde. Contiene al formulario */
{
	margin-bottom:10px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	width:700px;
}


#frm_label /* Para las etiquetas del formulario*/
{
	width:180px;
	font-weight:bold;
}

#frm_control /* para las cajas de texto select*/
{
	width:350px;
}

#frm_control, #frm_lista /*  */
{
	padding:5px;
	text-align:left;
}

#frm_label { padding:5px; text-align:right; }

#frm_div input, textarea, select
{
	font-size:12px;
}

fieldset
{
	margin:10px 5px 10px 5px;
	font-weight:bold;
	
}

legend
{
	margin:5px;
}


#frm_botones /* estilo para los botones del formulario*/
{
	padding:5px;
	text-align:center;
	margin:5px;
}

#frm_busqueda/* div para el formulario de busqueda*/
{
	width:400px;
	border:#6D913D solid 1px;
	padding:10px;
}


/*** Estilos para vistas ***/
#view_list/* div contenedor de la tabla que lista los registros */
{
	margin:10px 5px 10px 5px;
	text-align:center;
}

#view_list table { margin:auto; }

#fil_busqueda, #new_reg { margin:10px 5px 10px 5px;} 

/**/

.txtuser, .txtpass
{ 
	border:solid #000000 1px;
	padding-left:25px;
}

.txtpass { background:url(../images/icon_pass.gif) no-repeat #FFF; }

.txtuser { background: url(../images/icon_user.gif) no-repeat #FFF; }

#frm_div th, td { text-align:left; padding:5px; }


#menu-detalle, #menus a
{
	color:#a550ad;
}

#menu-detalle ul
{
	list-style:none;
	margin:2px;
}

#menu-detalle li
{
	margin:2px;
	padding:2px;
	text-align:center;
	width:80px;
	display:inline;
	float:left;
}

#captcha
{
	background:url(../images/imagesadmin/bgcaptcha.jpg) center;
	margin:10px auto 10px auto;
	width:443px;
}

#curva1 { background:url(../images/imagesadmin/curva1-captcha.jpg) top center no-repeat;  }

#curva2 { background:url(../images/imagesadmin/curva2-captcha.jpg) bottom center no-repeat; }

#curva1, #curva2 
{
	height:10px;
	margin:0px; 
	padding:0px;
}

.btentrar
{
	background:url(../images/imagesadmin/button.jpg) top center no-repeat;
	width:132px;
	height:35px;
	border:none;
	margin:0px;
	padding:0px;
	cursor:pointer;
}

.error
{
	color:#FF0000;
}