body{
	margin: 0; 
	padding: 0;
	background: none repeat scroll 0 0 #FFF;
    color: #222222;
	font-family: Arial, Helvetica, Sans Serif; 
	font-size: 14px;
	color: #FFF;
	width: 100%;
	height: 100%;
}

.title{
	background-image: url("../images/bg.title2.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    line-height: 69px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px #000000;
	color: #FFF;
}

.contenido{
	color: #CFCFCF;
	padding: 50px;
	width: 100%;
}

.contenido h1{
	color: #FFF950;
    font-weight: bold;
	font-size: 16px;
    text-shadow: 1px 1px #D6C313;
    text-transform: uppercase;
	text-align: left;
}

.texto{
	text-align:justify;
	width: 400px;
	height: 100px;
}

#formulario{
	width: 300px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 50px;
}

#formulario p, #submit{
	margin-left: 50px;			
}

.visible{
	display: none;
}

#pie a{
	font-size: 10px;
	color: gray;
	text-align: center;
}

#pie span{
	display: block;
	font-size: 12px;
}

.offline{
	background-image: url("../images/background/offline.png");
	background-repeat:no-repeat;
	background-position: center top;
	background-size: auto 100%;
	height: 100vh;
}