@charset "utf-8";
/* CSS Document */
body
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#333;
	margin-top: 20px;
	margin-left:50px;
}
input
{
	color:#00F;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	padding: 10px 5px 3px 35px;
	text-align: left;
	border:solid #9FFFB8 1px;
	
}
input#user
{
	background: #E2F5EE url(../image/2.png) no-repeat;
	width: 170px;
}
input#password
{
	background:#E2F5EE url(../image/1.png) no-repeat;
	width: 170px;
}
input#ingresar
{
	background:#E2F5EE url(../image/3.png) no-repeat;
	border:solid #71FF71 1px;
	cursor:pointer;
}
input#ingresar:hover
{
	background: #FFC url(../image/3.png) no-repeat;
}
	
.desplegable
{
	color:#00F;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	padding: 10px 5px 3px 30px;
	text-align: left;
	border:solid #9FFFB8 1px;
	background:#E2F5EE url(../image/4.png) no-repeat;
}
.error
{
	color:#F00;
	text-align:center;
	font-size:10px;
}
.tabla
{
	border-bottom:#CCC solid 1px;
	border-left:none;
	border-top:none;
	border-right:none;
	vertical-align:bottom;
	background-color:#5AA5E2;
}
.tabla2
{
	border:#CCC solid 1px;
	vertical-align:bottom;
}

.bienvenido
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #333;
}
#izq
{
	background-color:#6C6;
}
.boton
{
	text-align:left;
	font-size:12px;
	padding: 10px 5px 3px 30px;
	border-right:#ccc solid 1px;
	border-left:#ccc solid 1px;
	border-bottom:#ccc solid 1px;

	
}
.boton#m1
{
	background:#FFF url(../image/2.png) no-repeat;

}
.boton#m2
{
	background:#FFF url(../image/1.png) no-repeat;
}
.boton#m3
{
	background:#FFF url(../image/5.png) no-repeat;
}
#mensaje
{
	color:#F00;
	font-size:10px;
}
