/*
xsm v0.3 beta
octubre dosmilnueve
(c) livercake
felipe@livercake.net
*/

body {
	margin: 0;
	padding: 0;
	background-image: url('images/tile.gif');
	font-size: 13px;
	color: #8C8C8C;
}

body, th, td, input, textarea, select, option {
	text-transform: lowercase;
	font-family: Helvetica, Verdana, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #F8FBEC;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #e7de7b;
}

a:hover {
	text-decoration: none;
	color: #ff9c00;
}

#wrapper {
}
/* teaser */
#teaser {
	text-align: center;
	margin-top: 4em;
	background-image:url('images/fondo_teaser.jpg');
	height: 343px;
	}
	
#teaser img{
	border: none;
	padding-top: 26px;
	}
	
.bajada {
	color: red;
	font-size: large;
	text-align: center;
	margin-top: 2em;
	}
	
.bajada a{
	color: purple;
	text-decoration: none;
	}
	
.footer {
	margin-top: 4em;
	font-size: smaller;
	color: white;
	text-align: center;
	}
	
.footer a{
	color: purple;
	text-decoration: none;
	}
	
.w3cbadge {
	text-align: center;
	}