body{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
}
A.menulink {
	display: block;
/*	width: 215px;*/
	height: 18px; 
	text-align: center;
	text-valign: middle;
	text-decoration: none;
	font-family:Arial;
	font-size:"3";
	color:#3DBDDD;
}
A.menulink:hover {
	border: solid 1px #ffffff;
	background-color:#3DBDDD; 
}

input {
	border-width:1px;
	border-style:solid;
	border-color:#999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color:#C9D7DC;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
input:focus{
background-color:#A4B0B6;
color:#333;
}
radio {
  display: block;
} 
textarea {
	border-width:1px;
	border-style:solid;
	border-color:#999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color:#C9D7DC;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
textarea:focus{
background-color:#A4B0B6;
color:#333;
}
select {
	border-width:1px;
	border-style:solid;
	border-color:#000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color:#C9D7DC;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
button{
    background-image: linear-gradient(bottom, rgb(230,230,230) 50%, rgb(251,251,251) 50%);
    background-image: -o-linear-gradient(bottom, rgb(230,230,230) 50%, rgb(251,251,251) 50%);
    background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 50%, rgb(251,251,251) 50%);
    background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 50%, rgb(251,251,251) 50%);
    background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 50%, rgb(251,251,251) 50%);
    
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.5, rgb(230,230,230)),
    	color-stop(0.5, rgb(251,251,251))
    );
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
    color:#808289;
    text-align: center;
    line-height:30px;
    min-width: 115px;
	border-width:1px;
	border-style:solid;
	border-color:#ebebeb
}

button:hover{
	background-image: linear-gradient(bottom, rgb(50,186,220) 50%, rgb(80,200,244) 50%);
	background-image: -o-linear-gradient(bottom, rgb(50,186,220) 50%, rgb(80,200,244) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(50,186,220) 50%, rgb(80,200,244) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(50,186,220) 50%, rgb(80,200,244) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(50,186,220) 50%, rgb(80,200,244) 50%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, rgb(50,186,220)),
		color-stop(0.5, rgb(80,200,244))
	);
	color:#fff;
	cursor: pointer;
}

/**************************/
.button1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#666666; 
	color:#FFFFFF;
	
}
.td_izq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:right;
	padding-right:10px;
	color:#000000;
}
.Estilo12 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/**************************/
#micapa {
	position:absolute; 
	width:1234px; 
	height:545px; 
 	background-image:url(../images/usuarioypassword.jpg); 
/*	background-image:url(../images/unikude_construccion.png);*/
	background-repeat:no-repeat;
 	left:0%;
	top:0%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
 	color:#666666;
}

/**************************/
#capa_menu{
	position:absolute; 
	top:360px; 
	left:870px; 
	width:280px; 
	/*
	left:800px; 
	width:308px; 
	height:180px;
	*/

}

