@charset "UTF-8";
/* CSS Document */

body {
	margin-bottom: 0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	background-color:AntiqueWhite;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}#contenido {
	width: 830px;
	height:610px;
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
}
#intro {
	width: 830px;
	height:610px;
	background-image: url(../images/fondoVacio.jpg);
	background-repeat: no-repeat;
}
.h1 {
	font-size:large;
	font-weight:bold;
}

.inicio {
	font-weight: bold;
	color: #004783;
	font-size: 14px;
}
.inicio a:link {
	font-weight: bold;
	color: #004783;
	text-decoration: none;
}
.inicio a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #004783;
}
.inicio a:visited {
	font-weight: bold;
	color: #004783;
}.pie {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}
