﻿html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 13px;
	clear: none;
	width: 625px;
	height: 380px;
}
a
{
	color: #083772;
}
a:link
{
	color: #083772;
	text-decoration: underline;
}

a:visited
{
	color: #1e4e8f;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
	color: #0000CC;
}
.col
{
	float: left;
	margin-left: 3px;
}
.block
{
	border: 3px solid #B2D0F7;
	background: white url(../images/block-bg.gif) repeat-x;
	margin-top: 10px;
}
.block-title
{
	color: #083772;
	font-weight: bold;
	padding: 4px;
	padding-left: 8px;
}
.block-body
{
	padding: 8px;
	padding-top: 2px;
}
.block-body b
{
	color: #333333;
	font-size: 11px;
}
.block-body em
{
	display: block;
	margin-top: 5px;
	font-size: 11px;
	color: gray;
	text-align: right;
}
.list
{
	list-style: square;
	padding-left: 20px;
	margin-top: 5px;
}

.datosPass{
	position: absolute;
	top: 353px;
	left: 383px;
	font-size: 13px;
	color: #2b6d90;
}

.marco
{
	width: 625px;
	height: 380px;
	border-right: solid 2px #f2f2f2;
	border-bottom: solid 2px #f2f2f2;
	background: url('../images/bg.jpg' ) 100% 100% no-repeat;
	

}

.logo
{
	height: 100px;
	float: left;
	position: absolute;
	margin-bottom: 0px;
	top: 277px;
}

.datos
{
	position: absolute;
	top: 100px;
	left: 50px;
	font-size: 13px;
	color: #2b6d90;
}

.datos2
{
	position: absolute;
	top: 170px;
	left: 120px;
	font-size: 13px;
	color: #2b6d90;
}


.datos table
{
	font-size: 13px;
	color: #2b6d90;
}

.titulo
{
	float: right;
	top: 20px;
	position: absolute;
	left: 180px;
}

.tituloOlvido
{
	float: right;
	top: 15px;
	position: absolute;
	left: 180px;
}

.msg
{
	position: absolute;
	top: 60px;
	left: 20px;
	font-size: 13px;
	color: #2b6d90;
}

.msg2
{
	position: absolute;
	top: 120px;
	left: 50px;
	font-size: 13px;
	color: #2b6d90;
}


.divError
{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 310px;
	visibility: hidden;
}
