#contenedor{
	margin: 0 auto;
	width:1024px;
}

#cabecera{
	background-repeat:no-repeat;
	background-position:center;
	margin: 0 auto;
	width:800px;
	
}

#barra{
	margin: 5px;
}

#columnaizquierda{
	float:left;
	margin: 0 auto;
}

#columnaderecha{
	float:left;
	width:28%;
}

#seccioncentral{
	float:left;
	margin: 0 auto;
	width:70%;
}

#contenidocentral{
	margin: 0 auto;
	margin-top:5px;
	
}

#limit{
	margin:0 auto;
	clear:both;
}

#barrapie{
	
	margin:0 auto;

}

#pie{
	text-align:center;
	font-size:12px;
	
}

a{
	text-decoration:none;
}

a:hover{
	
	text-decoration:underline;
	cursor:pointer;
	
}



/*
Cabeceras
*/

#titulo{
	text-align:center;
}


#cabeceracontenido{
	text-align:center;
	
}

/*
Formato tabla secciones y temas
*/
table#secciones tr#fila{
	
	cursor:pointer;
	border:thin;
	
}

table#secciones td{
	text-align:center;
}

/*
Formato mensaje
*/

table#mensaje tr{
	
	text-align:left;
	
}

table#estilonuevomensaje tr#textareamensaje{
	background-color:white;
}

/*
Formato noticias
*/
table#noticias tr{
	text-align:left;
	
}

/*
Formato contenido central
*/
table#tablacontenidocentral{
	width:100%;
	border:#000 1px solid;
}

table#tablacontenidocentral tr td{
	text-align:center;
	border:#000 1px solid;
	
}

table#tablamenucontenido{
	width:100%;
	border:#000 1px solid;
	padding:10px;
}



/*
Formato menu
*/

#menu{
	margin: 0 auto;
}


#menu a{
	margin:0;
	padding:8px;
	text-decoration:none;
	
}

#menu a:link {color:white;}
#menu a:visited {color:white;}


#menu a:hover{
	color:white;
}


#menu2{
	
	float:right;
	padding:5px;
	
}

/*
	MENU HERRAMIENTA
*/
#herramienta a:hover{
	color:white;
		
}


/*
	MENU VERTICAL
*/

#menuvertical{
	list-style:none;
	margin:0;
	padding:0;
}

#menuvertical li{
	text-align:center;
	margin:2px;
	padding:2px;
	border:1px solid#CCCCCC;
}

#menuvertical li a{
	text-decoration:none;
	display:block;
}

#menuvertical li a:hover{
	color:white;
	background-color:#003366
}





