body {
	color: #000;	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin:0;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.6em;
}

h1 {
	font-size:2em;	
	text-transform: uppercase;
	margin:1em 0 0 1em;
}

h2 {
	color:#b5311d;
	font-size:1.8em;
	margin:2em 0 0.5em;
}

h3 {
	font-size:1.3em;
	margin:0;
	color:#fff;
}

p {
	font-size:1.3em;
	line-height:1.4em;
	margin:1em 0 0;	
}

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

ul, ol, dl, li
{
	margin: 0;
	padding: 0;
	position: relative;
}
li
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

a img {
	border:none;
}

form {
	margin:0;
}

fieldset {
	border:0;
}

.left {	float:left; }
.right { float:right; }
.clear { clear:both; }
.nodisplay { display:none; }

/* Capas contenedoras */
div#container {
	background:#bc2f01 url(../img/bg.gif) repeat-x 0 0;
	float:left;
	width:100%;	
}
div#leftcol {
	background-color:#ffe35b;
	float:left;
	width:21.4em;
}
div#rightcol {
	float:left;	
	width:55em;
}

