.texto {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size-adjust: none;
	font-stretch: normal;
	/*text-align: justify;*/
	color: rgb(0, 0, 0);
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 10px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.negrita {
	font-style: normal;
	font-variant: normal;
	font-stretch: normal;
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.bold {
	font-style: normal;
	font-variant: normal;
	font-stretch: normal;
	color: black;
	font-weight: bold;
	padding-left: 5px;
}

.titulo {
	color: rgb(255, 153, 0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: normal;
	padding-top: 20px;
}

.big {
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: normal;
}

.subtitulo {
	color: rgb(255, 153, 0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 10px;
	padding-top: 15px;
	margin-left: 6px;
	margin-right: 6px;
	/* color: rgb(255, 153, 0);*/
	color: blue;
}

.blanco {
	font-style: normal;
	font-variant: normal;
	font-stretch: normal;
	color: rgb(255, 255, 255);
	font-weight: normal;
}

.logo_tux {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

.traductor {
	padding-right: 20px;
	margin-right: 20px;
	color: #ff9900;
	text-decoration: none;
}

.justificado {
	text-justify: auto;
}

.centrado {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.publicidad {
	width: 975px;
	font-size: smaller;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	word-spacing: 10px;
	zoom: 1;
	padding:0px;
	
}

.publicidad td {
	padding: 10px;
	border-style:none; 
}

.container { 
	background: #fff;
	box-shadow: 0 10px 30px #000;
}

/*------------------------------ HEADER ------------------------------------*/

#tabla_principal {
	margin-left: auto;
	margin-right: auto;
	width: 972px;
	background-color: #fff;
}

#logo {	height: 116px; }
#content-wrap { min-height: 500px;}
#content { padding: 10px; background: #FFFFFF;}

header#masthead {
	height: 100px;
}

#masthead .menu li {
	display: inline-block;
	padding: 4px 20px 0;
	text-transform: uppercase;
}

#masthead .menu li a {
	color: #FFF;
	text-shadow: 0 0 4px #ff9000;
}

#primary { padding: 0px 30px; }