/*--header--*/
.botones
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	cursor: hand;
	background-color: #3399CC;
	border: medium solid #3399CC;
	color: #FFFFFF;
}

.bottom      
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	text-align: right;
	background-color: #1c85b8;
	height: 30px;
	padding-right: 8px;
	padding-top: 3px;
}

/*--bullets paginas del paci*/
.bullet   
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9ea29c;
	list-style-position: outside;
	list-style-image: url(../images/paci/bullet.gif);
	list-style-type: circle;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;

}

/*--menu nivel 1*/
.fondo 
{
	background-color: #1c85b8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 7cb9d6;
	border-right-color: 7cb9d6;
	border-bottom-color: 1a7aa8;
	border-left-color: 1a7aa8;

}
.menu    
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;

}
.menu:hover    
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7bc6eb;
	text-decoration: none;
	line-height: 18px;

}

/*--menu nivel 2 (desplegable)*/
.desplegable   
{
	  	background-color: #7bc6eb;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 97d2ef;
	border-right-color: 97d2ef;
	border-bottom-color: 71b5d7;
	border-left-color: 71b5d7;

}
.menudes    
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;

}
.menudes:hover    
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1c85b8;
	text-decoration: none;
	line-height: 18px;

}

/*--títulos con fondo en degrade */
.tit    
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 15px;
	height: 25px;
	background-image: url(../images/paci/fon.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	text-indent: 15px;
}
