@charset "utf-8";
/* CSS Document */

html {
	background-image:url(../images/fondo.jpg);
	background-color:#093;
	background-position:center;
	background-repeat:repeat-y;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFF;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#FFF;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFF;
}

a {
	text-decoration:none;
	color:#FFF;
}

#container {
	margin:auto;
	margin-top:100px;
	height:600px;
	width:600px;
	text-align:center;
	font-size:12px;
	margin-bottom:20px;
}

#logo {
	height:400px;
	background-image:url(../images/logo.png);
	background-position:center;
	background-repeat:no-repeat;
}

#texto2 {
	width:600px;
	text-align:center;
	margin:auto;
}