@import url("colores_fondos.css");
body {
	margin-top: 0px;
}

div,td,input,textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
} 

input,textarea{
	font-size:11px;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	border-style:none;
}
.titulo{
	font-size:12px;
	color:#fff;
	height:20px;
}
.texto{
	color:#000;
}
.error{
	color:#ff0000;
	background-color:#fff;
}
.b_gris_tabla {
	border: 1px solid #999999;
}

.menu {
/*	background-color:#fff;
	border: 1px solid #999999;*/
}

/*
a.info{
    position:relative; 
    z-index:24;
    color:red;
    text-decoration:none
}

a.info:hover{z-index:25;text-decoration:none}

a.info span{display: none}

a.info:hover span{
    display:block;
    position:absolute;
    top:1px; left:-110px; width:120px; height:17px;
    border:1px dashed #ccc;
    background-color:#cff; color:#000;
    text-align: center;
	padding:5px;
}*/

a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#FF0000;
    text-decoration:none;
	cursor:help;
}

a.info:hover{z-index:25; background-color:#e0e0e0;text-decoration:none}

a.info span{display:none;}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1px; left:-110px; width:120px; height:auto;
    border:1px dotted #FF0000;
    background-color:#fff; color:#FF0000;
    text-align: center;
	text-decoration:none;
}

.centrado{
	margin-left:auto;
	margin-right:auto;
}

td.imagentop{
	background-repeat:no-repeat;
	background-position:center;
/* 	background-image:url('../images/contenido_arriba.jpg'); */
	height:35px;
}
td.imagenleft{
	background-repeat:repeat-y;
	background-position:center;
	background-image:url('../images/contenido_fondo.jpg');
}
.titulo_tabla {
	background-color: #4A9595;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
}
.borde_tabla {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.t_menu{
	font-size:11px;
	cursor: pointer;
	text-align: left;
	text-decoration:none;
	border: 1px solid;
	background-color:#fff;
	width:95%;
	padding:3px;
}
.opcs_menu,.opcs_submenu{
	cursor: pointer;
	text-align: left;
	text-decoration:none;
	padding:3px;
	font-size:10px;
	display:block;
}
.opcs_submenu{
	margin-left:6px;
	background-color: #CCCCCC;
}
.opcs_menu:hover{
	background-color:#fff;
	display:block;
	text-decoration:none;
}
.opcs_submenu:hover{
	text-decoration:none;
	background-color:#fff;
	border: 1px solid #ccc;
	display:block;
	padding:2px;
	margin-left:6px;
}
.numero {
	text-align: right;
}

