/* Alambre Estudio Grafico
   Estilos General para Contenido CSS+XHTML
   NBmusika
   Mayo 2007
*/

body{
	margin: 0px 0px 0px;
	font: 12px Helvetica, Arial, sans-serif;
	color: black;
	text-align: center;
	background: #CFCFCF url(../img/fondos/f3.png) repeat-x;
}


#wrap {	width:964px;	margin:12px auto;
	background-color: white;
	clear:left;
	position: relative;
	text-align:left;
	background-color: white;}

#container{
	width: 924px;
	margin: 0 20px;
	}

#logo{
	text-align: left;
	height: 80px;
	}
	
	#logo h1{
	padding-top: 26px;
	}
	
#barra{
	height: 45px;
	clear: left;
	background: url(../img/general/fondo_menu0.png) repeat-x;
	margin-bottom: 30px;
	}
	
	#menu{
	float: left;
	width: 654px;
	height: 30px;
	}

	#menu ul{
		margin-left: 18px;  
		margin-top: 3px;
		padding:0px; 
		list-style:none; 
		white-space:nowrap;
		height: 0;
}

		#menu ul li{
			display:inline; 
			margin:0; padding:0;
			float: left;
		}
	
	#idiomas{
	float: right;
	width: 265px;
	height: 30px;
	}
	
		#idiomas ul{
		margin-top: 3px;
		padding:0px; 
		list-style:none; 
		white-space:nowrap;
		height: 0;
		margin-right: 18px;
}

		#idiomas ul li{
			display:inline; 
			margin:0; padding:0;
			float: right;
		}


#contenido{
	width: 924px;
	clear: both;
	overflow: hidden;
	}
		#col1{
		width: 654px;
		float: left;
		overflow: hidden;
	}
	
		#col2{
		width: 231px;
		float: right;
		overflow: hidden;
	}

/* Texto General */
	
h3 p.bodytext{
	font: 11px/19px Verdana, Arial, sans-serif;
	margin-bottom: 28px;
	color: #545454;
}

h3 p.bodytext a:link, h3 p.bodytext a:visited{
	text-decoration: none;
	color: #D44310;
}

h3 p.bodytext a:hover{
	text-decoration: underline;
	color: #D44310;
}

/* Pie */

#pie{
	margin-top: 20px;
	height:47px;
	background: url(../img/general/fondo_pie.png) repeat-x;
}

	#pie h4{
	font: 10px Verdana, Arial, sans-serif;
	color: #545454;
	padding-top: 16px;
	margin-top: 0px;
}

	#pie h4 a:link, #pie h4 a:visited{
	color: #D44310;
	text-decoration: none;
}
	
	#pie h4 a:hover{
	color: #D44310;
	text-decoration: underline;
}

.constr{
	height: 300px;
	font: 11px/19px Verdana, Arial, sans-serif;
	}