/* color base #D46F07 */
body {
	/*color: #D46F07;*/
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	margin:0px;
	padding:0px;
}
img { border: 0px;}

/* @group Centrado */
#fondo{
	text-align: center;
	width:100%;
}
#web{
	text-align: left;
	width:955px;
	margin:auto;
	border: 1px #AAAAAA solid;
	background-color: #000000;
}
a {
	color:  #D46F07;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
#cabecera{
	text-align: center;
}
#navegacion{
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#navegacion a{
	text-decoration: underline;
	color: #D46F07;
}
#navegacion a:hover{
	text-decoration: none;
}
#menu_superior{
	color: #CCCCCC;
	text-align: center;
	padding-right: 20px;
	font-size: 11px;
	font-weight: bold;
}
#menu_superior li{
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #AAAAAA;
}
#menu_superior a{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
#menu_superior a:hover{
	color: #FA7F04;
	text-decoration: underline;
}
.item_prin_menu a{
	color: #000000;
	background-color: #FA7F04;
	padding: 2px;
	font-weight: bold;
	border-bottom: #AAAAAA solid 1px;
}
.item_prin_menu a:hover{
	color: #000000;
	background-color: #FA7F04;
	padding: 2px;
	font-weight: bold;
	border-bottom: #AAAAAA solid 1px;
}
.subitem_menu li{
	border-bottom: 1px solid #AAAAAA;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.subitem_menu a{
	background-image: url(../../img/lst_menu_izq.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.subitem_menu a:hover{
	color: #FA7F04;
	text-decoration: none;
	font-weight: bold;
}
#centro{
	border-top: 1px solid #AAAAAA;
	background-color: #888888;
}
#sub_centro{
	background-color: #888888;
	float: left;
	background-image: url(../../img/bg_body.gif);
	background-position: right;
	background-repeat: repeat-y;
}
#menu_izq{
	width: 210px;
	float: left;
	background-color: #000000;
}
#contenido{
	width: 545px;
	font-size: 11px;
	color: #000000;
	float: left;
	padding: 10px;
	text-align: justify;
}
#menu_der{
	width: 180px;
	float: left;
}
#pie_publicidad{
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000000;
	font-size: 10px;
	text-align: center;
	clear: both;
	color: #FFFFFF;
}
#pie{
	text-align: center;
	padding-top: 5px;
	clear: both;
	padding-bottom: 5px;
}
.capa_bloqueo{
	clear: both;
}
#desc_buscador{
	padding-bottom: 30px;	
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 8px;
}
#lst_cursos_suscriptores{
	margin-top: 8px;
	border-top: 1px dashed #CCCCCC;
	padding-top: 8px;
}
#descripcion_categoria{
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 8px;	
	margin-bottom: 8px;
}
#lst_categorias_hijas_cat{
	margin-bottom: 8px;
	border-bottom: 1px dashed #CCCCCC; 
	padding-bottom: 8px;
}
#lst_articulos_cat{
	margin-bottom: 8px;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 8px;
}
.tit_articulo_cat a{
	color: #D46F07;
	text-decoration: underline;
	font-weight: bold;
}
.tit_articulo_cat a:hover{
	color: #D46F07;
	text-decoration: none;
}
.desc_articulo_cat{
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 8px;
}
.img_desc_articulo_cat{
	float: left;
	margin-right: 15px;
	padding: 1px;
}
#publicidad_categoria{
	padding-top: 20px;
}
.item_articulo_cat{
	padding: 5px;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#pie a{
	color: #FFFFFF;
	text-decoration: none;
	
}
#pie a:hover{
	color: #FA7F04;	
}
textarea{
	padding: 5px;
}

