@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	margin:0px;
	color:#030;
}
input[type="text"],input[type="password"],input[type="date"],input[type="number"],input[type="email"],
select{
	border-radius:5px;
	border:#090 1px solid;
	padding:3px;
}
a:link.a_black {text-decoration:none; color:#222;}
a:visited.a_black {text-decoration:none; color:#222;}
a:hover.a_black {text-decoration:none; color:#222;}
a:active.a_black {text-decoration:none; color:#222;}

a:link.a_nostyle {text-decoration:underline; color:#090;}
a:visited.a_nostyle {text-decoration:underline; color:#090;}
a:hover.a_nostyle {text-decoration:underline; color:#090;}
a:active.a_nostyle {text-decoration:underline; color:#090;}
/* ID's*/


/* CLASS */
.lav_Button_rojo{
	padding:3px 7px 3px 7px;
	border-radius:5px;
	background-image:url(../img/fondoBotonDelete_1x1.jpg);
	border:#900 1px solid;
	font-weight:bold;
	font-size:14px;
}
.estilotextarea{
	border-radius:5px;
	border:#090 1px solid;
}
.cuerpo{
	position:relative;
	top:-21px;
	width:900px;
	min-width:900px;
	max-width:900px;
	display:block;
	padding:40px 10px 10px 10px;
	margin:auto;
	min-height:auto;
	border: 1px solid #54af46;
	border-radius:10px;
	z-index:10;
	
	background: #fff;
	background: -moz-linear-gradient(#fff,#ccffc4);
	background: -webkit-linear-gradient(#fff,#ccffc4);
	background: -o-linear-gradient(#fff,#ccffc4);
	background: -ms-linear-gradient(#fff,#ccffc4);
	background: linear-gradient(#fff,#ccffc4);
}
.lav_Button{
	padding:3px 7px 3px 7px;
	border-radius:5px;
	background-image:url(../img/fondoBoton_1x1.jpg);
	border:#090 1px solid;
	font-weight:bold;
	font-size:14px;
}
.loginDiv{
	display:block;
	border:#666 1px solid;
	border-radius:7px;
	width:500px;
	min-width:500px;
	margin:auto;
	padding-bottom:25px;
	overflow:hidden;
	
	background: #fff;
	background: -moz-linear-gradient(#fff,#ccffc4);
	background: -webkit-linear-gradient(#fff,#ccffc4);
	background: -o-linear-gradient(#fff,#ccffc4);
	background: -ms-linear-gradient(#fff,#ccffc4);
	background: linear-gradient(#fff,#ccffc4);
}
.contenido{
	width:900px;
	display:block;
}
table.tablaLavisane{
	width:100%;
	margin-bottom:10px;
}
table.tablaLavisane, td.tablaLavisane, th.tablaLavisane{
	border:1px solid #54af46;
	border-collapse:collapse;
	background-color:#FFF;
}
td.tablaNuevo{
	padding: 2px 5px 2px 5px;
}
td.muestraBusqueda{
	text-align:left;
}
th.tablaLavisane{
	background: #79dc69;
	background: -moz-linear-gradient(#79dc69,#c7febe);
	background: -webkit-linear-gradient(#79dc69,#c7febe);
	background: -o-linear-gradient(#79dc69,#c7febe);
	background: -ms-linear-gradient(#79dc69,#c7febe);
	background: linear-gradient(#79dc69,#c7febe);	
}
.fondoDegradadoTenue{
	background: #fff;
	background: -moz-linear-gradient(#fff,#EEE);
	background: -webkit-linear-gradient(#fff,#EEE);
	background: -o-linear-gradient(#fff,#EEE);
	background: -ms-linear-gradient(#fff,#EEE);
	background: linear-gradient(#fff,#EEE);
}
p.tablaBusquedaRes{
	margin:2px 20px 2px 5px;	
}
p.tablaBusquedaTi{
	margin:2px 5px 2px 5px;	
}