* {
	color: rgb(0, 0, 0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ff9900;
	text-decoration: underline;
	font-weight: bold;
}

body {
	background:	url("/blog/wp-content/themes/destyle/img/bg.png");
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: rgb(255, 255, 255);
	font-size: 12px;
	font-family: "Arial", "Verdana", sans-serif ! important;
	line-height: 20px;
}

img {
	border: 0px;
}

table {
	border-width: 0px;
	border-spacing: 0px;
}

h1 {
	font-family: 'Arial', Verdana, sans-serif;
	font-size: 20px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	margin: 15px 0 2px;
	padding-bottom: 2px;
}


.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);
	font-size: 14px;
	font-family: "Arial", "Verdana", sans-serif ! important;
	line-height: 20px;
	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-family: "Arial", "Verdana", sans-serif ! important;
	font-weight: bold;
}

.bold {
	font-style: normal;
	font-variant: normal;
	font-stretch: normal;
	color: black;
	font-family: "Arial", "Verdana", sans-serif ! important;
	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-family: "Arial", "Verdana", sans-serif ! important;
	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; 
}

/*------------------------------ 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;}
