/* Alambre Estudio Gráfico
   www.alambre.net
   //
   Estilos DHEMEN CSS+XHTML
   Estructura
   Enero 2008
*/

/* fondo y general*/

body{
	background: #2D2D2D;
	text-align: center;
	}

body,td,th,div,input,select,textarea,ul,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AAAAAA;
	line-height: 16px;
}

#wrap{
	text-align:left;
	width: 960px;
	margin: 0px auto 0; 
}

/* Cabecera */

#cabecera{
	width: 960px;
	border-top: 3px solid #FFF000;
}

	/* menu */
	
	#menu_nivel0{
	height: 51px;
	clear: both;
	width: 960px;
	background: url(../img/fondos/nivel0_fondo.gif) repeat-x;
	}

	#menu_nivel0_menu{
	height: 51px;
	float: left;
	}

	#menu_nivel0_menu a, #menu_nivel0_menu img{
	float: left;
	}

	#menu_nivel0_logo{
	float: right;
	}
	
	#menu_nivel1{
	display: none;
	}
	
	
	
/* Contenido */

#contenido{
	clear: both;
	width: 960px;
	margin-top: 23px;
	margin-bottom: 25px;
	overflow:hidden;
}

.clear{
	clear: both;
	height:0px;
	overflow: hidden;
}
/* Pie */

#pie{
	width: 960px;
	clear: both;
}

	#pie_nivel0, #pie_nivel1{
	width: 960px;
	background: url(../img/fondos/pie_fondo.gif) repeat-x;
	clear: both;
	overflow: hidden;
}

	#pie_nivel0_menu{
	padding-top: 5px;
	padding-bottom: 4px;
}

	#pie_nivel0_menu .idioma_sel a{
	color: #AAAAAA;
}

	#pie .sep{
	padding-left: 10px;
	padding-right: 10px;
	color: white;
}

	#pie .sep2{
	padding-left: 5px;
	padding-right: 4px;
}

	#pie_nivel1_menu{
	padding-top: 5px;
	padding-bottom: 4px;
	float: left;
}

	#pie_nivel1_bread{
	padding-top: 4px;
	padding-bottom: 4px;
	float: right;
}

/* 2 Columnas */

/* fondo y general*/

	.por_02_cols{
	clear:both;
	width: 960px;
	
	}
	
	.por_02_izq{
	float:left;
	width: 384px;
	margin-bottom: 25px;
	}

	.por_02_der{
	float:right;
	width: 576px;
	margin-bottom: 25px;
	}
	
	.por_03_cols{
	margin-bottom: 25px;
	clear:both;
	width: 961px;
	overflow: hidden;
	}
	
	.por_03_izq{
	float:left;
	width: 384px;
	}

	.por_03_izq p a{
	font-weight: bold;
	}

	.por_03_izq p{
	width: 354px;
	margin-top: 12px;
	}

	.por_03_cen{
	float:left;
	width: 288px;
	}

	.por_03_der{
	float:left;
	}

/* destacados abajo */

	.por_03_img{
	margin-top: 12p;
	}

	.por_03_elem .por_03_img img{
	border-bottom: 2px solid #2a2a2a;
	}

	.por_03_elem_hover .por_03_img img{
	border-bottom: 2px solid #fff000;
	}

	.por_03_elem_hover a:active .por_03_img img{
	border-bottom: 2px solid #aaaaaa;
	}

	.por_03_txt{
	margin-top: 12px;
	width: 258px;
	}
	
	.por_03_txt strong{
	color: #fff000;
	}