body, h1, h2, h3, p, a, ul, li, input, img{
	border:none;
	padding:0px;
	margin:0px;
	list-style-type:none;
	text-decoration:none;}

/**************** FUENTES ***************/

@font-face {
    font-family: 'AsapRegular';
    src: url('../css/fonts/Asap-Regular-webfont.eot');
    src: url('../css/fonts/Asap-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/Asap-Regular-webfont.woff') format('woff'),
         url('../css/fonts/Asap-Regular-webfont.ttf') format('truetype'),
         url('../css/fonts/Asap-Regular-webfont.svg#AsapRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* ESTRUCTURA ---------------------------------------------------------------------------- */
body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background-color:#404040;
	}

#supercontenedor{
	background:none;
	width:100%;
	overflow:hidden;}

#contenedor{
	background:none;
	width:100%;}
	
#contenido{
	width:990px;
	margin:auto;
	margin-top:23px;
	overflow:hidden;
	padding:0px 0px 20px 0px;}

#contenido #columna_principal{
	font-size:14px;
	color:#ddd;
	float:left;
	overflow:hidden;
	width:740px;
	padding-top:11px;}
	
#contenido #columna_derecha{
	float:right;
	width:230px;
	overflow:hidden;
	margin-bottom:30px;}
	
#columna_principal .columna_index{
	position:relative;
	padding-bottom:40px;
	float:left;
	width:200px;
	margin-right:17px;}