/* Hoja de estilo para integración web */

body,td,br
{
   font-family:Tahoma; font-size:10px;
}
#container{
position:absolute;
 top:0;
 left:128px;
 width:150px;
 margin-left:auto;
 margin-right:auto;
 background-color: #ffffff;
}
.menu1{font-family:Tahoma; font-size:10px;   color:#8F8F8F; text-decoration:none}
.input{font-family:Tahoma; font-size:10px;   color:#616161; text-decoration:none}
.menu2{font-family:Tahoma; font-size:10px;   color:#A7A6A9; text-decoration:none}
.text1{font-family:Tahoma; font-size:10px;   color:#888888; text-decoration:none}
.text2{font-family:Tahoma; font-size:10px;   color:#797979; text-decoration:none}
.textoGrande {
	azimuth: left-side;
	font-family:Tahoma; font-size:30px;   color: #00008B; text-decoration:none
}
.blue{font-family:Tahoma; font-size:10px;   color:#327195; text-decoration:none}
		
		
.blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
	
a:link, a:visited, a:active 
	{text-decoration: none;}
	
a:hover   {text-decoration: none }
