﻿body 
{
 	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #4F628D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4F628D;
}
a:hover {
	text-decoration: none;
	color: #697845;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}
img {
	border-style: none;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	text-align: justify;
}
.TitlePage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color: #666666;
}
.style2 {
	font-size: 18px;
	font-style: italic;
}
.styleReq 
{
  color: #FF0000
}
.BodyTextCC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	text-align: center;
}
.BodyTextMM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	text-align: left;
}

/*Stylos para el Loading Page*/
#blocker
{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 5000;
 background-color: #000;
 -moz-opacity: 0.2;
 opacity: .20;
 filter: alpha(opacity=20);
}
#total
{
 display: table;
 height: 100%;
 text-align: center;
 position: absolute;
 z-index: 6000;
 left: 45%; /*background-color: blue;*/
}
#contenido
{
 position: absolute;
 top: 50%;
 display: table-cell;
 vertical-align: middle;
 text-align: center;
 z-index: 6000;
 height: 60px;
}

#centrar
{
 position: absolute;
 top: -50%;
 width: 100px;
 padding-left: 30px;
 padding-right: 30px;
 padding-bottom: 10px;
 background-color: #ffffff;
 border-style: solid;
 border-width: 1px;
 border-color: #666666;
 background-image: url(../images/loading6.gif);
 height: 65px;
 background-repeat: no-repeat;
 background-position: top center;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 11px;
 text-align: center;
 z-index: 6000;
}

