body {
    background: #00214D;
/*    overflow: hidden;*/
    height: 100%;
    margin: 0;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: x-small;
  }

h2 {
 	border-right: 5px #FFFFFF solid;
 	border-bottom: 5px #667A94 solid;
 	font-size : medium;
 	padding:5px;
}

img {
	border: 0;
}

#preload {
	position: absolute;
	top: 45%;
	left: 45%;
}

.cerrar {
    cursor:pointer;
    font-size:normal;
    text-align:right;
    float:right;
    padding:10px;
  }

.contenido {
    display:none;
  }

.link {
	cursor:pointer;
  }

.subtitulo {
 	border-right: 5px #FFFFFF solid;
 	border-bottom: 5px #667A94 solid;
 	font-size : medium;
 	padding:5px;
  }
#form-smtp{
	width:275px;
	height:250px;
	background-image:url(images/fondo-form.png);
	background-repeat:no-repeat;
	float: right;
	position:absolute;
	right:11px;
	display:none;
	top:70px;
	  
}

#form-smtp p{
	position:relative;
	top:70px;
	float:left;
	left:30px;
	color:#FFF;
	font-size:14px;
}

#campos-texto{
	position:relative;
	top:20px;
}
#boton{
	position:relative;
	top:100px;
}


input{
	background:url(images/fondo-texto.png) no-repeat;
	width:230px;
	height:28px;
	margin:0 0 7px 0;
	color: #999; 
	font-size:1.4em;
	padding-left:10px;
	border:none;
}
#enviar{
	float:left;
	margin:30px 0 0 170px;
	background-image:url(images/fondo-boton.png);
	width:86px;height:30px;/* importante definir la altura*/
	color:#fff;
	cursor:pointer;
	font-size:14px;
}
#mostrar{
	float:right;
	background-image: url(images/boton-fondo.png);
	cursor:pointer;
	z-index:990;
	width:275px;
	height:79px;
	right:30px;
	margin-right:10px;
}
#inicio{
	z-index:500;
}
/* Hover a nuestro Boton 
   No funciona en IE6(para variar..) */
#enviar:hover{

	color:#d0e8f7;
}

.class1 A:link {text-decoration: none; color: #7788a0}
.class1 A:visited {text-decoration: none ; color:#7788a0}
.class1 A:active {text-decoration: none ; color:#7788a0}
.class1 A:hover {text-decoration: none; color: #6CA7DA;}
.class1{
position: relative; float:left; left:310px;top:505px;z-index:999; font-size:11px; width:200px; text-align:left;
}
