<style type="text/css">

/* estilos para textos */

.textoCuerpo	{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #595959;
	text-decoration: none;
	}

	a.textoCuerpo {
		text-decoration: underline;
		font-weight:bold;
		color: #b4b4b4;
		}
		
	a.textoCuerpo:hover {
		text-decoration: none;
		}
		
.textoSwitch	{
	font-family: "Trebuchet MS";
	font-size: 9px;
	text-decoration: none;
	color: #919191;
	line-height: 11px;
	}
	
	a.textoSwitch	{
		text-decoration: underline;
		color: #093a9d;
		}
		
	a.textoSwitch:hover	{
		text-decoration: none;
		color: #093a9d;
		}
		
.textoBotonera	{
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	color: #093a9d;
	font-weight: bold;
	}
	
	a.textoBotonera	{
		text-decoration: none;
		color: #093a9d;
		}
		
	a.textoBotonera:hover	{
		color: #f7a300;
		text-decoration: none;
		}	
		
.textoTitulo	{
	font-family: "Georgia";
	font-size: 22px;
	color: #f7c600;
	}

.textoDestacado	{
				font-family: "Georgia";
				font-size: 16px;
				color: #4f74ba;
				line-height: 20px;
				}
				
				a.textoDestacado	{
									text-decoration: underline;
									}
									
				a.textoDestacado:hover	{
										text-decoration: none;
										}
	
.textoCopy	{
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #97aeda;
	text-decoration: none;
	}
	
.textoMedicos	{
				font-size: 13px;
				font-weight: bold;
				margin-bottom: 12px;
				}
				
/* estilo para forms */

.campo	{
				font-family: Trebuchet MS;
				font-size: 11px;
				color: #000000;
				border: 1px solid #666666;
				padding: 4px;
				width: 250px;
				background-image: url(../img/back_form.gif);
				background-repeat: repeat-x;
				}


/* estilo para listas */

ul, li	{
	list-style-image:url(../img/ico_tip.gif);
	}




</style>