a {
	color: #0099CC;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	background-color: #036AC4;
	color: #FFFFFF;
}

body, td, th {
	background-color: rgb(255,255,204); /* #FFFF71 #F0E1BD */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align:left;
}
td, th {
background-color: #ffffff;
}
dd {
	font-size: 14px;
	margin-top: 10px;
}

h2 {
	border-bottom-color: #FAB700;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	color: #036AC4; /*border: 2px solid #FAB700;*/
	font-size: 18px;
	padding: 0 5px 5px 5px;
	text-align: center;
	margin: 0;
}

h3 {
	text-align:left;
	border-bottom-color: #B3D2ED;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	color: #036AC4;
	font-size: 16px;
}

img {
	border: 0;
}

li {
	margin-bottom: 10px;
}

strong {
	color: #036AC4;
}

ul {
	list-style-type:square;
}
ul ul {
	list-style-image: none;
	list-style-type:square;
	margin-top: 10px;
}
.DetalleCursos{
	margin-bottom: 5px;
	margin-top: 0px;
}
blockquote.cita {
	font-size: 0.9em;
	padding-left: 8px;
	border-left: 6px solid #ccc
}

/*------>  Páginas <------*/

#Inicio {}
#QuiSomos {}
#Diagnostico {}
#Encuentro {}
#Relajación {}
#Autoestima {}
#IntroAT {}
#IntroGestalt {}
#Charlas {}
#Contacto {}

/*------>  Celdas <------*/

.bullet {
	list-style-image: url(images/v_azul.gif);
}
#cabecera {
	border-bottom: 5px solid #fab700;
}

td#BarNav {
	background-color: #B3D2ED;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

#Contenido {
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	vertical-align: text-top;
	border-right: 1px solid #ccc;
}

#Madre {
	text-align: center;
	background-color: #c8c8c8;
}

#Pie {
	background-image: url(images/bg_pie.gif);
	color: #FFFFFF;
	font-size: 12px;
	height: 25px;
	text-align: center;
	border-top: 5px solid #fab700;
}

#Publicidad {
	background-color: #B3D2ED;
}
form {
	background-color: #ffffff;
	color: #036AC4;
	font-size: 14px;
}

form#contactar input, form#contactar textarea {
	background-color: #fff;
	color: #666;
	border: 1px solid #B3D2ED;
}
form#contactar input:focus, form#contactar textarea:focus {
	background-color: #f5f5f5;
	color: #036AC4;
	border: 1px solid #0066CC;
}
label {
	color: #036AC4;
	font-size: 1em;
}

/* barra de navegación */

/* menú de Navegación */
 div#navcontainer {
 	font: bold 12px arial, sans-serif;
	background:  rgb(255,255,204);
	width: 211px;
	padding: 0 0 0px 0px;
	margin: 0;
	}
	
/* UL General */
ul#navlist,ul#navlist li ul#subnavlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
/* LI General */
ul#navlist li,ul#navlist li ul#subnavlist li { 
	display: inline;
	}
	
/* Enlaces Menú*/
ul#navlist li a	{
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px 15px 5px 10px;
	color: #fff;
	background: #0068C3;
	text-align: left;
	text-decoration: none;
	border-top: solid #0068C3;
	border-bottom: 2px solid #B3D2ED;
	}

ul#navlist li a:hover,ul#navlist li a:focus {
	color: #fff;
	background: #FAB700;
	border-top: solid #FAB700;
	border-bottom: 2px solid #B3D2ED;
	}

ul#navlist li a:active {
	padding: 5px 15px 5px 10px;
	}

	
/* Enlaces Submenú */
ul#navlist li ul#subnavlist li a {
	display: block;
	width: 100%;
	color: #000;
	background: #99C3E7;
	text-align: left;
	text-decoration: none;
	margin: 0 0 0 1em;
	padding: 5px 3px 5px 10px;
	border-top: 2px solid #B3D2ED;
	border-bottom: 0px solid #B3D2ED;
		cursor: pointer;
}

ul#navlist li ul#subnavlist li a:hover,ul#navlist li ul#subnavlist li a:focus { background: #eee;
	border-top: 2px solid #99C3E7;
	color:  #0068C3;
	background-color: #B3D2ED;
 }

ul#navlist li#titulo ul#subnavlist li#subactive a {
	color: #eee;
	background: #bbb;
}

/* Página Actual */
ul#navlist li#ahora a, ul#navlist ul#subnavlist li#ahora a {
	display: block;
	width: 95%;
	color: #0068C3;
	background: #ccc;
	text-align: left;
	text-decoration: none;
	border-top: solid #99C3E7;
	background-color: #fff;
	background-image: url(images/menu_activo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	border-top: 1px;
		cursor: default;
}
/* Títulos */
ul#navlist li#titulo a {
	border-top: solid #0068C3;
	background: #0068C3;
	color: #fff;
	text-decoration: none;
	background-image: url(images/menu_titulo.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 5px 15px 5px 10px;
	cursor: default;

	}
	
	.linea {
	background-color: #FAB700;
	height: 5px;
}
.hidden {display:none;
}
.block {display:block;
}

