@charset "utf-8";
body {
	margin-top: 0px;
/* 	background-image: url('/imagenes/conapdis_marca_agua.gif'); */
background-image: url('/cerdis/imagenes/fondo3.jpg');
}

div,td,input,.comb{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

input{
	font-size:11px;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	border-style:none;
}

.titulo{
	font-size:14px;
	color:#fff;
	height:20px;
}
.titulo2{
	font-weight:bold;
	font-size:12px;
	color:#000;
	height:30px
}
.texto{
	color:#000;
}
.error{
	color:#ff0000;
	background-color:#fff;
}
.b_gris_tabla {
	border: 1px solid #c6daff;/*#999999;*/
	
}

.comentario{
    color:red;
    text-decoration:none;
    font-size:14px;
}


a.info{
    position:relative; /*this is the key*/
    color:red;
    text-decoration:none;
    font-size:12px;
}



a.info:hover{
    text-decoration:none
}
a.info span{
	display:none;
}
a.info:hover span{
    display:block;
    position:absolute;
    top:1px; left:-11px; width:75px; height:25px;
    border:1px dashed #ccc;
    background-color:#fff; 
	color:red;
    text-align: center;
	padding:5px;
 -moz-opacity:0.8; 
 filter:alpha(opacity=80); 
 khtml-opacity:0.8; 
 opacity:0.7; 
 -moz-border-radius:5px;
}
a.info2{
    position:relative; /*this is the key*/
    color:orange;
    text-decoration:none
}
a.info2:hover{
    text-decoration:none
}
a.info2 span{
	display:none;
}
a.info2:hover span{
    display:block;
    position:absolute;
    top:1px; left:-10px; width:65px; height:80px;
    border:1px dashed #ccc;
    background-color:#fff; 
	color:red;
    text-align: center;
	padding:5px;
 -moz-opacity:0.8; 
 filter:alpha(opacity=80); 
 khtml-opacity:0.8; 
 opacity:0.7; 
 -moz-border-radius:5px;
}
#error{
	color:#ff0000;
	background-color:#fff;
}
