* {
	margin: 0px;
	padding: 0px;
}

/**** ESTILOS GENERALES **********************************************************/

body {
	background-color: #cad0dc;
	background-image: url('../imagenes/fondo.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 100%;
	height: 100%;
}

#contenedor {
	width: 100%;
	background-image: url(../imagenes/fondo_arriba.gif);
	background-repeat: repeat-x;
}

#layout {
	width: 800px;
	margin: auto;
}

/**** CABECERA *****************************************************************/

#header {
	height: 225px;
	background-image: url(../imagenes/fondo_header.gif);
	background-repeat: no-repeat;
}

#herramientas {
	float: right;
	text-align: right;
	margin-top: 165px;
}

#herramientas img {
	margin-left: 3px;
}

#buscador {
	width: 230px;
	height: 20px;
	background-image: url(../imagenes/fondoBuscador.gif);
	background-repeat: no-repeat;
}

#buscador input{
	border: 1px solid #555;
	width: 115px;
	height: 12px;
	margin: 4px 10px 0 0;
	/* margin: 3px 10px 0 0; para IE */
	/* margin: 1px 10px 0 0; para SAFARI */
	font-size: smaller;
	font-size: 11px;
	font-weight: bolder;
}

/**** MENU ********************************************************************/

#menu {
	clear: both;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}


#menu_top {
	width: 800px;
	height: 16px;
	display:table-cell;
	background-image: url(../imagenes/menu_top.gif);
	background-repeat: no-repeat;
}

.submenu {
	float: left;
	height: 100px;
	width: 160px;
	padding-bottom: 10px;
	background-position: bottom;
	background-repeat: no-repeat;
}

#menu1 {
	background-color: #1D8DCD;
	background-image: url(../imagenes/menu1.gif);
}

#menu2 {
	background-color: #4D9ED5;
	background-image: url(../imagenes/menu2.gif);
}

#menu3 {
	background-color: #76B0DE;
	background-image: url(../imagenes/menu3.gif);
}

#menu4 {
	background-color: #A1C5E7;
	background-image: url(../imagenes/menu4.gif);
}

#menu5 {
	background-color: #FFFFFF;
	background-image: url(../imagenes/menu5.gif);
}

/**** TIPOGRAFÍA ********************************************************************/

#menu a {
	text-decoration: none;
	display: block;
	margin: 5px 0 0 10px;
	color: #000;
	font-size: 11px;
}

#menu a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: bolder;
	font-size: 12px;
}

#menu h1 {
	margin: 10px 0 10px 10px;
}

#contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

strong {
	font-weight: bold;
}

/**** CONTENIDO ********************************************************************/

#fondo_contenido {
	background-image: url(../imagenes/carga.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#contenido {
	width: 800px;
	min-height: 300px;
	margin-top: 130px;
	background-image: url(../imagenes/fondo_contenido.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#texto {
	width: 50%;
	float: left;
	text-align: justify;
	margin-left: 10px;
	background-color: #CAD0DC;
}

#texto p {
	margin-bottom: 20px;
}

#texto li {
	margin-bottom: 20px;
}

#texto img {
	border: 0;
}

#texto a {
	text-decoration: none;
	color: #0167BB;
}

#texto ul {
	margin-left: 40px;
}

#texto a:hover {
	text-decoration: underline;
}

#imagen {
	float: right;
}

#contenido_flash {
	margin: auto;
}

.centrado {
	width: 100%;
	text-align: center;
}

.clear {
	clear: both;
}

#tablaActividades td {
	padding: 5px;
	text-align: left;
}

/**** GALERIA IMAGENES ********************************************************************/

#galeria {
	width: 100%;
	text-align: center;
	background-color: #CAD0DC;
}

#galeria img {
	margin: 10px 0 10px 75px;
	border: 1px solid #000;
}

#galeria img:hover {
	border-color: #0167bb;
}


