body {
	background-color:#FFFFFF;
	background-image:url(images/fondo2.gif);
	background-repeat:no-repeat;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	
}
.footer {
        background-color:#013a87;
        width:100%;
        color:#FFFFFF;
                text-align:center;
                font-family:Arial, Helvetica, sans-serif;
                font-size:10px;
}
.telefono{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#0033CC;
	text-decoration:underline;
}
.boton{font-family:Arial;
        color:white;
		border:1px solid;
	  border-color: #696 #363 #363 #696;
       /* background-color:#6699CC;*/
		background-color:#4876b2;
        } 
.tabla_titulo{font-family:Arial;
              color:white;
              font-size:10pt;
             }
.tabla_letra{font-family:Verdana, Arial, Helvetica, sans-serif;
              color:#000000;
              font-size:10pt;
			  font-weight:bold;
             }		
.tabla_letra_2{font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:10pt;
             }		 
 .select { font-family: Arial; 
          font-size: 11px; 
          border:#6699CC; 
          border-style: solid; 
          border-top-width: 1px; 
          border-right-width: 2px; 
          border-bottom-width: 2px;
          border-left-width: 1px;
		  color:#000000;          
         }			 		
A.enlace_1:visited {color:#FFFFFF;font-family:arial;text-decoration:underline;font-size:12px}
A.enlace_1:active {color:#FFFFFF;font-family:arial;text-decoration:underline;font-size:12px}
A.enlace_1:link {color:#FFFFFF;font-family:arial;text-decoration:underline;font-size:12px}
A.enlace_1:hover {color:#FFFFFF;font-size:14pt;text-decoration:underline;font-size:12px}


A.enlace_3:visited {
	color:#FF0000;
	font-family:arial;
	text-decoration:underline;
	font-size:12px
	}
A.enlace_3:active {
	color:#FF0000;
	font-family:arial;
	text-decoration:underline;
	font-size:12px
	}
A.enlace_3:link {
	color:#FF0000;
	font-family:arial;
	text-decoration:underline;
	font-size:12px
	}
A.enlace_3:hover {
	color:#66CCFF;
	font-family:arial;
	text-decoration:underline;
	font-size:13px
	}

A.enlace_2:visited {color:#000000;font-family:Verdana, Arial, Helvetica, sans-serif;text-decoration:underline;font-size:12px}
A.enlace_2:active {color:#6699CC;font-family:Verdana, Arial, Helvetica, sans-serif;text-decoration:underline;font-size:12px}
A.enlace_2:link {color:#000000;font-family:Verdana, Arial, Helvetica, sans-serif;text-decoration:underline;font-size:12px}
A.enlace_2:hover {color:#6699CC;font-family:Verdana, Arial, Helvetica, sans-serif;text-decoration:underline;font-size:12px}
.leyenda{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0e3b65;
}
/**************************************************************/
/* Estilos para hacer el efecto de esquinas
/* redondeadas de la caja de login
/*
/**************************************************************/
.rbroundbox {
	background: url(images/rounded/nt.gif) repeat;
}
.rbtop div {
	background: url(images/rounded/tl.gif) no-repeat top left;
}
.rbtop {
	background: url(images/rounded/tr.gif) no-repeat top right;
}
.rbbot div {
	background: url(images/rounded/bl.gif) no-repeat bottom left;
}
.rbbot {
	background: url(images/rounded/br.gif) no-repeat bottom right;
}
/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent {
	margin: 0 7px;
}
.rbroundbox {
	width: 300px;
	margin: 1em auto;
}