/*ESTILOS PARA IMPRIMIR____________________________________________________________*/
/* ESTILOS GENERALES____________________________________________________________*/
body
{
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 72.5%;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:hover, a:active { color: #000; }
img, table { border: 0; }

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

strong { color: #000; }
textarea { 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; }

/* ESTRUCTURA____________________________________________________________*/
#navBasica { display: none; }
div#cabecera { height: 100%; }

h1
{
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

body div#logoFoto { height: 100%; }
#barraNav, #izquierda { display: none; }

#centro h2
{
	color: #000;
	font: normal bold 1.9em/1.9em Georgia, Times, Serif;
	letter-spacing: 0.2em;
}

#centro h3 { color: #000; }
#centro p { font-size: 1.1em; }
#centro ul { font-size: 1.1em; }
#centro ul ul { font-size: 1em; }
#centro ul li { padding: .3em 0 0; }

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

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

#derecha, #pie { display: none; }

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

/* CURSOS____________________________________________________________*/
ul#cursosCentros li p { font-size: 1em; }
a.mapaSit { display: none; }

#detalleCursos h3
{
	color: #000;
	font-size: 1em;
	font-weight: bold;
	margin-top: 1em;
	text-transform: uppercase;
}

#detalleCursos h4
{
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
}

#detalleCursos div
{
	color: #000;
	display: block!important;
}

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

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

#tarifas { margin-top: 1em; }

/* Estilos para el slider del equipo Flash */
#centro #slider
{
	width: 100%;
	margin: 0;
}

#centro .scroll { width: 98%; }

#centro .scrollContainer
{
	width: 100%!important;
	position: absolute!important;
}

#centro div.panel h3 { margin-bottom: 6px; }
#centro ul.navigation { list-style-type: none; }

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

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

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

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

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

table
{
	border: 1px solid #000;
	margin: 0 1px 0 1px;
	border-collapse: collapse;
}

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

td, th
{
	vertical-align: top;
	padding: 2pt;
}

tr
{
	background-color: #FFF;
	border: 1px solid #000;
}

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

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