@charset "utf-8";
/* CSS Document */
* {margin: 0; padding: 0;}
body {
	background-image: url(fondo_body.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;

}
#pagina {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 980px;
	height: auto;
}
#header {
	height: 250px;
	width: 980px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(adrian.jpg);
	float: left;
}
#botonera {
	float: left;
	width: 980px;
	height: 180px;
}
#botones {
	height: 30px;
	width: 705px;
	float: left;
	margin-left: 270px;
	margin-top: 142px;
}
#boton {
	height: 25px;
	width: 107px;
	float: left;
	margin-top: 2px;
	margin-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
}
#imagenes {
	float: left;
	width: 980px;
	height: 250px;
	background-color: #202F6E;
	margin-top: 8px;
}
#columna {
	float: left;
	height: auto;
	width: 976px;
	margin-top: 2px;
	border: 2px solid #202F6E;
	background-color: #202F6E;
}
#columna1 {
	float: left;
	height: auto;
	width: 500px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #1D2B61;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #202F6E;
	margin-top: 2px;
	margin-left: 2px;
	background-color: #FFF;
}
p {
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: justify;
	margin-right: 5px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#columna2{
	float: left;
	height: auto;
	width: 445px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #1D2B61;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
