.boton {
	background-color: #F06;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.input {
	color: #F06;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	margin: 0;
	padding: 0;
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.4;
	background-color: #000;
	background-image: url(http://www.digitalmeri.com.ar/images/body-log.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: normal;
	font-style: normal;
	height: 100%;
}
/* CSS Document */
/*--------------- panelde control------------------------*/
#panel{
	text-align:center;
	width:100%;
	height:70px;
	margin-bottom:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}

.error_panel{
	color:#F36;
	text-decoration:underline;
	font-weight:bold;
	font-size:14px;
}

.error_panel2{
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
	font-size:14px;
}

.texto_panel{
	color:#FFF;
	text-decoration:none;
	font-size:12px;
}

.powered{
	font-weight:bold;
	font-size:12px;
	color:#FFF;
}

.powered a:link, .powered a:visited, .powered a:active {
	font-weight:bold;
	font-size:12px;
	color:#F36;
	text-decoration:none;
}
.sitio{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
.powered a:hover{
	font-weight:bold;
	font-size:12px;
	color:#F36;
	text-decoration:underline;
}
/*tooltip*/
a.tool {
	position:relative;
	z-index:24;
	background-color:#666;
	color:#FFF;
	text-decoration:none;
} 
a.tool:hover {
	z-index:25;
	background-color:#F36;
} 
a.tool .tip { 
    display: none;
} 
a.tool:hover .tip {
	display:block;
	position:absolute;
	top:2em;
	left:2em;
	border:none;
	background-color:#999;
	color:#FFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
} 
/*tooltip*/
/*---------------- fin panel de control-------------------*/
