@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(fondo.jpg);
	background-position: center bottom;
}
.textonormal {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 1.9em;
	text-align: justify;
}
strong {
	color: #006600;
}
.recuadro-jardin {
	background-color: #E7F2E1;
	text-align: justify;
	border: 1px solid  #FFA101;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
a:link, a:visited, a:active {
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.5em;
	color: #ED035B;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 13px;
	text-shadow: 0 0 0.2em #BFE5F0, 0 0 0.2em #BFE5F0, 0 0 0.2em #BFE5F0
}
a:hover {
	color: #CC3300;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #339900;
	font-weight: lighter;
}
h2, h3, h4, h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	color: #FFA101;
	font-weight: normal;
	text-transform: capitalize;
	text-shadow: 0 0 0.2em #FFF, 0 0 0.2em #FFF, 0 0 0.2em #FFF
	
	
}
.alinear_izq {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}
.alinear_der {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.texto-chico {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.matizado {
	background-image: url(matizado.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.ads {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 90px;
}
.justificado {
	text-align: justify;
}

