/*==============================================================================

PROYECTO  : Ayuntamiento de Orio - Actas
NOMBRE    : css/style.css

SUMARIO

* MAIN ELEMENTS             Elementos de uso general
* LAYOUT                    Estilos para la composicˆ„n de la plantilla
* HEADER                    Zona de cabecera
* FOOTER                    Zona de pie de pˆ°gina
* LEFTCOL                   Columna izquierda
	* Form                  Formulario de bˆ†squeda
* CONTENT - INTRO           Contenido de la pˆ°gina de introducciˆ„n
* CONTENT - SEARCH RESULT   Contenido del resultado de la bˆ†squeda
* CONTENT - FICHA           Contenido de la ficha de acta
* Auxiliares globales       Setting globales y hacks

==============================================================================*/

/* MAIN ELEMENTS
------------------------------------------------------------------------------*/
p {
	padding-top: 1em;
}

a:link, a:visited, a:active {
	color: #806b20;
	text-decoration: underline;
}

a:hover {
	color: #9d9884 ;
	text-decoration: none;
}

h1 {
	font-size: 220%;
}

h2 {
	font-size: 180%;
}

small {
	font-size: 80%;
	font-weight: 400;
}

/* LAYOUT
------------------------------------------------------------------------------*/
html, body {
	color: #433b1a;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	line-height: 1.8em;
	background-color: #605732;
}

#container {
	min-height:100%;
	position:relative;
}

#body {
	background-color: #f6f4ee;
	background-image: url(../img/bg_body.png);
	background-repeat: repeat-x;
}

#foot {
	background-image: url(../img/bg_footer.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0 0;
	width:100%;
	min-height: 100px;
}

.main{
	width: 740px;
	margin: 0 auto;
}

#top{
	height: 125px;
}

#content{
	background-image: url(../img/bg_content.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
	min-height: 400px;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentCol{
	margin-left: 250px;
}

#contentCol-inner{
	padding-right: 20px;
	padding-left: 17px;
}

#leftCol{
	float: left;
	width: 250px;
	margin-left: -740px;
}

#leftCol-inner{
	line-height: 1.5em;
	padding-right: 10px;
	padding-left: 20px;
}

#footer{
	color: #e3dbb5;
	font-size: 0.9em;
	line-height: 1.2em;
	background-image: url(../img/bg_footer_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 125px;
}

#footer-inner{
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
}

/* HEADER
------------------------------------------------------------------------------*/
.langs {
	color: #e3dbb5;
	line-height: 25px;
	text-align: right;
	height: 25px;
}

.langs a {
	color: #e3dbb5 !important;
	text-decoration: none !important;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

.langs a:hover {
	text-decoration: underline;
}

.langs a.selected {
	font-weight: 700;
}

#logo {
	width: 233px;
	float: left;
	padding-top: 4px;
}

#top_right {
	color: #7f5f00;
	text-align: right;
	width: 500px;
	float: right;
	padding-top: 20px;
}

#top h1{
margin: 0;
padding-top: 15px;
}

/* FOOTER
------------------------------------------------------------------------------*/
.footer_left {
	width: 240px;
	float: left;
}

.footer_right {
	width: 450px;
	float: left;
}

#footer a{
	color: #fdcd00;
	text-decoration: none;
}

/* LEFTCOL
------------------------------------------------------------------------------*/
.leftText {
	color: #433b1a;
	font-size: 0.9em;
	line-height: 1;
	padding-right: 10px;
	padding-left: 10px;
}

/* Form
------------------------------------------------------------------------------*/

.form_bg {
	background-image: url(../img/bg_form.png);
	background-repeat: repeat-y;
}

.form_bg-inner{
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
}


.form_bot {
	background-image: url(../img/bg_form_bot.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 220px;
	height: 5px;
}

.form_head {
	height: 36px;
}

.form_title {
	color: #80774d;
	font-size: 0.9em;
	font-weight: 700;
	background-image: url(../img/sep_hor.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	text-transform: uppercase;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 10px;
	padding-left: 10px;
}

.input {
	color: #433b1a;
	font-size: 100%;
	width: 194px;
	padding: 0.2em;
	border: solid 1px #d3cdc2;
}

.input_date {
	color: #433b1a;
	font-size: 100%;
	width: 90px;
	padding: 0.1em 0.2em;
	border: solid 1px #d3cdc2;
}

form {
	color: #80774d;
}

label {
	font-size: 0.9em;
	line-height: 1em;
	padding-top: 1em;
	padding-bottom: 0.2em;
	display: block;
}

.day {
	width: 36px;
}

.month {
	width: 85px;
}

.year {
	width: 55px;
}

.submit {
	float: right;
	margin-top: 20px;
	margin-bottom: 10px;
}

.icon_calendar {
	width: 33px;
	float: right;
}

.div_date {
	float: left;
	margin-right: 6px;
	width: 95px;
}

select {
	color: #433b1a;
	float: left;
	margin-right: 3px;
	border: solid 1px #d3cdc2;
}

.selects_date {
	width: 100%;
}

.reveal {
	font-size: 0.9em;
	background-image: url(../img/arrow_reveal.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 12px;
}

/* CONTENT - INTRO
------------------------------------------------------------------------------*/
#img_intro {
	background-image: url(../img/img_intro.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 92px;
}

/* CONTENT - SEARCH RESULT
------------------------------------------------------------------------------*/
#content_top {
	background-image: url(../img/bg_content_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 37px;
}

.mainbox_top {
	font-size: 1px;
	background-image: url(../img/bg_mainbox_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 5px;
}

.mainbox {
	background-image: url(../img/bg_mainbox.png);
	background-repeat: repeat-y;
}

.mainbox_bot {
	background-image: url(../img/bg_mainbox_bot.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 5px;
}

.mainbox-title{
	color: #80774d;
	font-size: 0.9em;
	font-weight: 700;
	padding: 9px 10px 0;
}

.mainbox-inner{
	padding: 9px 10px 30px 30px;
}

.entradilla {
	color: #80774d;
}

.data {
	color: #433b1a;
	font-size: 0.9em;
	line-height: 1.2em;
}

.colHead {
	color: #806b20;
	font-size: 0.9em;
	line-height: 31px;
	text-transform: uppercase;
	height: 31px;
}

.colHead .fleft {
	float: left;
	width: 50%;
}

.colHead .fright {
	float: right;
	width: 50%;
	text-align: right;
}

.list_content {
	line-height: 1.5em;
	background-image: url(../img/bg_list.png);
	background-repeat: no-repeat;
	background-position: 2px top;
	padding: 10px 25px 10px 30px;
}

.listwrapper {
	width: 100%;
}

.ak_title {
	font-size: 1.2em;
	float: left;
}

.download_pdf {
	width: 20%;
	float: right;
}

.download_pdf a {
	font-size: 0.9em;
	line-height: 15px;
	background-image: url(../img/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	margin-top: 2px;
	padding-left: 20px;
	display: block;
}

#browse {
	text-align: right;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#browse a {
	color: #806b20;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
	width: 22px;
	height: 22px;
	float: left;
	margin-right: 2px;
	display: block;
	background-image: url(../img/bg_browse.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
	cursor: pointer;
}

#browse a.off {
	background-image: url(../img/bg_browse.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#browse a.on {
	background-image: url(../img/bg_browse.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#browse a:hover {
	background-image: url(../img/bg_browse.png);
	background-repeat: no-repeat;
	background-position: right top;
}

/* CONTENT - FICHA
------------------------------------------------------------------------------*/

.ficha_title {
	color: #806b20;
	font-weight: 700;
	line-height: 28px;
	background-image: url(../img/bg_ficha_title.png);
	background-repeat: no-repeat;
	background-position: 2px bottom;
	height: 28px;
	padding-left: 30px;
}


/* Auxiliares globales
------------------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{
	display: inline-table;
}

* html .clearfix{
	height: 1%;
}

.clearfix{
	display: block;
}

* {
	padding:0;
	margin:0;
}

select {
	min-width:1.5em;
}

img {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	list-style-type: none;
}

* html ul li a {
	height: 1%;
}
