/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #000;
font-family: Verdana, Arial, Tahoma, sans-serif;
background-color: #fff;
}
body {
font-size: 70%;
min-width: 770px;
margin:10px;
}
p {
padding: 7px 0 7px 0;
}
a {
color: #7A9137;
text-decoration: none;
font-weight: bold;
}
a:hover{
color: #7A9137;
text-decoration: underline;
}
h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.4em;
border-bottom:1px solid #ddd;
}
h3 {
font-size: 1.2em;
}
h3.titular{
  margin-top:15px;
  color:#333;
  margin-bottom:10px;
  border-bottom:2px solid #333;
}
h3.info{
  margin-top:15px;
}


h1 a, #header h2{
color: #fff;
}
p{
  margin:0;
  padding:0;
}
.menuNews{
  color:#888;
  font-weight:bold;
}
.clear { clear: both; }
#mainContainer {
min-height: 300px;
background: #fff;
/*border: 1px solid #000;*/
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
background: #fff url(img/headerFilling.gif) repeat-x;
height:140px !important;
border-bottom:3px solid #9FBC52;

}
#header img{
 margin-left:4px;
}

/**************************
CONTENT AND COLUMNS
**************************/
.outer {
border-left: 175px solid #fff; /*** This is the width and the color for our left column ***/
border-right: 130px solid #fff; /*** This is the width and the color for our right column ***/
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
width: 100%;
}
* html .inner {
/*** No need for hacking IE on this layout ***/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/
.float-wrap {
float: left;
width: 100%;
margin-left: -175px; /*** Same length as .outer border-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
background: #fff;
margin-right: -175px;  /*** Same length as .outer border-left but with negative value ***/
width: 100%;
}
#content img{
  padding:5px;
}

* html #content {
position: relative;
}
.contentWrap{
padding: 5px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left,
div.left is carried over into the proper position.
***/
#left {
float: left;
width: 160px;
min-height: 250px;
padding: 5px;
background-color:#fff;
}
* html #left {
position: relative;  /*** IE needs this  ***/
height: 250px;
}
#left li.menuHead {
	margin-top: 5px;
	text-align:left;
	color:#FBF607;
    border:0;
}
#left li.menuHeadFirst {
  background-image: url(img/MenuFirstItem.gif);
  background-repeat:no-repeat;
  width: 130px;
  margin-left:20px;
  list-style-image:url(img/listIcon.gif);
  background-color:#7A9137;
  text-align:left;
  color:#FBF607;
  font-weight:bold;
  border:0 !important;
}
#left li.menuHeadFirst {
  background-color:#7A9137;
}

#left li.menuSubHead {
	background-color:#E5F3A8;
	text-align:left;
  	font-weight:bold;
    margin-left:20px;
    border:0;
}
.menuHead{
  list-style-image:url(img/listIcon.gif);
  background-color:#7A9137;
  font-weight:bold;
  width: 130px;
  margin-left:20px;
}
#left ul {
list-style: none;
padding-bottom: 4px;
margin-bottom:10px;
}
#left li{
padding: 4px;
text-align:right;
border-bottom:1px solid #E5F3A8;
}
/*
#left h3{
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  border-top:1px solid #ddd;
  background-color:#6A7D11;
  color:#000;
  padding-top:5px;
  text-indent: 5px;
  font-size:1.1em;
}*/
/*************************
RIGHT COLUMN
**************************/
#right {
float: right;
width: 120px;
padding: 5px;
min-height: 250px;
margin-right: -130px; /** This negative margin-right value is the width of the right column + the padding, in this example 130px. ***/
}
* html #right {
height: 250px;
position: relative;  /*** IE needs this  ***/
}
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}
#right ul {
list-style: none;
padding-bottom: 4px;
border:1px solid #ddd;
border-bottom:2px solid #333;
margin-bottom:10px;
}
#right li {
padding: 4px;
color:#9ECAE3;
}
#right h3{
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  border-top:1px solid #ddd;
  background-color:#ffffcc;
  color:#000;
  padding-top:5px;
  text-indent: 5px;
  font-size:1.1em;
}
/**************************
FOOTER
**************************/
#footer {
text-align: center;
background-color: #7A9137;
}
#footer p{
  color:#fff;
padding: 3px 0;
}
#footer a{
  color:#fff;
  text-decoration: underline;
}

/*Form*/
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #f79d30;
	padding: 4px;
}
#frmCont .styled{
	border: 1px solid #DDD;
	padding: 4px;
    width:450px;
    margin:5px 0 3px 0px;
}
#frmCont label{
  display:block;
}
input{
  display:block;
}
p.ok{
  padding:4px;
  background-color:#00C3A7;
  color:#FFF;
  margin-top:10px;
}
p.error{
  padding:4px;
  background-color:#EBEBF1;
  color:#666;
  margin-top:10px;
}
/* the news box */
#news
{
	background:#F8FCE4;
    padding:5px;
}
#news a
{
	color:#000;
}
#news ul
{
	padding:0;
}
#news li{
	line-height:2em;
    list-style-type: none;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:180px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
#mapa img{
  border:1px solid #000;
}

/* FORMS */
#fLogin,#frmRegister{
  padding:20px;
  background-color:#E5F3A8;
}

.fText, textarea, select{
  border:1px solid #ddd;
  color:#444;
  padding:3px;
  margin-bottom:10px;
}
.button {
  margin-top:10px;
  padding:3px;
}
label {display:block}

div.par, div.impar{margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:2px;}
div.pagination{width:100%;text-align:center}
.pageStr{font-weight:bold}
div.descr{margin-bottom:10px}
/* Tablas */
#tablagestion{
  width:100%
}
#tablagestion table.tListas{text-align:center;width:100%;color:#666;background-color:#E7E7E7;border-spacing:1px;empty-cells:hide;margin:10px 0 40px 0;font-size: 1em;}
tr#tablehead{text-align:center;background:#F5F5F5;color:#666;border:1px solid #FFF;text-transform:uppercase;}
#tablagestion  td.servicios, #tablagestion th.servicios{background:#F5F5F5;}
#tablagestion  td{background:#FFF;}
#tablagestion  td.sub{color:#060;background:#FFF;padding:4px 0;}
#tablagestion  caption{background-color:#FFF;color:#060;margin:0;padding:6px 0;}
#tablagestion  td, #tablagestion th{padding:3px;}