/* CSS Document */

.Estilo1 {
	font-size: 14px;
	font-weight: bold;
}

.flecha {
	cursor:pointer;
}
.scroll {	
	height:400px;
	overflow:hidden;
	border:0px solid #000000;
}


html, body {
height: 100%;
margin: 0;
padding: 0;

}
.class2 a:link {
	color:#0099CC;
	text-decoration: none;
}
.class 2 a:visited {
	text-decoration: none;
	color:#0099CC;
}
.class2 a:hover {
	text-decoration: none;
	color: #009900;
}
.class2 a:active {
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #1C4C7A;
}
a:visited {
	text-decoration: none;
	color: #1C4C7A;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #1C4C7A;
	font-weight: normal;
}
.style28 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0066CC;
	font-weight:bold;
	
	font-weight: normal;
}
body,td,th {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

.style61 {
	font-size: 16px;
	color: #1C4C7A;
	font-weight: normal;
}
.style53 {
	color: #666666;
	font-weight: normal;
}
.style68 {
	color: #666666;
}
.style63{
	color:#0099CC;
	font-weight: bold;
}
.style57 {color: #1C4C7A}
.style62 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.style67 {
	font-size: 12px;
	color: #1C4C7A;
	font-weight: bold;
}

input{
	font-size:11px;
	border:1px solid #CCCCCC;
}

select{
	font-size:11px;
	border:1px solid gray;
}

.show{
	position:absolute;	
	visibility: visible;
	display:block;	
}
.hide{
	position:absolute;
	visibility:hidden;
	display:none;
}

div.WaitDiv
{
/*	border:none;
	left:0;top:0;position:fixed;width:100%;height:100%;
	font-size:12px;
	background-color:transparent;
	background-image: url(../img/semi-trans.png);*/
}

div.ResumDiv
{
	position:absolute;
	top:200px;
	left:25%;
	width:50%;
	background-color:#FFFFFF;
	z-index:100;
	padding:20px;
	border:1px outset #CCCCCC;
}

div.ResumDiv p#titulo
{
	font-family: 'trebuchet ms', helvetica, arial, sans-serif;
	color: #887855;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-style: normal;
	border-bottom:1px solid #d0cabe;
}

div.ErrorDiv
{
	position:absolute;
	top:200px;
	left:25%;
	width:50%;
	background-color:#FFFFFF;
	z-index:100;
	padding:20px;
	border:1px solid #BD5B76;
	font-family: 'trebuchet ms', helvetica, arial, sans-serif;
	color: #CF412D;
}

div.ErrorDiv p#titulo
{
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-style: normal;
	border-bottom:1px solid #CF412D;
}

#check_server_connection,
#checking_availability{ position:fixed; top:40%; left:25%; width:50%; color:white; border:1px inset white;
						background:url(../../imagenes/semi_black.png);height:80px; padding-top:40px;
						font-weight:bold}

#next_btn.show{position:relative;display:inline}