/* ------------------------------------------------------------------------------ */
/* DECLARACIONES GENERALES / ESTRUCTURA */

*{
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------------------- */
/* BODY */

body {
	background-color: #887547;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7F7F7F;
	line-height: 25px;
	background-image: url(fondo_arena.jpg);
	background-position: top left;
	background-repeat: repeat;
}

/* --------------------------------------------------------------- */
/* LAYOUT */

#layout {
	width: 750px;
	margin: 0 auto;
	padding-top: 20px;
}

/* --------------------------------------------------------------- */
/* HEADER */

#header {
	height: 449px;
	text-align: center;
}

/* --------------------------------------------------------------- */
/* PRINCIPAL */

#principal {
	width: 750px;
    margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(fondo_colores_planos.gif);
	background-repeat: repeat-y;
	background-position: top left;
	float: left
}

/* --------------------------------------------------------------- */
/* MENU */

#menu {
	width: 200px;
	float: left;
	display: block;
	text-align: right;
	background-color: #5A1D01;
}

/* --------------------------------------------------------------- */
/* CONTENIDO */

#contenido {
	width: 550px;
	float: left;
	display: block;
	text-align: left;
	padding-bottom: 50px;
	background-color: #FFFFFF;
}

/* --------------------------------------------------------------- */
/* CIERRE */

#cierre {
	width: 750px;
	height: 257px;
/*	float: right; */
	padding-bottom: 50px;
	clear: both;
}

/* --------------------------------------------------------------- */
/* FOOTER */

#footer {
	width: 100%;
    margin: 0 auto;
	clear: both;
	float: left;
	text-align: center;
	background-color: #282828;
	background-image: url(footer_fondo_01.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 15px;
}

/* --------------------------------------------------------------- */
/* DIOXIDONITROSO */

#dioxidonitroso {
	width: 100%;
	height: 88px;
    margin: 0 auto;
	clear: both;
	float: left;
	text-align: center;
	background-color: #282828;
	background-image: url(footer_fondo_02.gif); 
	background-repeat: repeat-x; 
	background-position: top left; 
}

/* --------------------------------------------------------------- */
/* ESTILOS DE TEXTOS GENERALES */

.modulo {
	width: 450px;
	padding-left: 50px;
	text-align: center;
}

.modulo .texto {
	width: 450px;
	text-align: justify;
}

.modulo .texto ul {
	list-style:square;
	list-style-position: inside;
}

.modulo .titulo {
	font-size: 28px;
	color: #FF7800;
	font-style: italic;
}

.modulo .titulo_2 {
	font-size: 20px;
	color: #FF7800;
	font-style: italic;
}

.modulo .destacado {
	color: #FF7800;
	font-weight: bold;
}

.modulo .fecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A7A7A7;
}

.modulo .categoria,
.modulo .categoria a
.modulo .categoria a:link,
.modulo .categoria a:visited,
.modulo .categoria a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6C6C6C;
}

.modulo a,
.modulo a:link,
.modulo a:visited,
.modulo a:active,
.navigation a,
.navigation a:link,
.navigation a:visited,
.navigation a:active {
	color: #FF7800;
	text-decoration: none;
}

.modulo a:hover,
.navigation a:hover {
	text-decoration: underline;
}

/*
.modulo .texto p {
	padding-bottom: 10px;
}
*/

/* --------------------------------------------------------------- */
/* ESTILOS DE MENU */

#menu a:link,
#menu a:visited,
#menu a:active {
	float: right;
	padding-right: 33px;
	padding-bottom: 8px;
}

#menu a:hover {
	background-image: url(bullet_flechita_menu.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#menu ul li {
	list-style: none;
	float: right;
	clear: both;
}

#menu ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #FF7800;
}

/* --------------------------------------------------------------- */
/* ESTILOS DE FOOTER */

#footer table {
	margin: 0 auto;
}

#footer td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #CFCFCF;
	vertical-align: top;
	padding-top: 25px;
	text-align: left;
	width: 248px;
	line-height: 17px;
}

#footer strong {
	font-weight: bold;
	color: #FFFFFF;
}

#footer .separador {
	background-image: url(footer_separador.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 62px;
}

#footer .legales {
	width: 745px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C5C5C;
	vertical-align: top;
	text-align: left;
	line-height: 16px;
	background-image: url(logo_footer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

#footer .legales a,
#footer .legales a:link,
#footer .legales a:visited,
#footer .legales a:active {
	color: #5C5C5C;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active {
	text-decoration: none;
	color: #CFCFCF;
}

#footer .diseno,
#footer .diseno a,
#footer .diseno a:link,
#footer .diseno a:visited,
#footer .diseno a:active {
	color: #5C4C35;
}

#footer .sugerencias,
#footer .sugerencias a,
#footer .sugerencias a:link,
#footer .sugerencias a:visited,
#footer .sugerencias a:active {
	color: #C1C1C1;
}

#footer .sugerencias a:hover,
#footer .legales a:hover,
#footer .diseno a:hover,
#footer a:hover {
	color: #C5934C;
}

#footer ul {
	list-style: none;
}

/* --------------------------------------------------------------- */
/* ALINEACION DE IMAGENES */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* --------------------------------------------------------------- */
/* NAVEGACION DE PAGINAS */

.navigation {
	width: 450px;
	padding-left: 50px;
}

/* --------------------------------------------------------------- */
/* COMENTARIOS */

.comentarios {
	width: 450px;
	padding-left: 50px;
}

.commentlist,
.commentlist ol,
.commentlist ol li,
.commentlist li {
	list-style: none;
}

#commentform input{
	border: 1px solid #CBC9C9;
	background-color: #F9F9F9;
	height: 15px;
	font-size: 11px;
	padding: 2px;	
	padding-left: 4px;
	padding-right: 4px;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;	
}

#commentform textarea{
	width: 250px;
	height: 50px;
	border: 1px solid #CBC9C9;
	background-color: #F9F9F9;
	padding: 4px;
	margin-top: 3px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#commentform textarea:focus, 
#commentform input[type="text"]:focus {
	background: #FFFFFF;
}

#commentform small{
	font-size: 11px;
	margin-left: 5px;
	margin-bottom: 5px;
}

#commentform #submit{
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 10px;
	background-color: #FB9F04;
	border: #E59000 1px solid;
}


/* --------------------------------------------------------------- */
/* ALINEACIONES GENERALES */

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	float: right;
	padding: 4px;
}

.alignleft {
	float: left;
	padding: 4px;
}