body{
	background-image: url(../images/background.png);
	padding:0px;
	margin:0px;
}

#cuerpo{
	height:300px;
	background-color:#ffffff;
}

#detalles span{font-family:verdana;font-size:14px;color:#444444;}

table#listado td{
	font-family: arial;
	color: #777777;
	font-size:12px;
}

table#login td{
	padding:4px;
}

table#login span{
	font-family: arial;
	font-size:12px;
	color:#444444;
}

table#login input.campo{
	
}

table#listado span{
	font-family: arial;
	color: #ffffff;
	font-size:12px;
}

table#filtro span{
	font-family: arial;
	color: #444444;
	font-size:13px;
}

p.error{
	font-family: arial;
	font-weight: bold;
	color: #cf0000;
	font-size:14px;
}

p.ok{
	font-family: arial;
	font-weight: bold;
	color: #00cf00;
	font-size:14px;
}

#cabecera_logo, #cabecera_logo_left, #cabecera_logo_right{
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
}

#pie{
	height:60px;
	background-color:#333333;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
}

#pie a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

table#form {
	
}

table#form td.campo_form{
	font-size:11px;
	font-family: verdana;
	padding-left: 10px;
}

span.campo_form{
	font-size:11px;
	font-family: verdana;
}

table#form input.caja{
	border:1px solid #999999;
	height: 18px;
	font-size:10px;
	font-weight: bold;
	padding:1px;
}

.permisos_items{
	font-size:10px;
	padding:3px;
	font-family: verdana;
}

.campo_obl{
	border:1px solid #999999;
	background-color:#eeeeee;
	height: 18px;
	font-size:10px;
	font-weight: bold;
	padding:1px;
}

.title{
	color:#ffffff;
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
}

.title-tabla{
	color:#444;
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
}

#ingreso{
	z-index:1000;
	position:absolute;
	width:750px;
	
}

#fondo{
	z-index:1000;
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background-color:#000000;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	display:none;
}

#VistaNewsletter,
#VistaBienvenida,
#VistaReporte,
#VistaTest{
	z-index:1000;
	position:absolute;
	width:780px;
	height:580px;
	background:#FFF;
	display:none;
	border:3px solid #CCC;
}

#VistaBienvenida{
	width:590px;
	height:290px;
}

#VistaReporte{
	width:950px;
	height:500px;
}

#VistaTest{
	width:300px;
	height:150px;
}

#VistaNewsletter h1,
#VistaBienvenida h1,
#VistaReporte h1,
#VistaTest h1{
	background:#444;
	color:#FFF;
	padding:7px 10px;
	margin:0;
	font-size:17px;
	font-family:arial;
}

#VistaTest h1{
	font-weight:normal;
}

#vista_previa p{
	margin:5px;
	margin-bottom:15px;
	
	font-family:arial;
	font-size:13px;
	color:#444;
}

#vista_previa table tr td{
	font-family:arial;
	font-size:13px;
	color:#444;
}

#cajaDetalle span{
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	font-family:arial;
}

#formIngreso input.campo{
	padding:4px;
	height:22px;
	font-size:11px;
	border:1px solid #777777;
}

#formIngreso input.campo, #formIngreso select{
	width:270px;
}

#formIngreso span{
	font-family: arial;
	font-size: 11px;
	color:#444444;
}

table#vistaPreviaImpresion td.head{
	background-color:#eeeeee;
}

.users{
	background-color:#2E2E2E;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
}

.users table#log td a{
	font-family: arial;
	color: #ffffff;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
}

.users table#log td span{
	font-family: arial;
	color: #ffffff;
	font-size:13px;
}

td.itemPanel a{
	font-family: verdana;
	font-size: 11px;
	color: #555555;
	text-decoration: none;
}

input[type="button"],input[type="submit"]
	{
	border:1px solid #bbb;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -khtml-border-radius:3px;
    background: -moz-linear-gradient(100% 100% 90deg, #d5d5d5, #eee);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#d5d5d5));
    background: -webkit-linear-gradient(#eee, #d5d5d5);
    background: -o-linear-gradient(#eee, #d5d5d5);
    color:#232d3d;
    font-size:12px;
    font-weight:bold;
    padding:4px 10px;
    margin:15px 0px 10px 10px;
    text-shadow:0px 1px 0px #fff;
    cursor:pointer;
    box-shadow:0px 1px 2px #ccc;
    -moz-box-shadow:0px 1px 2px #ccc;
    -webkit-box-shadow:0px 1px 2px #ccc;
    
    }
	
input.campo_txt{
color:#444;
	border:1px solid #ccc;
	padding:5px 10px;
	box-shadow:0px 1px 0px #fff;
    -moz-box-shadow:0px 1px 0px #fff;
    -webkit-box-shadow:0px 1px 0px #fff;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -khtml-border-radius:4px;
    margin:5px 10px;
}

.obligatorio{width:300px;height:30px;position:absolute;margin-left:280px;margin-top:-22px;font-family:arial;color:#cf0000;font-size:12px;}

h3.titulos_detalle{background:#0051A2;color:#ffffff;padding:6px;font-size:13px;font-family:verdana;font-weight:bold;}
div.ui-datepicker{font-size:11px;}

.reporte-vista td{
	font-family:arial;
	font-size:13px;
	color:#444;
}

@media print{        
	#vista_reporte{
		overflow: visible !important;
        height: auto !important;
   }
}

#menu-fixed{
	background-color:rgba(255,255,255,0.9);
	border:4px solid #fff;
	position:fixed;
	right:30px;
	top:200px;
	padding:8px;
	border-radius:5px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	width:125px;
}

#menu-fixed input[type="button"],
#menu-fixed input[type="submit"]{
	margin:5px 0;
	width:100%;
}