/* ESTILOS GENERALES____________________________________________________________*/
*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #6988B4;
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.6em;
	margin: 1em 2em 2em 2em;
}

a { text-decoration: none; }
a:link { color: #8F1500; }
a:visited { color: #009900; }
a:hover { color: #000000; }
a:focus { outline: none; }
a:active { color: #FF4C00; }
img, table { border: 0; }

q, blockquote
{
	background-color: #E6F0F7;
	display: block;
	font-size: 1.1em;
	padding: .5em;
	margin: 0 5em 0 2em;
}

strong { color: #273A7E; }
ul { list-style-type: none; }

input, textarea
{
	font-size: 1em;
	font-family: Verdana, Arial,Helvetica, sans-serif;
}

.centrado { text-align: center; }

.clear:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

abbr, acronym
{
	border-bottom: 1px dotted #A36209;
	cursor: help;
}

a abbr, a acronym { cursor: pointer; }

.pdf
{
	background: url(img/pdf.gif) no-repeat 0 0;
	padding: 1px 0 3px 20px;
}

/* ESTRUCTURA____________________________________________________________*/
#navBasica
{
	float: right;
	margin-right: 1em;
	background-color: #6988B4;
}

div#navBasica li
{
	float: left;
	font-size: 1em;
	margin-left: 2em;
}

div#navBasica li a
{
	color: #FFF;
	padding-left: 1.3em;
	background: url(img/bolicheNavBasica.gif) no-repeat 0 0;
}

div#navBasica li span
{
	padding-left: 1.3em;
	background: url(img/bolicheNavBasica.gif) no-repeat 0 -20px;
	color: #FFFF00;
}

div#navBasica li a.idiomas
{
	text-transform: uppercase;
	background: url(img/bolicheIdiomas.gif) no-repeat 0 0;
}

div#navBasica li span.idiomas
{
	text-transform: uppercase;
	background: url(img/bolicheIdiomas.gif) no-repeat 0 -20px;
	color: #FFFF00;
	padding-left: 1.3em;
}

div#navBasica li a#saltar
{
	background: url(img/bolicheSaltar.gif) no-repeat 0 0;
	margin-right: 3em;
}

div#navBasica li a:hover,
div#navBasica li a#saltar:hover
{
	background-position: 0 -20px;
	color: #FFFF00;
}

div#arriba { background: #FFF url(img/fondoCab.jpg) repeat-x 0 0; }

div#cabecera
{
	background: url(img/sombraIzda.gif) repeat-y 0 0;
	height: 100%;
}

#cabecera a img { vertical-align: bottom; }

h1
{
	color: #273A7E;
	font-size: 1.1em;
	font-weight: bold;
	padding: 1em 0 2em 1.5em;
	text-transform: uppercase;
}

body div#logoFoto { height: 100%; }
body#quieneSomos div#logoFoto,
body#equipo div#logoFoto,
body#porque div#logoFoto { background: url(img/foto1.jpg) no-repeat 100% 0; }
body#compromiso div#logoFoto { background: url(img/foto4.jpg) no-repeat 100% 0; }
body#asistencia div#logoFoto { background: url(img/foto6.jpg) no-repeat 100% 0; }
body#cursos div#logoFoto { background: url(img/foto8.jpg) no-repeat 100% 0; }
body#consultoria div#logoFoto { background: url(img/foto3.jpg) no-repeat 100% 0; }
body#enlaces div#logoFoto { background: url(img/foto9.jpg) no-repeat 100% 0; }
body#contacto div#logoFoto { background: url(img/foto10.jpg) no-repeat 100% 0; }
body#accesibilidad div#logoFoto { background: url(img/foto5.jpg) no-repeat 100% 0; }
body#mapa div#logoFoto { background: url(img/foto2.jpg) no-repeat 100% 0; }

#barraNav
{
	background: url(img/sombraIzda.gif) repeat-y 0 0;
	padding-left: 9px;
}

#sombraDchaNav { background: #273A7E url(img/sombraDcha.gif) repeat-y 100% 0; }

ul#navegacion
{
	border: solid #FFA602;
	border-width: 1px 0;
	font-size: .9em;
	font-weight: bold;
	margin-right: 9px;
	padding-right: 9px;
	min-height: 2.2em;
	text-transform: uppercase;
}

ul#navegacion li { float: left; }
ul#navegacion a { padding: 0 .5em; }

ul#navegacion li a:link, 
ul#navegacion li a:visited, 
ul#navegacion li a:active, 
ul#navegacion li a:focus, 
ul#navegacion li#navActiva
{
	background-color: #273A7E;
	color: #F5C98E;
	display: block;
	font-size: 1.1em;
	line-height: 2em;
}

ul#navegacion li a:hover
{
	background-color: #F0BD75;
	color: #000;
}

ul#navegacion li a:hover
{
	background-color: #FFE5BF;
	color: #000;
}

ul#navegacion li#navActiva
{
	background-color: #F0BD75;
	color: #000;
	display: block;
	font-size: 1.1em;
	line-height: 2em;
	padding: 0 .8em;
}

#abajoIzda { background: #D9E7F2 url(img/sombraIzda.gif) repeat-y 0 0; }
#abajoDcha { background: url(img/sombraDcha.gif) repeat-y 100% 0; }

#izquierda
{
	float: left;
	margin-left: 4px;
	width: 140px;
	clear: both;
}

#izquierda ul
{
	font-size: 1.1em;
	margin-top: 2.3em;
	padding-left: 1em;
}

#izquierda li { border-bottom: 1px dotted #273A7E; }
#izquierda li:hover { border-bottom: 1px dotted #892D00; }

#izquierda li a
{
	color: #273A7E;
	display: block;
	padding: 1em 0 1em 1.2em;
}

#izquierda li a:hover
{
	background: url(img/bolicheIzdaHover.gif) no-repeat 0 15px;
	color: #892D00;
	display: block;
}

#izquierda li#izdaActiva
{
	background: url(img/bolicheIzda.gif) no-repeat 0 15px;
	border-bottom: 1px dotted #892D00;
	color: #892D00;
	display: block;
	padding: 1em 0 1em 1.2em;
}

#centro
{
	background-color: #D9E7F2;
	margin: 0 9px 0 150px;
	padding: 0 0 2em 2em;
}

#centro h2
{
	background: url(img/icoTitulos.gif) no-repeat 0 70%;
	color: #273A7E;
	font: normal bold 1.9em/1.9em Georgia, Times, Serif;
	letter-spacing: 0.2em;
	margin-bottom: .5em;
	padding: 1em 0 .5em .8em;
}

#centro h3 { color: #273A7E; }

#centro p
{
	font-size: 1.1em;
	padding: .5em 1em .5em 0;
}

#centro ul
{
	font-size: 1.1em;
	margin: 0 0 1em 1em;
}

#centro ul ul { font-size: 1em; }

#centro ul li
{
	background: url(img/bolicheListas.gif) no-repeat 0 0;
	margin: 0 0 .2em 0;
	padding: 1em 1em 0 1.3em;
}

#centro ul li ul li { background: url(img/bolicheListas3.gif) no-repeat 0 0; }

span.flash
{
	color: #273A7E;
	font-weight: bold;
	text-transform: uppercase;
}

#centro img
{
	border: 3px double #273A7E;
	float: right;
	margin: 1em;
}

#centro p.nota { font-size: .9em; }

#derecha
{
	float: right;
	margin: 2.3em 0 0 2em;
	width: 150px;
}

#derecha div.banner
{
	border: 1px dotted #8FB1CC;
	border-width: 0 0 1px 1px;
	padding-bottom: 1em;
	text-align: center;
	width: 100%;
}

#derecha div.banner img
{
	border-width: 1px;
	float: none;
	margin: 1em 0 0 0;
}

#derecha div.banner p
{
	border-bottom: 1px dotted #8FB1CC;
	font-size: 1em;
	margin: 0;
	padding-left: .5em;
}

#derecha div.banner p#ultimaHora
{
	background: #273A7E url(img/bolicheUltHora.gif) no-repeat 0 50%;
	border-width: 0;
	color: white;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .1em;
	margin: 0;
	padding-left: 2.5em;
	text-align: left;
	text-transform: uppercase;
}

#sombraIzdaPie
{
	background: url(img/sombraIzdaAbajo.gif) no-repeat 0 100%;
	clear: both;
	padding-left: 17px;
}

#sombraDchaPie
{
	background: url(img/sombraDchaAbajo.gif) no-repeat 100% 100%;
	padding-right: 17px;
}

#pie
{
	background: url(img/sombraAbajo.gif) repeat-x 0 100%;
	color: #FFF;
	font-size: 1em;
	padding: 0 17px 15px 0;
}

#pie p
{
	height: 2em;
	line-height: 2em;
}

#pie p a { color: #FFF; }
#pie p a:hover { color: yellow; }

#pie p a.cuatroPalos
{
	background: url(img/4palos.gif) no-repeat 100% 50%;
	padding-right: 1.5em;
}

/* HOME____________________________________________________________ */
body#quieneSomos #centro h2,
body#quieneSomos #centro p,
body#quieneSomos #centro ul { margin-right: 14%; }

body#quieneSomos #centro #derecha .banner p.noticia
{
	background-color: #FFFBD7;
	font-size: 1.1em;
	margin-right: 2px;
	padding: .4em 1.4em .4em 1.4em;
}

p.noticia a:visited { color: #8F1500; }
p.noticia a:hover { color: #000; }

/* ACCESIBILIDAD____________________________________________________________ */
body#accesibilidad h3
{
	font-size: 1.4em;
	margin: 1em 0 .5em 0;
}

/* CONTACTO____________________________________________________________*/
form
{
	font-size: 1.1em;
	background-color: #E6F0F7;
	border: 1px solid #8A8A8A;
	width: 60%;
	padding: .5em;
	margin: 1em 0;
}

fieldset
{
	border: 0 solid;
	margin-top: 1em;
	padding: .5em 0;
}

legend
{
	padding: 0;
	margin: 0 0 1em 0;
	font-size: 1em;
	font-weight: bold;
	color: #273A7E;
}

label input, label textarea { margin-bottom: .7em; }

label span.literal
{
	width: 30%;
	float: left;
	margin-right: 1em;
	text-align: right;
}

span.obligatorio { color: #CC0000; }
div.botones { text-align: center; }

div.botones input
{
	margin: 0.5em;
	cursor: pointer;
}

/* CURSOS____________________________________________________________*/
ul#cursosCentros li p
{
	font-size: 1em;
	padding-right: 24em;
	padding-bottom: 2em;
}

li#mataelpino p { background: url(img/centroMataelpino.jpg) no-repeat 100% 0%; }
li#gallecs p { background: url(img/centroGallecs.jpg) no-repeat 100% 0%; }

a.mapaSit
{
	background: url(img/mapaSit.gif) no-repeat 0 0;
	display: block;
	margin-top: 1em;
	padding: .3em 0 .7em 3.3em;
}

a.mapaSit:hover { background-position: 0 -31px; }
#detalleCursos { padding-right: 5em; }

#detalleCursos h3
{
	background-color: #F0BD75;
	border: 1px solid #2A3D80;
	border-bottom-width: 0;
	color: #273A7E;
	font-size: .9em;
	font-weight: bold;
	margin-top: 1em;
	padding: .3em 1em .1em 1em;
	text-transform: uppercase;
}

#detalleCursos h4
{
	background: #97BBD8 url(img/flechaCursos.gif) no-repeat 6px 6px;
	border: 1px solid #2A3D80;
	border-bottom-width: 0;
	color: #273A7E;
	cursor: pointer;
	font-weight: bold;
	font-size: 1em;
	padding: .5em 1em .5em 3em;
}

#detalleCursos h4.final { border-bottom-width: 1px; }
#detalleCursos h4.open { background-position: 6px -24px; }

#detalleCursos div
{
	background-color: #E7DBC9;
	border: 1px solid #2A3D80;
	border-bottom-width: 0;
	color: #000;
	padding: 1em;
}

#detalleCursos div.final
{
	border-bottom-width: 1px;
	border-top-width: 0;
}

#detalleCursos div#logistica1 { background: #E7DBC9 url(img/fotoCursos1.jpg) no-repeat 98% 50%; }
#detalleCursos div#logistica2 { background: #E7DBC9 url(img/fotoCursos2.jpg) no-repeat 98% 50%; }
#detalleCursos div#logistica3 { background: #E7DBC9 url(img/fotoCursos3.jpg) no-repeat 98% 50%; }
#detalleCursos div#logistica4 { background: #E7DBC9 url(img/fotoCursos4.jpg) no-repeat 98% 50%; }
#detalleCursos div#logistica5 { background: #E7DBC9 url(img/fotoCursos5.jpg) no-repeat 98% 50%; }
#detalleCursos div#logistica6 { background: #E7DBC9 url(img/fotoCursos6.jpg) no-repeat 98% 50%; }
#detalleCursos div#agua1 { background: #E7DBC9 url(img/fotoCursos7.jpg) no-repeat 98% 50%; }
#detalleCursos div#agua2 { background: #E7DBC9 url(img/fotoCursos8.jpg) no-repeat 98% 50%; }
#detalleCursos div#saneamiento1 { background: #E7DBC9 url(img/fotoCursos9.jpg) no-repeat 98% 50%; }
#detalleCursos div#saneamiento2 { background: #E7DBC9 url(img/fotoCursos10.jpg) no-repeat 98% 50%; }
#detalleCursos div#higiene1 { background: #E7DBC9 url(img/fotoCursos11.jpg) no-repeat 98% 50%; }
#detalleCursos div#higiene2 { background: #E7DBC9 url(img/fotoCursos12.jpg) no-repeat 98% 50%; }
#detalleCursos div#general1 { background: #E7DBC9 url(img/fotoCursos13.jpg) no-repeat 98% 50%; }
#detalleCursos div#general2 { background: #E7DBC9 url(img/fotoCursos14.jpg) no-repeat 98% 50%; }

#detalleCursos div dl
{
	font-size: 1.1em;
	margin-bottom: 1em;
}

#detalleCursos div dt
{
	color: #273A7E;
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
}

#detalleCursos div dd { margin: .3em 230px .3em 0; }
ul#tarifasCursos li { background: url(img/bolicheListas2.gif) no-repeat 0 0; }
#tarifas { margin-top: 1em; }

/* Estilos para el slider del equipo Flash */
#centro #slider
{
	width: 750px;
	margin: 5em 0 3em 0;
	position: relative;
}

#centro .scroll
{
	width: 100%;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background-color: #FFFFFF;
	border: 1px solid #7A7A7A;
	border-top-width: 0;
}

#centro .scrollContainer div.panel
{
	padding: 20px;
	width: 725px;
}

#centro div.panel h3 { margin-bottom: 14px; }

#centro ul.navigation
{
	margin: 0 -2px 0 0;
	padding-left: 1em;
	border-bottom: 1px solid #7A7A7A;
}

#centro ul.navigation li
{
	float: left;
	margin: 0 10px -1px 0;
	background: #D7D7D7 none;
	padding: 0;
	text-align: center;
	font-size: .9em;
	line-height: 1.2em;
}

#centro ul.navigation a
{
	color: #000;
	text-decoration: none;
	display: block;
	width: 64px;
	padding: 5px 1px 6px 1px;
	opacity: .7;
	border: 1px solid #7F7F7F;
}

#centro ul.navigation a:hover
{
	background-color: #FFF;
	opacity: 1;
}

#centro ul.navigation a.selected
{
	background-color: #FFF;
	opacity: 1;
	border-bottom-width: 0;
	padding-bottom: 7px;
}

#centro ul.navigation a:focus { outline: none; }

#centro ul.navigation a img
{
	border: 1px solid #7F7F7F;
	margin: 0 0 4px 0;
	float: none;
}

/* Tablas (listado de cursos impartidos) */
.centrar { text-align: center; }

table
{
	border: 1px solid #273A7E;
	margin: 1em 2em 2em 0;
	border-collapse: collapse;
}

th
{
	background-color: #273A7E;
	color: #FFF;
	white-space: nowrap;
	text-align: left;
}

td, th
{
	vertical-align: top;
	padding: .5em;
}

tr
{
	background-color: #EBEBEB;
	border-bottom: 1px solid #273A7E;
}

tr.impar { background-color: #FFF; }
table ul { list-style: disc; }

#centro table ul li
{
	background-image: none;
	margin: 0 0 0 1em;
	padding: 0;
}
