img {
border:0;
}
.prueba {
	background-image: url(imagenes/prueba.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: C7DDD4;
}
.titulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #99CCCC;
	font-weight: bold;
	font-style: italic;

}
.textonormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #33775E;
}
.bordes {
	border: 2px solid #FFFFFF;
}
.borde {
	border-top: 1px dashed #999999;
	border-right: 0px dashed #999999;
	border-bottom: 0px dashed #999999;
	border-left: 1px dashed #999999;
}
.bordedere {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 0px;
	border-left-width: 1px;
}
.bordeinf {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.cajastexto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #9CD8CF;
}
.BORDEGUIONES {
	border: 1px dashed #999999;
}



.txt-titulos{
	color: rgb(33, 66, 128);
 	font-size: 12px;
  	font-family:Verdana, Arial, Helvetica, sans-serif;
  }
.txt-gris{
	color: rgb(66, 66, 66);
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;

}

.txt-verde{
color: rgb(33, 120, 128); 
font-size: 18px; 
font-family:Verdana, Arial, Helvetica, sans-serif
}



/* Menu vertical */
.familia li{
list-style:none;
width:200px;
 min-height:30px;
 <!--[if IE]
 height: 30px;
 -->
 height:30px;
background-image:url(./imagenes/fondo-menu.jpg); 
background-repeat:no-repeat;
padding-top:5px;

}
.subfamilia li{
width:200px; 
min-height:29px;
background-image:url(imagenes/fondo-menu2.jpg);
background-repeat:no-repeat;  
margin-left:-20px; 
margin-top:0px	;
padding-top:5px;


}



.enlace_familia{


padding-left:10px;
text-decoration:none;
color:#33775E;

font-size:14px;
text-transform:lowercase;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

.enlace_subfamilia{
text-decoration:none;
color:#33775E;

font-size:14px;
text-transform:lowercase;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;

}
.linea{

background-color: #33775E;
height: 1px;
border: 0;
color:#33775E;

}