body {
}

html {
	background-color: #524c4c;
	background-image: url(../gfx/fondo-sombra.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

* {
	font-family:Arial, Verdana, Tahoma, sans-serif;
	font-size:9pt;
	text-align:left;
	color:black;
}

a {
	color:#808285;
	text-decoration:none;
}

a:hover {
	color:#70C7DE;
}

p {
	margin-bottom:10px;
}

form {
	margin:0;
	padding:0;
}

strong {
	font-weight:bold;
}

td {
	vertical-align:top;
}

ul {
	margin-left:20px;
	margin-bottom:15px;
}

ul li {
	list-style:circle;
	list-style-type:circle;
}

/* sectores */

#todo {
}

#pagina {
	background:white;
	width:840px;
	padding:10px;
	margin:0 auto 0 auto;
}

/* header */

#header {
	height:76px;
	background:url("../gfx/header.gif");
	margin-bottom:10px;
}

/* menu */

#menu {
	margin-bottom:10px;
}

	#menu a.link {
		font-size:10pt;
		padding:5px 12px 5px 12px;
		font-weight:bold;
		background:#E0E3E5;
		color:#818386;
		display:block;
		margin-right:5px;
		text-align:center;
	}

	#menu a.link:hover {
		background:#C9E8EF;
		color:#231F20;
	}

	#menu a.link_on {
		background:#C9E8EF;
		color:#231F20;
	}

	#menu a.link_contacto {
		width:220px;
		height:25px;
		display:block;
		background:url("../gfx/menu_contacto_off.gif");
	}

	#menu a.link_contacto:hover {
		background:url("../gfx/menu_contacto_on.gif");
	}

/* submenu */

.submenu {
	border-top:1px dotted gray;
	border-bottom:1px dotted gray;
	padding:10px;
	margin-bottom:15px;
}

.submenu a {
}

.submenu a.on {
	color:black;
	font-weight:bold;
}

/* generales */

.titulo {
	color:#006A8E;
	font-size:26px;
	margin-bottom:15px;
}

.paginador {
	padding:5px 0 5px 0;
	margin-bottom:10px;
	text-align:center;
}

.paginador_link {
	padding:5px;
	font-weight:bold;
	color:#158078;
}

.paginador_link:hover {
	color:white;
	background:#158078;
}

.paginador_numero {
	font-weight:bold;
	padding:5px;
	color:gray;
	border-bottom:1px solid gray;
	border-top:1px solid gray;
}

.paginador_flecha {
	font-weight:bold;
	color:gray;
}

.tabla_form {

}

.tabla_form td {
	padding:5px 5px 5px 0;
}

a.botonblog_home {
	width:220px;
	height:90px;
	display:block;
	background:url("../gfx/home_botonblog_dual.png") top;
}

a.botonblog_home:hover {
	background-position:bottom;
}

a.menu_botoncontacto {
	width:220px;
	height:25px;
	display:block;
	background:url("../gfx/menu_contacto_dual.png") top;
}

a.menu_botoncontacto:hover {
	background-position:bottom;
}

a.botonblog {
	width:220px;
	height:35px;
	display:block;
	background:url("../gfx/boton_blog_dual.png") top;
}

a.botonblog:hover {
	background-position:bottom;
}

a.botonsesiones {
	width:220px;
	height:35px;
	display:block;
	background:url("../gfx/boton_sesiones_dual.png") top;
}

a.botonsesiones:hover {
	background-position:bottom;
}

/* caja */

.caja {
	width:100%;
}

.caja .caja_titulo {
	background:url("../gfx/caja_titulo.jpg");
	border:1px solid #D0D1D3;
	font-size:14px;
	font-weight:bold;
	padding:4px 0 4px 10px;
}

.caja .caja_cuerpo {
	border-left:1px solid #D0D1D3;
	border-right:1px solid #D0D1D3;
	border-bottom:1px solid #D0D1D3;
	padding:10px;
}

.caja .caja_cuerpo .radio {
	color:#929396;
}

.caja .caja_cuerpo .boton {
	background:#E0E3E5;
	color:#58595B;
	font-weight:bold;
	border:none;
	font-size:14px;
	padding:4px;
	text-align:center;
}

/* footer */

#canales {
	margin:30px 0 30px 0;
	padding:5px;
	border-top:1px dotted gray;
	border-bottom:1px dotted gray;
	text-align:center;
}

#footer1 {
	margin:15px 0 15px 0;
	text-align:center;
	font-size:8pt;
}

	#footer1 a {
		padding:0 5px 0 5px;
	}

#footer2 {
	margin:15px 0 15px 0;
	text-align:center;
	font-size:8pt;
	color:#71C8DF;
}

	#footer2 a {
		font-size:8pt;
		color:#71C8DF;
	}
