/*
--------------------------------------------------------------
phpBB Frontpage 2.0.4 CSS File
-------------------------------------------------------------- */

body div.header {
    background-image: url("images/frontpage_header.jpg");
	background-repeat: no-repeat;
	width: 846px;
	height: 100px;
	float: left;
    padding-top:30px;
    margin-top:56px;
    color:#f7f8f9;
    margin-bottom: 0px;
    padding-bottom: 0px;

}
body div.header_jovenes {
    background-image: url("images/frontpage_header_jovenes.jpg");
	background-repeat: no-repeat;
	width: 846px;
	height: 100px;
	float: left;
    padding-top:30px;
    margin-top:56px;
    color:#f7f8f9;
    margin-bottom: 0px;
    padding-bottom: 0px;

}

#main {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: 620px;
	float: right;
	clear: both;
    margin-bottom: 1em;
	font-size: 1.05em;
    min-height:300px;
}

#main h1 {
	border-bottom: none;
	margin: 0 0 5px ;
    color: #4F84AD;
    font-size: 1.5em;
}
#main h2 {
	border-bottom: none;
	padding: 0;
	margin: 5px 0 5px 0;
    font-size: 1.3em;
    color:rgb(51, 85, 119);
    font-weight:bold;
}


#main .author
{
    font-size: 1em;
}
#main #replies
{
	text-transform:none;
    font-size: 1.0em;

}
#main div.content h2
{
    font-size:12px;
}
#main div.content dt
{
    font-size: 12px;
}
#main div.content dd
{
    font-size:11px;
}
#content_frontpage
{
    width:100%;
    color:rgb(51, 51, 51);
font-style: normal;
font-variant: normal;
font-weight: normal;
}
#postbody_frontpage
{
    width:100%;
    margin-bottom:5px;
	float:none;
    clear:none;
}
.panel {
	margin-bottom: 4px;
	padding: 0 10px;
	background-color: #EBEBEB;
	color: #3f3f3f;
}
div.panel p {
	margin: 3px 0;
}
div.panel.odd{
 background-color: #eef3f6;
}
div.panel.even{
 background-color: #E0EAEF;
}

div.panel h3, div.panel h3 a
{
    color:#333;
    font-weight:bold;
}
/* attachment box*/
.frontpage_attachbox {
	width: auto;
	margin: 5px 5px 5px 0;
	padding: 6px;
	background-color: #FFFFFF;
	border: 1px dashed #d8d8d8;
	clear: left;
}
.sitemap ul
{
    list-style-type: none;
}
.pagination span
{
 	font-size: 1.05em;

}
/*  extras panel at the right*/

dl.codebox code {
	/* Also see tweaks.css */
	font-size: 1.1em ;
}
#extras {
	width: 200px;
	float: left;
}
dl.extra-box dt a {
	font-weight: bold;
	display: block;
	padding: 10px 0 5px 10px;
	color: #333333 !important;
	text-decoration: none !important;
}
dl.extra-box dd a {
	font-weight: bold;
	display: block;
	color: #FFFFFF !important;
	padding-left: 10px;
	padding-right: 50px;
	text-decoration: none !important;
}
dl.extra-box dt a:hover {
	text-decoration: none;
	color: #000000 !important;
}
/* Menu  listing */
ul.menu {
	border-top: 1px solid #FFFFFF;
	list-style: none;
}
ul.menu li {
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
}
ul.menu li.active{
	font-weight: bold;
}
ul.menu li.active_last {
	border-bottom: none;
    font-weight: bold;
}
ul.menu li.last {
	border-bottom: none;
}

/* frontpage nav */
#frontpage_navbar #left {
	display: block;
	float: left;
	width: 13px;
	height: 30px;
	margin: 0px;
	background: url("images/frontpage_bg_left.gif") 0 0 no-repeat;
	position: static;
}
#frontpage_navbar #search-box {
	display: block;
	float: right;
	width: 165px;
	height: 30px;
	margin: 0px;
	background: url("images/frontpage_bg_search.gif")  0 no-repeat;
    background-position: 0 0;
	position: static;
  	padding: 0 0 0 0;
    margin: 0 0 0 0;

}
#frontpage_navbar #search-box fieldset {
	border: none;
	padding-top: 6px;
}
#frontpage_navbar #search-box input {
	width: 125px;
	height: 19px !important;
	margin-left: 28px;
	border: none !important;
	background-color: transparent;
	font-size: 0.9em !important;
	padding-top: 2px
}
#frontpage_navbar {
	height: 30px;
    display:block;
	margin: 0px 0;
	clear: both;
	*clear: none;
    _clear: both;
	background: #F2F3F2 url("images/frontpage_bg_navbar.gif") repeat-x 0 0;
}
#frontpage_navbar ul {
	list-style: none;
	display: block;
}
#frontpage_navbar li {
	float: left;
	margin: 0 0 0.3em 0 !important;
	border: none;
	padding:0 0 0 0;

}
#frontpage_navbar li a {
    text-decoration:none;
	font-size: 1.4em;
	text-transform: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	line-height: 135%;
	vertical-align: bottom;
    color:#456b8a;

    font-weight:bold;
    display:block;
    padding:5px 28px 5px 28px;

}
#frontpage_navbar li:hover {
    text-decoration:none;
    background:#C7C7C7;
}
#frontpage_navbar #active {
	background:#dfdddd;
    border-left: 1px solid #A4AAAF;
    border-right: 1px solid #A4AAAF;

}
#frontpage_navbar #active a{
	color:#EF130E;
}
#frontpage_navbar #active a:hover {
    text-decoration:none;
    background:#CFCFCF;
    display:block;
    color:#30526d;

}
#frontpage_navbar a:hover {
    display:block;
    color:#30526d;
}


/* comienza el cod feo*/

/* muestra el menu interno en forma vertical sino se hace horizontal */
#frontpage_navbar li{
position:relative;
list-style-type:none;
}

/* genera el menu interno */
#frontpage_navbar ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
   background-color: #F3F3F3;       /* the background              */
  filter:alpha(opacity=90);
   -moz-opacity:0.8;
   opacity: 0.8;

border: solid 1px #A4AAAF;
text-align:left;
width:173px;

    }

/* genera el menu interno */
#frontpage_navbar ul ul li a{
width:150px;
font-size: 1.3em;
padding:5px 12px 5px 12px;
color:#2a4861;
}
#frontpage_navbar ul ul li a:hover{

color:#0e2436;
}

#frontpage_navbar li:hover ul ul,
#frontpage_navbar li li:hover ul ul,
#frontpage_navbar li li li:hover ul ul,
#frontpage_navbar li li li li:hover ul ul
{display:none; }

#frontpage_navbar li:hover ul,
#frontpage_navbar li li:hover ul,
#frontpage_navbar li li li:hover ul,
#frontpage_navbar li li li li:hover ul
{display:block;}


body div.top_flag {
	background-image: url("images/top-flag.gif");
    position:relative;
    top: -152px;
    left:-24px;
    width: 894px;
    height: 4px;
    _display: none;
}

body div.logo_text {
	background-image: url("images/comites-texto.png");
    position:relative;
    top: -82px;
    width: 470px;
    height: 51px;
}


