/*****************************************/
/* clases relativas a HTML        */
body, td, th {
	font-family: tahoma;
	font-size: 10px;
	color: #666666;
}

body {
	margin:0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url('images/ttilinng.jpg');
	background-repeat:repeat-y; 
	background-position: left 50%; 
}
form
{
	margin:0px;
	padding:0px;
	width: 100%;
}

/*****************************************/
/* clases relativas a hiperenlace        */
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #6FB1FF;
}
a:hover {
	color: #6FB1FF;
}
a:active {
	color: #6FB1FF;
}

/*****************************************/
/* clases Textos            */

.Titulo_Rosado {
	font-family: Verdana;
	font-size: 13px;
	color: #10426B;
	font-weight: bold;
}

.Titulo_Medio {
	color:#FFFFFF;
	font-family: Verdana;
	font-size: 12px;
}

.Estilo_Listado {
		font-family:Verdana;
		font-size:11px;
		line-height:15px;
		color:#6A6A6A;
}

.Estilo_Normal {
	color:#000000;
	font-family: Verdana;
	font-size: 11px;
}

.Estilo_Encuesta {
	color:#000066;
	font-family: Verdana;
	font-size: 10px;

}

.Titulo_Normal {
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
	font-weight: bold;	
}

.m_text
	{
		font-family:Verdana;
		font-size:11px;
		line-height:13px;
		color:#858585;
	}

.m1_text
	{
		font-family:Verdana;
		font-size:11px;
		line-height:15px;
		color:#858585;
	}

.h_text
	{
		font-family:Verdana;
		font-size:12px;
		line-height:13px;
		color:#478DAA;
	}

.h1_text
	{
		font-family:Verdana;
		font-size:12px;
		line-height:12px;
		color:#CA5C02;
	}

.h2_text
	{
		font-family:Verdana;
		font-size:12px;
		line-height:15px;
		color:#3D3D3D;
	}
	
.l_text
	{
		font-family:Verdana;
		font-size:11px;
		line-height:12px;
		color:#478DAA;
	}	

.l1_text
	{
		font-family:Verdana;
		font-size:11px;
		line-height:12px;
		color:#478DAA;
	}	

.RollOver{
	margin-left:5px;
	margin-top:6px;
	font-family: Verdana;
	font-size: 12px;
	color:#000000; 

	display: block;
	width: 100%;

	text-decoration: none;


	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: gray;
	
	background:#FFFFFF;

}

.Caja_Login {
	background-color:#fff;
	font:9pt Verdana;	
	color:#000;
	width:90px;
	border-color:#696969;	
	border-style :solid;
	border-width :1px;
	height:12pt;
}

.Caja_Grande {
	background-color:#fff;
	font:9pt Verdana;	
	color:#000;
	width:200px;
	border-color:#696969;	
	border-style :solid;
	border-width :1px;
	height:14pt;
}

.Combo_Grande {
	background-color:#fff;
	font:10pt Verdana;
	color:#000;
	width:300px;
	border-color:#696969;
	border-style :solid;
	border-width :1px;
	height:15pt;
}

