@charset "utf-8";
body {
	background-image: url(../imagenes/fondo1.jpg);
	background-position: 100% 0px;
	top: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFBE6E;
	border-right-color: #FFBE6E;
	border-bottom-color: #FFBE6E;
	border-left-color: #FFBE6E;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	text-align: center;
}
.fondo2 {
	background-image: url(../imagenes/fondo3.jpg);
}


p {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	text-align: justify;
	font-weight: bold;
}

a:link {
	color: #000000;
	text-decoration: none;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 90%;
	font-weight: normal;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
.FONDOCASILLAS {
	background-color: #FBCB91;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	margin: 0px;
	padding: 0px;
}
body {
    text-align : center;
	vertical-align : middle;
	top : 200px;
	}

