@charset "utf-8";
/* CSS Document */

html { height: 100%} 

body {
	text-align: justify;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #504E53;
	margin: 0;
	height: 100%;
	/*background-image: url(../images/ifsbie101.png);
	background-repeat: no-repeat;
	background-position: top center;*/
}

a { color: #504E53; }

#wrap {
	width: 800px;
	margin: auto;
}


/* Cabecera */
#cabecera {
	height: 130px;
	width: 800px;
	margin: 0;
	padding: 0;
}
.banner1 {
	background: url(../images/banners/banner001.jpg) no-repeat;
}
.banner2 {
	background: url(../images/banners/banner002.jpg) no-repeat;
}
.banner3 {
	background: url(../images/banners/banner003.jpg) no-repeat;
}
.banner4 {
	background: url(../images/banners/banner004.jpg) no-repeat;
}
.banner5 {
	background: url(../images/banners/banner005.jpg) no-repeat;
}

#cabecera h3 {
	display: none;
}

/*#cabecera .moduletable {
	padding-top: 108px;
	padding-left: 20px;
}

#cabecera a {
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: white;
	border-right: white 2px dotted;
}
*/


#cabecera ul {
	padding: 108px 20px;
	margin: 0;
	list-style: none;
}

#cabecera li { 
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#cabecera a {
	display: block;
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: white;
	border-right: white 2px dotted;
}

#cabecera .item11 a { border: none; }

#cabecera .active a { color: black; }

#cabecera a:hover {	color: black; }



/* Left column */
#left_column {
	width: 180px;
	border-right: #78A54C 1px solid;
	overflow: hidden;
}

#left_column h3 {
	/*color: white;
	background-color: #78A54C;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 10px;
	margin: 0;
	height: 18px;*/
	display: none;
}

#left_column ul {
	margin: 0;
	padding: 0;
}

#left_column li {
	list-style-type: none;	
	width: 170px;
	background: url(../images/linea_menu.png) bottom repeat-x;
}

/* hack para quitar la última línea del menú (cuidado si cambian el item en el CMS) */
#left_column .item20,
#left_column .item9,
#left_column .item87,
#left_column .item67 { 
	background: none; 
}

#left_column li a {	
	color: #504E53;
	text-decoration: none;
	font-size: 12px;
	height: 25px;
	padding-top: 8px;
	padding-left: 5px;
	display: block;
}

#left_column li a:hover,
#left_column li.active li a:hover, 
#left_column li.active a,
#left_column li.active li.active a  {
	color: #78A54C;
}

#left_column li.active li a  {
	color: #504E53;
}

#left_column ul ul {
	padding:0px 10px 7px 10px;
}

#left_column li li {
	width: 160px;
	height: 21px;
}

#left_column li li a {
	padding-top: 3px;
	padding-left: 10px;
	font-size: 11px;	
}

/* --------------------------------- */


/* Contenido */
#contenido {
	width: 420px;
	padding: 0px 20px 0px 30px;
	text-align: justify;
	overflow: hidden;	
}

.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-weight: bold;
	color: #78A54C;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 10px;
}

.contentdescription {
	padding-bottom: 20px;
}

.blog { width: 360px }

.sectiontableheader {
	background-color: #78A54C;
	height: 25px;
	color: white;
	border-left: white 1px solid;
	padding: 4px;
}
.sectiontableheader a {
	color: white;
}

.sectiontableentry1 td {
	padding: 8px;
	color: black;
	border-bottom: #999999 1px dotted;	
}
.sectiontableentry1 a {
	color: black;
}

.sectiontableentry2 td {
	padding: 8px;
	color: black;
	border-bottom: #999999 1px dotted;	
	background-color: #ECECEC;
}
.sectiontableentry2 a {
	color: black;
}

.sectiontablefooter {
	padding: 20px 0px;
	border-top: #cccccc 1px solid;
}

.pagenav {
	margin: 0px 3px;
}
a.pagenav {
	color: black;
	font-weight: bold;
}

/* --------------------------------- */

/* Right Column */
#right_column {
	width: 145px;
	text-align: center;
	border-top: #78A54C 2px solid;
	/*background: url(../images/linea_right_column.png) repeat-y;*/
	border-left: #DDDDDD 1px dashed;
	padding-top: 8px;
}

#parche_separador_right {
	position:relative;  
	float: left;
	width: 1px; 
	height: 25px; 
	margin-top: -8px;
	margin-left: -1px;
	background-color: #FFFFFF;
}

/* --------------------------------- */


/* Pie */
#pie {
	height: 22px;
	width: 800px;
	margin: auto;
	margin-top: 20px;
	padding-top: 3px;
	background: url(../images/barra_pie.png) repeat-x;
	font-size: 10px;
	color: white;
	text-align: center;
	overflow: hidden;
}

#pie a {
	text-decoration: none;
	color: white;
}

#pie a:hover {
	color: black;
}
