body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
background: #fd1219 url(images/body_bg.jpg) no-repeat fixed center top;
}

#banner
{
	height: 147px;
	background: url(images/banner_bg.jpg) no-repeat center top;
	width: 766px;
	margin:  0 auto;
}

#banner h1, #banner h2
{ 
	margin:  0;
	padding: 0;
	display:  none;
}

#banner_contents
{
	margin:  0;
	padding:  0;
	text-align: left;
}

#banner_contents img
{
	position:  relative;
	top: 11px;
	left: 25px;
	border-style: none;
}

#banner_contents #menu
{
	width: 760px;
	margin:  0 auto;
	margin-top: 30px;
	padding: 0 auto;
}

.twoColFixLt
{ 
	margin:  0;
	padding:  0;
}

.twoColFixLt #container { 
	position:  relative;
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	z-index: 0;
}

.twoColFixLt #mainContent { 
	width: 766px;
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	background: url(images/portada.jpg) no-repeat center 0;
	height:  446px;
	position: relative;
	top: -10px;
	z-index: 0;
}


.twoColFixLt #mainContent.seccion { 
	width: 766px
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	background: none no-repeat center 0;
	height:  446px;
	position: relative;
	top: -10px
	z-index: 0;
}

	 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#portada
{
	height: 446px;
}

#portada p
{
	font-size: 10px;
	color: white;
	padding: 75px 0 0 42px;
	width: 185px;
	letter-spacing: 1px;
}

#portada p a
{
	color: whitesmoke;
	text-decoration: none;
}

#portada p a:hover
{
	color: white;
	text-decoration: underline;
}


#pie
{
	text-align: center;
	background: url(images/pie_bg.jpg) no-repeat center top;
	height: 100px;
}

#pie.seccion
{
	background: url(images/pie_bg2.jpg) no-repeat center top;
}

#pie p
{
	font-size: 9px;
	margin:  0;
	padding-top: 60px
}

#situacion
{
	margin: 40px 60px 0px 50px;
	padding: 0;
	color: #003333;
}

#situacion a
{
	color: #003333;
	text-decoration: none;
}

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

#situacion h2
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

#contenido
{
	font-size: 12px;
	margin: 30px 60px 40px 50px;
	padding: 0;
	color: #292929;
}

#contenido p
{
	margin: 0;
	padding: 0;
	line-height: 19px;
	font-variant: normal;
	text-indent: 15px;
	text-align: justify;
	text-transform: none;
}


#contenido p.noindent
{
	text-indent: 0px;
}

#contenido p.sobrefoto, #contenido p#sobrefoto, #contenido h3#sobrefoto
{
	margin-top: -65px;
}

#contenido ul#sobrefoto
{
	margin-top: -50px;
}


#contenido p strong
{
	color:  #003333;
}


#contenido img
{
	z-index: 0;
	padding: 0;
	margin:  0;
}


#contenido ul{
	line-height: 19px;
	font-variant: normal;
	text-align: justify;
	text-transform: none;
}

#contenido ul li 
{
	padding-bottom:  7px;
}

#contenido ol
{
	line-height: 19px;
	font-variant: normal;
	text-align: justify;
	text-transform: none;
}

#contenido ol li
{
	padding-bottom: 7px;
}


#contenido h3
{
	color:  #003333;
	font-size: 14px;
	padding-top: 5px;
}

#contenido a, #contenido ul li a 
{
	text-decoration: none;
	color:  #3333cc;
}


#contenido a:hover, #contenido ul li a:hover 
{
	text-decoration: underline;
}

table#horario-general
{
	margin: 0 auto;
	width: 660px;
	margin-bottom: 30px;
	border-style: none;
	border-width: 0;
	border-collapse: separate;
	border-spacing: 6px 1px;
	background-color: #e6e6e6;
	padding-top:  6px;
	padding-bottom: 6px;
}

table#horario-general td,
table#horario-general th 
{
	border-style: none;
	border-width: 0;
}

table#horario-general th 
{
	background-color: #9999cc;
	padding: 6px 10px;
	color:  white;
	font-weight: bold;
}

table#horario-general td 
{
	background-color: #ccccff;
	color:  black;
	padding: 6px 10px;
	border-spacing: 20px;
	border-collapse: collapse;

}

table.etapas1
{
	margin: 0 auto;
	width: 660px;
	margin-bottom: 30px;
	margin-top:  20px;
	border-style: none;
	border-width: 0;
	border-collapse: separate;
	border-spacing: 6px 1px;
	background-color: #e6e6e6;
	padding-top:  6px;
	padding-bottom: 6px;
}

table.etapas1 th 
{
	background-color: #9999cc;
	padding: 6px 10px;
	color:  white;
	font-weight: bold;
	text-align: center;
}

table.etapas1 td 
{
	background-color: #ccccff;
	color:  black;
	padding: 6px 10px 6px 20px;
	border-spacing: 20px;
	border-collapse: collapse;
	width: 50%;

}


table.etapas1 td.resaltar 
{
	background-color: #6666aa;
	color:  white;
	border-collapse: collapse;
	text-align: center;
	padding: 6px 0px;
	font-weight: bold;
}

table.etapas2
{
	margin: 0 auto;
	width: 660px;
	margin-bottom: 30px;
	margin-top:  20px;
	border-style: none;
	border-width: 0;
	border-collapse: separate;
	border-spacing: 0px 1px;
	background-color: #e6e6e6;
	padding-top:  6px;
	padding-bottom: 6px;
	padding-left:  6px;
	padding-right: 6px;
}

table.etapas2 th 
{
	background-color: #9999cc;
	padding: 6px 20px;
	color:  white;
	font-weight: bold;
}

table.etapas2 td 
{
	background-color: #ffffcc;
	color:  black;
	padding: 6px 10px 6px 20px;
	border-spacing: 20px;
	border-collapse: collapse;
	width: 50%;


}

table.calpruebas
{
	margin: 0 auto;
	width: 660px;
	margin-bottom: 30px;
	margin-top:  20px;
	border-style: none;
	border-width: 0;
	border-collapse: separated;
	border-spacing: 6px 1px;
	background-color: #e6e6e6;
	padding-top:  6px;
	padding-bottom: 6px;
	padding-left:  6px;
	padding-right: 6px;
}



table.calpruebas td 
{
	background-color: #ffffcc;
	color:  black;
	padding: 6px 10px 6px 20px;
	border-spacing: 20px;

}

table.calpruebas th 
{
	background-color: #9999cc;
	padding: 6px 20px;
	color:  white;
	font-weight: bold;
}

#subsecciones
{
	float: right;
	height:  500px;
	display: block;
	width: 370px;
	padding: 0;
	margin:  0;
}

#imagen
{
	float: left;
	height:  500px;
	width: 240px;
	padding-left:50px;
}

ul.secciontop
{
	margin-left: 10px;
	font-weight: bold;
}

ul.secciontop-cent
{
	margin-top: 30px;
	margin-left: 30px;
	font-weight: bold;
}


ul.secciontop li, ul.secciontop-cent li
{
	list-style-type: square;
	margin-bottom: 6px;
}

#contenido ul.secciontop li a, #contenido ul.secciontop-cent li a
{
	color:  #003333;
	font-size: 13px;
}

ul.secciontop li ul, ul.secciontop-cent li ul
{
list-style-type: disc;
font-size: 11px;
margin-top: 6px;
}

ul.secciontop li ul li, ul.secciontop-cent li ul li
{
list-style-type: disc;
margin-bottom: 0px;
padding-bottom: 0px;
}


#contenido ul.secciontop li ul a, #contenido ul.secciontop-cent li ul a
{
color:  #003333;
font-size: 11px;
}

table.tablon
{
	width: 100%;
}

td.titulo
{
background-color:  #fd1219;
color: white;
width: 75%;
}


td.titulo p
{
	color: white;
	font-weight: bold;
}

td.titulo-left
{
background-color:  #fd1219;
color: white;
width: 25%;
text-align: right;
}


td.titulo-left p
{
	color: white;
	font-weight: normal;
	text-align: right;
}


td.fecha
{
background-color:  #000033;
color: white;
}

td.fecha p
{
	color: white;
	font-style: italic;
	font-size: 10px;
}



td.lineaam
{
	background: #e6e6e6 url(images/bac-not-am.jpg) repeat-x left bottom;
}

select.mostrar, select.mostrar option { 
 background-color: #e6e6e6; 
}

#volver
{
	padding: 0 0 10px 10px;
	margin: 0;
}

#volver p
{
	padding: 0;
	margin: 0;
	font-size: 12px;
}

#volver p a
{
	text-decoration: none;
	color: #666;
}

#volver p a:hover
{
	text-decoration: underline;
}

#volver p img
{
	border-style: none;
}

li.pdf {
	list-style-image: url(images/pdf-icon.jpg);
	margin-bottom: 3px;
}

li.zip {
	list-style-image: url(images/zip-icon.jpg);
}

li.zip p
{
	margin:  3px 0 3px 0;
	padding:  0;
}

#contenido p.piefoto
{
	margin:  7px 5px 0 0;
	padding:  0;
	text-indent: 0px;
	font-size: 10px;
	line-height: 14px;
}

#galeria {
		margin: 30px 0 20px 0;
}


#galeria img {
	padding: 8px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	background-color: #a8a8a8;
	border: 1px solid #6e6e6e;
}

#galeria img:hover, #galeria  img:link {
	background-color: #000033;
}

ul.fotos li
{
	margin-bottom: 10px;
}

#contenido ul.fotos li a
{
	font-weight: bold;
	color:  #003333;
}

a.comovolver img {
	border-style: none;
}

strong.marker
{
	background-color: yellow;
}

img.coneltexto
{
	float: left;
	border-right: 20px solid #ffffff;
	border-bottom: 10px solid #ffffff;
}


