body {
	background-image: url(images/fondo.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.Estilo_Rojo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#FF0000;
	font-weight: bold;
}

.submit{
	width:150px;
}
.td_fondo{
	/*background:url(images/td_fondo.jpg);*/
	background:url(images/bordes3_r2_c1.jpg);
}
.td_fondo_login{
	background:url(images/login/bordes3l_r2_c1.jpg);
}	

.dataTableRow { background-color: #F0F1F1; }
.dataTableRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand; }

a.guia:link {
	text-decoration: underline;
	color: #FF0000;
	font-size:20px;
}
a.guia:visited {
	text-decoration: underline;
	color: #FF0000;
	font-size:20px;	
}
a.guia:hover {
	text-decoration: none;
	color: #FF0000;
	font-size:20px;	
}
a.guia:active {
	text-decoration: underline;
	color: #FF0000;
	font-size:20px;	
}

a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#000000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.titulos{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
.encabezados {
	font-size: 16pt;
	font-weight: bold;
}
.rojo_bold {
	color: #FF0000;
	font-weight: bold;
}