/* CSS Document */
body {
	text-align: center;
	background-color:2b3c50;
	}
#container { 
   width:700px;
   height:750px;
 margin:0 auto;
}
#copy
{
color:#FFFFFF
}

h1{
font-size:14px;
font-style:none;
font-family:tahoma;
color:#003366;
}

#content{
padding:30;
margin:0 auto;
position: absolute;
top:50%;
left:50%;  
margin-top:-110px;
margin-left:-250px;
height:210px;
width:500px;
background-color:#F3F3F3;
border:#CCCCCC;
border-style:solid;
border-style:double;
}

#login{
height:50px;
width:100px;
margin-top:20px;
}

.texto{
font-family:Tahoma;
font-size:11px;

}

.texto2{
font-family:Tahoma;
font-size:14px;
}

.texto3{
font-family:Tahoma;
font-size:14px;
color:#CCCCCC;
}

.titulo{
font-family:Tahoma;
font-size:14px;
color:#003366
}

.sub{
font-family:Tahoma;
font-size:12px;
color:#333333;
}

.a{
color:#FFFFFF;
}