/*

This is the CSS file to make the design pretty. You can find
the sticky footer required CSS at the following URL:

http://ryanfait.com/sticky-footer/layout.css

*/

body {
	text-align: center;
	background-color: #FFFFFF;
		background-image:url(/images/fondito.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.wrapper {
	width: 600px;
}
.header {
	width: 600px;
	height: 100px;
	text-indent: -9999em;
	background: #fff url(sticker.jpg) no-repeat;
}
img {
	float: left;
}
h2 {
	padding: 15px 0;
	color: #0099FF;
	font: 1.3em verdana,sans-serif;
}
p {
	padding: 0 0 12px;
	color: #FFFFFF;
	font: 1em/1.3em arial,sans-serif;
}
strong {
	font-weight: normal;
}
.download {
	text-align: right;
}
.footer {
	width: 600px;
	margin: 0 auto;
	background: #FFFFFF url(footer.gif) no-repeat 0 0;

}
.footer p {
	padding: 10px 0 0;
	color: #999999;
	font: 0.8em arial,sans-serif;;
}
a {
	color: #194379;
}
a:hover {
	text-decoration: none;
}
.contenido
{
	background-image:url(fondohome.gif);
	background-repeat:no-repeat;
	margin-top: -5px;
	padding-right: 25px;
	padding-left: 25px;
	height: 202px;
}
.push
{
background-color: #FFFFFF;
}
