/*
Theme Name: Congresistas Congreso Visible
Theme URI: http://www.congresovisible.org
Description: Congreso Visible Clases Congresistas
Version: 1.0
Author: http://www.monoku.com

Creada : 16.11.09
Modificada : 16.11.09
*/
h2,h3,h4{
	border: none;	
	padding: 0;
	margin-bottom: 10px;
	margin-top: 20px;
}
h2{
	padding-left: 40px;
	}
h4{
	font-size: 11px;
	font-weight: bold;
	color: #333;
	font-family:Verdana,'Kalimati', Geneva, sans-serif;
	margin: auto;
    padding-top: 20px;
}
h3{
	font-size: 17px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 20px;
	margin: auto;
	}
.static-content{
	position: relative;
	padding: 20px 40px 60px;
	z-index: 1;
	overflow: hidden;
}
.static-content img{
	margin: 20px 0;
}
.static-content .bgtop{
	background-image: url("../img/background-static-pages.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 310px;
}
.static-content .bgbottom{
	background-image: url("../img/background-static-pages.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 275px;
}
.static-content .content{
	position: relative;
	width: 588px;
}
.static-content .content p,
.static-content li{
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, Garuda, sans-serif;
	margin-top: 20px;
}
.static-content li{
	margin-bottom: 10px;
}
#submenustatic{
	position: absolute;
	top: 20px;
	right: 40px;
	z-index: 2;
	width: 250px;
}
#submenustatic li{
	color: #0099CC;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
}
#submenustatic li:before{
	content: '';
}
#submenustatic .f li:hover{
	background-image: url("../img/right-arrow.png");
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #22bbee;
}
#submenustatic .s li{
	color: #999999;
    font-family: Arial;
    font-size: 12px;
    margin: 5px 0 0 1em;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
#submenustatic .s li:hover{
	background: none;
}
.static-content li:before{
	content: '\2714 \0020';
	color: #009900;
}
.static-content li{
	padding-left: 1em;
}
.static-content a.top{
	display: block;
	margin: 5px 0;
	text-align: right;
}
