/*******Reseteo css******/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size:100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration:none;
}

body {
  line-height: 1;
	/*fuente de estas paginas*/
   font: normal normal normal 62.5% Arial, Tahoma, Helvetica, sans-serif;
  
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
/* No olvides definir estilos para focus */
:focus {
  outline: 0;
}
 
/* No olvides resaltar de alguna manera el texto insertado/borrado */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
/* En el código HTML es necesario añadir cellspacing="0" */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*****/

body{
	color: #fff;
	line-height: 1;
	}
	
body.ppal{
    background-color: black;
}	

#wrapper{
	position: absolute;
	width:100%;
	z-index:100;
	}

#header{
	margin:0; 
	height:285px;
	position: relative;
	width:100%;
	}
#header h3 {
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 3px;
	font-weight: normal;
	line-height: 30px;
	padding-top: 245px;
	}
.logo-header {
	position: absolute;
	bottom: 30px;
	}
#content{
	width:100%;
	position:relative;
	color: #000;
	font-size: 1.2em;
	}
/* form de login */
#login_form {
	font: normal normal normal 1.1em /20px Arial, Helvetica, sans-serif;
	}
/*#login_form input {
	border: 1px solid #CCC;
	width: 220px; height: 20px;
	}*/
#login{
	width: 370px; height: 95px;
	border: 1px solid #CCC;
	margin: 30px auto 0;
	background-color:white;
	color:black;
	position:relative;
	font:normal normal normal 0.9em/1em Arial, Helvetica, sans-serif;
	padding: 20px 0 0 0;
	}
#login span{
	float:left;
	text-align:right;
	/*width:70px;*/
	display:block;
	font-size:1.1em;
	line-height:30px;
	/*padding: 0 20px;*/
	/*padding: 0 5px;*/
	padding: 0px;
	}
#login input{
	border:1px solid #CCCCCC;
	height:20px;
	width:220px;
	margin:4px;
	float:left;
	}

#login h1{
	text-align:center;
	font-weight: normal;
	line-height:35px;
	font-size:1.1em;
	}

/*****/

/* Copyright */
.copy{
	font-size: 1em;
	color: #9bbbbd;
	width: 100%; height: 469px;
	background: black url('./../Images/FondoPortal.png') repeat-x left top;	
	position: absolute;
	left: 0; bottom: 0;
	z-index:10;
	}
.copy span{
	position: absolute;
	left: 5px; bottom: 5px;
}
.copy a{
	color: #9bbbbd;
}
/* Barras */ 
div.bar01 {
	background:transparent url(../../../images/LineaHerramientas.png) no-repeat scroll center top;
	border:0 none;
	height:3px;
	margin:0;
	width:100%;
	position:absolute;
	top:280px;
	z-index:-10;
	}
div.bar03{
	background:transparent url(../../../images/hr03.png) repeat-x scroll left top;
	border:0 none;
	height:3px;
	margin:0;
	width:100%;
	position:absolute;
	top:280px;
	z-index:-100;
	}


 /*+++++++++++++++++++++++++++++++++++++++++++
		Animación de logotipos
 +++++++++++++++++++++++++++++++++++++++++++++ */
#fading 
{
  padding:10px;
  letter-spacing:5px;  
  /*visibility: hidden;*/
}

#fadingIdoc
{
	float:left;
	margin-top:43px;
	margin-left:21px;
}

#fadingScn
{
	float:right;
	margin-top:25px;
	margin-right:21px;
}

/* **************************************************************************************************** */
/* Página de Bienvenida */

#welcome
{
	width: 370px; 
	border: 1px solid #CCC;
	margin: 30px auto 0;
	background-color:white;
	color:black;
	position:relative;
	font:normal normal normal 0.9em/1em Arial, Helvetica, sans-serif;
	padding: 20px 0 0 0;
}
	
#welcome span
{
	display:block;
	font-size:1.1em;
	line-height:30px;
	padding: 0px;
}
/*	
#welcome input
{
    font-size:9px;
}
*/
#welcome h1
{
	text-align:center;
	font-weight: normal;
	line-height:35px;
	font-size:1.1em;
}
	
/* **************************************************************************************************** */
