@charset "utf-8";

*{
	padding:0;
	margin:0;
	outline:none;
	-moz-outline:none;
	text-decoration:none;
	border:none;
	font-weight:100;
	}

/* CONTENEDORES */

body {
	background-color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#ccc;
	margin:0 auto;
	}

#contenedor {
width:100%; height:270px; color:333; background-image:url(../anexo/fondo_furniture.png); background-repeat:no-repeat; text-align:center; padding:20px; padding-left:0; padding-right:0;
}


a{
	color:white;
	text-decoration:none;
	}

h1{
	font-size:16px;
	text-transform:uppercase;
	}

h2{
	font-size:10px;
	text-transform:uppercase;
	}

/*////////////////////////////// INDEX //////////////////////////////////*/

/* SKYPE HACK */
span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}