@import url(comun.css);

body * {
	font-family: Verdana, Arial, sans-serif;
}

body {
	font-size: 0.8em;
}

html, body {
	background: #f8f8fa none;
}


/********** HEADER **********/

#header
{
	width: 100%;
	height: 58px;
	border-top: 1px solid #495778;
	border-bottom: 1px solid #495778;
	background: #DAE0E3 url(img/header.gif) repeat-x;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 20px;
}

#header h1
{
	text-indent: -1000em;
	overflow: hidden;
	margin-bottom: 60px;
}

#header h1 a 
{
	display: block;
	width: 90px;
	height: 60px;
	margin-left: 1px;
	background: transparent url(img/net_logo.gif);
	text-indent: -1000em;
	overflow: hidden;
}

#header h2 
{
	display: table-cell;
	position: absolute;
	top: 2px;
	left: 93px;
	padding: 8px 5px 9px 35px;
	border: 1px solid #fff;
	background: transparent url(img/icono-cabecera-usuarios.gif) no-repeat center left;
	color: #495778;
	font-size: 0.85em;
}

#header h2 .entidad 
{
	color: #E77919;
	text-transform: uppercase;
}

#header .fecha 
{
	position: absolute;
	top: 38px;
	left: 93px;
	color: #495778;
	text-transform: lowercase;
	font-size: 0.7em;
}

/********** CONTENT **********/

#content 
{
	text-align: center;
	color: #495778;
	font-size: 0.85em;
}

#content .entrada 
{
	text-indent: -1000em;
	background: transparent url(img/entrada.jpg) no-repeat top center;
	height: 151px;
	width: 250px;
	margin: 30px auto;
	cursor: pointer;
}

* html #content .entrada {
	cursor: hand;
	padding-bottom: 140px;
	height: auto;
	width: auto;
	wi\dth: 250px;
}

#content a:link,
#content a:visited,
#content a:hover,
#content a:active
{
	font-weight: bold;
	color: #495778;
	text-decoration: none;
}

#content .eprinsa,
#content .puntonet 
{
	letter-spacing: -0.1em;
}

#content .eprinsa
{
	color: #4F97A3;
}

#content .puntonet
{
	color: #D87924;
}

#content .certificado img
{
	vertical-align: middle;
}


/********** LOGIN **********/

.login {
	text-align: center;
	margin: 20px auto;
}

.login fieldset
{
	border: 1px solid #e77919;
	width: 500px;
	margin: 20px auto;
	padding: 10px;
	background: #f0f5f5 none;
}

.login .grupo
{
	text-align: left;
	margin: 15px 0;
}

.login .text1 label
{
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	margin-right: 10px;
	color: #e77919;
	padding: 2px 0;
}

.login .text1 .text
{
	border: 1px solid #495778;
	width: 120px;
	font-size: 1em;
}

.login .text1 label,
.login .text1 .text
{
	padding: 2px 4px;
}

.login .button
{
	text-align: center;
	font-size: 1.1em;
}

.login .error
{
	border: 1px solid red;
	width: 500px;
	margin: 20px auto;
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
	background: #fff none;
}

p#olvidoclave {
	text-align: center;
}

p#correoenviado {
	background:#F0F5F5 none repeat scroll 0%;
	border:1px solid #E77919;
	margin:20px auto;
	padding:10px;
	width:500px;
}

/********** FOOTER **********/

#footer
{
	border-top: 1px solid #495778;
	margin: 20px;
	padding-top: 5px;
	font-size: 0.8em;
	color: #495778;
	text-align: center;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active
{
color: #495778;
	text-decoration: none;
}
