@charset "utf-8";
/* CSS Document */

body{
background-color: white;
color: black;
font: normal 80% Verdana;
margin-top: 0px;
padding: 0;
text-align: left;
}
p {
padding: 0px;
}

#footer{
border: 0 solid #BEBEBE;
color: black;
border-top-width: 1px;
background: transparent url(bg_topbar.gif) repeat-x;
text-align: center;
font-size: 90%;
padding-top: 3px;
margin-bottom: 5px;
}

#footer a{
text-decoration: none;
}

h1{
}

strong {
color: #333333;
}

.desplegable
{
width: 90%;
/*background: #BDF381;*/
background:url(graficos/fondo_desplegable.gif) repeat-y;
padding: 5px 20px 5px 30px;
}

#titulo
{
background:url(graficos/top.jpg) repeat-y;
height: 70px;
}
#cabecera
{
padding: 0px;
background:url(graficos/logo_faac.png) no-repeat;
height: 60px;
}
#barra
{
padding: 0px 0px 0px 0px;
background:url(graficos/navbar.png) repeat-x;
height: 72px;
}
.info
{
padding: 10px 10px 10px 50px;
background:url(graficos/info.png) no-repeat;
background-position: 10px 10px;
background-color:#E6E6E6;
margin: 5px 0px 5px 0px;
}

.seccion
{
padding: 0px 10px 0px 0px;
font-size: 130%;
font-weight: bold;
color: #1e3332;
}

.curso
{
padding: 0px 0px 20px 0px;
}

.curso_titulo
{
	padding: 5px 5px 5px 22px;
	background:url(graficos/checkbox.png) no-repeat;
	background-position:left center;
	font-weight: bold;
	font-size: 105%;
	color: #223938;
}

.curso_contenido
{
padding: 5px 5px 5px 22px;

}
.destacado
{
color:#c75d07;
}

