/*-- ESTILOS DE DISEŅO --*/
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#999;
}
li {
	list-style-image:url(/images/mosca.gif);
	}
.title {
	font-family: Arial;
	font-weight:bold;
	font-size: 14px;
	color: #000000;
	text-align: right;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 3px;
}
.menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding-bottom: 5px;
	width: 86;
}
.menu a {
	color:#000000;
	text-decoration:none;
}
.menu a:Hover{
	color:#666666;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	text-align: justify;
}
.txt a{
	color:#666666;
	}
h1{
	margin:0px;
	padding:0px;
	font-size:16px;
	color:#000000;
	padding-left:10px;
}
.txtmini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	font-weight: bold;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
.botoncillo {
	text-align:center;
	background-image: url(../images/fondoboton.gif);
	/*background-color: none;*/
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	width:200px;
	height:25px;
	border-width:0px;
}
.botoncillo a{
	color:#000000;
	text-decoration:none;
}
.botoncillo a:Hover{
	color:#666666;
	text-decoration:underline;
}
.pie{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	color:#333333;
	padding-top:15px;
}
.clave{
	font-family: "12 Frutiger", "AG Foreigner Light-Bold", Arial;
	font-size: 9px;
	color:#999999;
}
.clave a:HOVER{
	color:#000000;
}

/*-- FIN DE ESTILOS DE DISEŅO --*/


/*-- ESTILOS GLOBALES --*/
p, td, div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input, textarea, select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
a{ 
	color:blue;
	text-decoration:underline; 
}
a:hover{
	text-decoration:none;
}
/*-- FIN DE ESTILOS GLOBALES --*/

table#login{
}
table#login .etiqueta{
	font-family: "12 Frutiger", "AG Foreigner Light-Bold", Arial;
	font-size: 10px;
	color: #666666;
	padding: 2px 5px 5px 5px;
}
table#login .form{
	border: 2px solid #c7c7c7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	width:100px;
}

table#formulario{
	border: 0px solid #000;
}
table#formulario td{
	font-family: Arial;
	font-size: 12px;
	color: #000;
}
table#formulario input{

}
table#formulario .boton{
	width:100px;
	border: 1px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-top: 10px;
	font-size:12px;
}
table#formulario .titulo{
	font-weight:bold;
	padding-top: 10px;
	font-size:14px;
}

div.bloque_oculto{
	visibility:hidden; 
	display:none;
}

div.bloque_visible{
	visibility:visible; 
	display:block; 
}

div#mensaje_error{
	width:100%; 
	text-align:right; 
	font-size:10px; 
	font-family:Verdana; 
	color:red;
}

.verde{ color:green; font-weight:bold }
.rojo{ color:red; font-weight:bold }