body {
	background-color: #DBDBDB;
	background-image: url(../images/fons.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 71%;
	scrollbar-arrow-color: #000066; 
	scrollbar-base-color: #000033; 


	scrollbar-face-color: #5e9ace; 
	scrollbar-shadow-color: #DDDDDD; 
	scrollbar-highlight-color: #CCCCCC; 
}

input,select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #eee;
	border: #000000;
	border-style: solid;
	border-width: 1px;

}
h1 {
	visibility: hidden;
}

#fons {
	width: 100%;
	height: 499px;
	margin-top: -250px;
	position: absolute;
	top: 50%;
	background-image: url(../images/fons_capa2.jpg);
	left: 0px;
	background-repeat: no-repeat;
	background-position: center;
}
#principal {
	height: 500px;
	width: 750px;
	margin-top: -250px;
	margin-right: -375px;
	position: absolute;
	top: 50%;
	right: 50%;
	background-color: #FFFFFF;
	}


#content {
	padding: 10px;
	position: absolute;
	top: 101px;
	right: 10px;
	width: 570px;

}
#content p {

	color: #000000;
	text-align: justify;
}





/* Nosotros */

#nosotros_texto {
	width: 290px;
	overflow: auto;
	height: 340px;
	padding-top: 40px;

}


#nosotros_image {
	width: 231px;
	position: absolute;
	right: 10px;
	top:28px;

}

/* Empresa */

#empresa_texto {
	width: 260px;
	float: left;
	margin-top: 70px;
	margin-left: 20px;
}

#empresa_image {
	right: 0px;
	height: 334px;
	width: 231px;
	position: absolute;
	padding-top: 15px;
	padding-right: 15px;
}


/* Actualidad */

#actualidad_texto {
	position: absolute;
	width: 440px;
	height: 335px;
	top:130px;
		right: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	overflow: auto;
}
#actualidad_image {
	width: 231px;
	height: 334px;
	position: absolute;
	left: 20px;
	top: 130px;
}



/* Contacto */
#contacto {

	margin: 25px;
}
.boton {

	width: 60px;
	color: #FFFFFF;
	background-color: #853364;
}


/* Aviso legal */

#aviso {
	width:  710px;
	height: 360px;
	overflow: auto;
	padding-left: 20px;
		padding-right: 20px;
	padding-bottom: 10px;
	text-align: justify;
}
#aviso h2, #aviso h3 {
	font-size: 110%;
	font-weight: bold;
}
#aviso a:link {
	text-decoration: none;
	color: #1D548B;
}
#aviso a:hover {

	text-decoration: underline;
}

