*{
	margin: 0;
}
body{
	background-image: url(../imagenes/fondo.jpg);
	background-attachment: fixed;
	color: #ccc;
	font-family: arial, verdana, helvetica;
	font-size: 20px;
}

#contenedor{
	max-width:960px;
	margin: 0 auto;
}

#logo{
	margin-top: 10%;
	width: 30%;
}

#logo img{
	width: 100%;
}

#caja-texto{
	float: left;
	width: 45%;
	margin-right: 10%;
	position: relative;
	font-size: 18px;
}

#caja-derecha{
	text-align: right;
}

#caja-derecha p{
	font-size: 16px;
	font-family: verdana, arial, helvetica;
}

.text-usuario{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 5px 4px 5px #222;
	-moz-box-shadow: 5px 4px 5px #222;
	-webkit-box-shadow: 5px 4px 5px #222;
	padding: 10px;
	font-family: arial, verdana;
	font-size: 16px;
	color: gray;
	margin-bottom: 10px;
}

.iniciar{
	text-align: center;
	font-family: verdana, arial;
	font-size: 19px;
	padding: 7px;
	background: #ff9d03;
	color: white;
	border-radius: 5px;
	box-shadow: 5px 4px 5px #222;
	-moz-box-shadow: 5px 4px 5px #222;
	-webkit-box-shadow: 5px 4px 5px #222;
}

.iniciar:hover{
	background: white;
	color: black;
	cursor: pointer;
}

#copyright{
	font-size: 14px;
	margin-top: 20%;
	text-align: center;
}

@media screen and (max-width: 200px){
	#logo img{
		width: 70%;
	}
}