body
{
	background-color:#0297F0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a
{
	color:#0297F0;
}

a:visited
{
	color:#0297F0;	
}

textarea
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:540px;
	height:70px;
	margin:0 0 15px 0;
}

input.text, textarea
{
	background-color:#3FA9F5;
	border:none;
	padding:5px;
}

input.text
{
	width:215px;
	float:left;
}

input.text, label
{
	margin-bottom:10px;
}


input.submit
{
	display:block;
	float:right;
	border:none;
	background-image:url(../images/btnEnviar.jpg);
	width:85px;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0px;
	line-height:999px;
}

input.submit:hover{background-position:0px -40px;}
input.submit:active{background-position:0px -80px;}

label
{
	padding:5px;
	width:90px;
	display:block;
	float:left;
	text-align:right;
}

form
{
	display:block;
	width:650px;
	margin:0px auto;
	padding-top:15px;
	overflow:hidden;
}

/* -- TOP -- */

#top
{
	width:100%;
	height:450px;
	background-color:#000;
	margin:0px auto;
} 

.topContainer
{
	width:950px;
	padding:20px;
	margin:0px auto;
}


.logo
{
	background-image:url(../images/logoBooks.jpg);
	width:175px;
	height:60px;
	background-repeat:no-repeat;
}

.mainImage
{
	background-image:url(../images/imagenCentral_v2.jpg);
	width:664px;
	height:333px;
	margin:0px auto;
	background-repeat:no-repeat;
}


#bottom
{
	padding:20px 0 0 0;
	width:100%;
	height:400px;
	background-color:#0297F0;
}

.gracias
{
	width:660px;
	height:120px;
	background-repeat:no-repeat;
	background-image:url(../images/notaGracias.jpg);
	margin:0px auto;
}

.enConstruccion
{
	width:640px;
	height:120px;
	background-image:url(../images/nota.jpg);
	margin:0px auto;
}


#footer
{
	margin-top:15px;
	width:100%;
	background-color:#000;
	height:35px;
}

#footer p
{
	margin:0px auto;
	padding:10px;
	color:#FFF;
	text-align:center;
}

.aditiBtn{
	background-image:url(../images/aditiLogo.jpg);
	display:block;
	background-repeat:no-repeat;
	width:100%;
	margin-top:20px;
	background-position:center center;
	height:60px;
	background-color:#0C89E6;
	text-indent:-9999px;
	overflow:hidden;
}

 
