@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagenes/fondos/cielito.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #DFEA84;
}
img, div, input { behavior: url("iepngfix/iepngfix.htc") }
#contenedor {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#principal {
	float: left;
	width: 560px;
}
.derecha_clear {
	clear: both;
	float: right;
}

#columna {
	float: right;
	width: 400px;
}
#logo {
	height: 70px;
}
#contenido {
	padding-right: 10px;
	padding-left: 10px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-indent: 10px;
	margin-top: -15px;
	line-height: 18px;
}
b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #F47C20;
	font-weight: normal;
}

#navegacion {
	height: 70px;
}
#ilustracion {
	float: right;
}
#pie {
	clear: both;
}
#galeria {
	width: 534px;
}
#galeria a img, #galeria a{
	border: none;
	overflow: hidden;
	float: left;
}
#galeria a:hover {
	border: 3px solid #33CCFF
}
#galeria a:hover img {
	margin: -3px
}
#galeria ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#galeria li {
	float: left;
}
#fondocielo {
	height: 100%;
	width: 100%;
	background-image: url(imagenes/fondos/footer.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
