-/*GENERALES*/
*{overflow:hidden;}
body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D3D3D3;	
	margin:auto;
	margin-top:10px;
	background-image: url('../images/fondocantoya.jpg'); 
	width:800px;
}
.limpiar{clear:both}
#contenedor{
	margin:auto;
	width:800px;
	height:600px;
}
/*CABECERA*/
#cabecera{
    font-weight: bold; color: red; text-decoration: none;
    font-family: Arial, Helvetica, sans-serif  ;
	width:800px;
	height:150px;
	border-bottom:5px solid red;
	margin-bottom :5px;
}
#cabecera h1,img{float:left;}
#cabecera h1{margin-left: 80px; margin-top:40px}
#imagen1{
	width:150px;
	height:150px;
}
#imagen2{
	width:150px;
	height:150px;
	float:right;
}

/*CONTENIDO*/
#contenido{
	width:100%;
	height:700px;
	margin-bottom:1px;
	
	background-image:url('../images/fondocantoya.png');
	background-color:#FFFFFF;
}
fieldset {
margin:auto;
margin-top:120px;
width:250px;
}
.getAutoHeight {
   position: relative;
   overflow: auto; 
}
/*PIE*/
#pie{
	width:100%;
	height:30px;
	margin:auto;
	
}
.pieleft{width:35%;height:28px;float:left;}
.piecenter{width:35%;height:28px;float:left;}
.pieleft{width:35%;height:28px;float:left;}
/*FIN DE GENERALES*/

/*ESPECIFICOS*/
fieldset *{margin:5px;}
/*form{background-image:url("../images/logn_fondo.gif")}*/
a{color:red;}


#array
				(
					'text'	=>	'Articles':'oh',
					'class'  =>   'articles':'oh',
					'link'	=>	'#':'#',
					'show_condition'=>  TRUE,
					'parent'	=>  0
				)
