/* ------------------------------ GENERAL ------------------------------ */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #2E3192 url(../img/fondo.jpg) no-repeat center top;
}

p {
	font-size: 13px;
	text-align: justify;
	line-height: 18px;
	color: #B3D5EB;
}

a {
	font-size: 10px;
	text-decoration: none;
	line-height: 18px;
	color: #66AAD7;
}

	a:hover {
		text-decoration: underline;
		color: #FFF;
	}

a.twitter {
	display: block;
	float: left;
	width: 79px;
	height: 21px;
	margin: 0 32px 0 262px;
	text-indent: -9999px;
	background: url(../img/twitter.png) no-repeat 0 0;
}

	a:hover.twitter {
		background: url(../img/twitter.png) no-repeat 0 -21px;
	}

a.blog {
	display: block;
	float: left;
	width: 47px;
	height: 22px;
	margin: 0 31px 0 0;
	text-indent: -9999px;
	background: url(../img/blog.png) no-repeat 0 0;
}

	a:hover.blog {
		background: url(../img/blog.png) no-repeat 0 -22px;
	}

a.correo {
	display: block;
	float: left;
	width: 129px;
	height: 22px;
	margin: 0 32px 0 0;
	text-indent: -9999px;
	background: url(../img/correo.png) no-repeat 0 0;
}

	a:hover.correo {
		background: url(../img/correo.png) no-repeat 0 -22px;
	}

input {
	width: 300px;
	margin: 15px 0 0 20px;
	border: 0;
	font-size: 15px;
	line-height: 18px;
	color: #2E3192;
	background: transparent;
}

input.enviar {
	cursor: pointer;
	width: 160px;
	height: 54px;
	margin: 0;
	border: 0;
	text-indent: -9999px;
	background: url(../img/enviar.png) no-repeat 0 0;
}

	input:hover.enviar {
		background: url(../img/enviar.png) no-repeat 0 -54px;
	}

.base {
	margin: 1px 0 38px 0;
	font-size: 10px;
	text-align: center;
	line-height: 18px;
	color: #66AAD7;
}

.campo {
	float: left;
	width: 320px;
	height: 54px;
	margin: 0 0 0 241px;
	background: url(../img/input.png) no-repeat 0 0;
}

.especial {
	width: 710px;
	margin: 0 5px 23px 5px;
}

.logo {
	width: 239px;
	height: 114px;
	margin: 96px 0 24px 2px;
	text-indent: -9999px;
	background: url(../img/efecinco.png) no-repeat;
}

.separador {
	margin: 0 10px;
}

.teclado {
	margin: 0 0 0 28px;
}

.titular1 {
	width: 122px;
	height: 23px;
	margin: 0 0 18px 19px;
	text-indent: -9999px;
	background: url(../img/titular1.png) no-repeat;
}

.titular2 {
	width: 357px;
	height: 18px;
	margin: 0 0 19px 21px;
	text-indent: -9999px;
	background: url(../img/titular2.png) no-repeat;
}
