
/* layout */
.container{
	width:960px;
	height:auto;
	padding:0;	
	margin:10px auto 0 auto;
	background-color:#fff;
	border-right:1px solid #f0f0f0;
	border-left:1px solid #f0f0f0;
} /*Also can be 840, 720, 600…*/

#header{
	/*padding:30px 0 30px 0;
	margin: 0px auto;border-bottom:1px solid #9f9b78;*/
	/*border-bottom:1px dotted #d4d4d4;*/
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #e5e5e5;
	/*padding:16px 10px 0 20px; */

	background-color:#fff;
	/*background:#ffffff url(../icons/head5.gif) top right no-repeat;*/

}
#content{
		
	
}
#footer{
	width:960px;
	height:auto;
	font-size:12px;
	margin:0 auto;
	background-color:#F5F5F5;

	border-top:1px dotted #d4d4d4;
}

.colcontent{padding:16px 30px;}
/* border styles and colors */
.colcontent, .colcontent_border, .colcontent_vborder, .colcontent_hborder, .sidenote{border-style:dotted; border-color:#666;}

/* colors */
body{color:#2b2516; 	/*background-color:#f8f8f8;*/ 	background:#f8f8f8 url(../icons/head4.png) left top repeat;}
a{text-decoration:underline;}
a:link{color:#000;}
a:visited{color:#000;}
a:hover,a:active{color:#4d4d4d;
background-color:#f3f3f3;}
.quiet{color:#666;}

/* font-family (sizes are set already) */
body{
font-size:16px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;

/*
 * font-family:"Palatino", "Palatino Linotype", "Georgia", "Times", "Times New Roman", serif;
  "Garamond", "Hoefler Text", "Palatino", "Palatino Linotype", serif;
 "Baskerville", "Times", "Times New Roman", serif ;
 Georgia,"Times New Roman",Times,serif;
 */
line-height:22px;
}

h1,h2,h3,h4,h5,p,ol,ul{margin-bottom:18px;} /*all but h6 *************** original:18*/
div p:last-child {margin-bottom:0;}
h1{font-size:36px; line-height:36px}
h2{
	font-size:36px; 
	line-height:36px;
	color:#81ca3e;/*#7BFF00#8f8b6c;*/
	/*padding-bottom:4px;*/
	}
h2 a{text-decoration:none;}	
h3{font-size:18px;	}
h4{font-size:12px; font-weight:bold;}
h5{font-size:12px; font-weight:bold;}

#content h2{
	
	/*margin-bottom:100px;*/
}
#header h1{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	font-weight:bold;
	margin:0 0 10px 0;
	color:#1a1a1a;/*#bfbfbf;*/
	font-size:60px;
	line-height:22px;
	letter-spacing:-1px;
	width:380px;
}
#header h3.subtitle{
	margin:0;
	padding:0;
	font-size:18px;	

}
select,input,textarea{font-family:Arial,Helvetica,sans-serif;}
pre,code{font-family:"Courier New", Courier, mono;}
blockquote{
	font-size:20px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	font-weight:bold;
	float:left;
	margin:10px 10px 10px 0;
	width:260px;
	float:left;
}


   blockquote:before { content: '\201C'; }
   blockquote:after { content: '\201D'; }
   
   
/*for dev only*/
.bgcolor {background-color:#efe;}
.bgcolor1 {background-color:#fee;}
.bgcolor2 {background-color:#eef;}
/*– Starter CSS end — */

table{
	vertical-align: top;
	font-family:"Arial", "Helvetica", sans-serif;
}
table td{
	padding:2px;
	vertical-align: top;
}


 #infomessage {
	/*display:none;*/
	clear:both;	
	padding:1em 2em;	     
	margin:5px;
	background:#b8dbff url(../icons/admin/information.png) left center no-repeat;
	font-weight:bold;
		
	}


.number{
	font-family: Georgia,Times New Roman,Helvetica,sans-serif; 
	font-weight: bold; 
	font-style:italic;
}	

/*
#content img{
	padding:8px;
	background-color:#fff;
	float:left;
	padding:6px 10px 10px 6px;
	margin:6px 6px 6px 0;
	background:#fff url(../icons/images_background.jpg) bottom right no-repeat; 
}
*/
#content img.noshadow{
	
	background:none; 
}
/* nav */
#header img{

}
/*  menu horizontal con submenu desplegable*/

.divnav{
	/*position:fixed;*/


}

	ul#nav{
		padding: 0;
		margin:16px  0 0 0;
		list-style: none;
		font-family:"Arial Narrow";


	} 
	#nav ul { /* all lists */
		padding: 0;
		margin: 0;
	}

	#nav li a:link, #nav li a:visited {
		/*display: block;
		 */
		 
		margin:0;
		text-decoration:none;
		font-size:16px;
		padding:3px 10px 3px 22px;
		border-bottom:1px dotted #fff;
		
		/*color:#fff;
		width: 10em;*/
	}
	#nav li a:hover{
		color:#000;
		background-color:#f5f5f5;
		border-bottom:1px dotted #d4d4d4;

	}
	/*
	 * elemento activo
	 */
	#nav li a.selected {
		color:#499402;/*#9f9b78;#e7f8d7*/
		background:#f0f0f0 url(../icons/nav_dot.gif) center left no-repeat; 
		background-position: 6px 50%;
		/*border-bottom:1px dotted #d4d4d4;*/

		/*border-right:2px dotted #81ca3e;	*/
	}
	
	#nav li { /* all list items */
		/*float: left;*/
		/*display:inline;  para centrar padding:6px;*/
		padding:0;
		/*width: 10em;  width needed or else Opera goes nuts padding:2px;margin-right:1px;*/
		/*background:#9f9b78;*/
		margin:0;
		line-height:26px;
	}
	
	#nav li ul { /* second-level lists */
		position: absolute;
		background: white;
		width: 10em;
		left: -999em; /* using left instead of display to hide menus because display: none isn\\\\\\\'t read by screen readers */
	}


	#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
/* fin menu horizontal*/


ul#lang{
		padding: 0;
		margin:16px  0 0 0;
		list-style: none;
		font-family:"Arial Narrow";
	} 
	#lang ul { /* all lists */
		padding: 0;
		margin: 0;
	}
	#lang li{
		/*float:left;*/
		padding:0;
		margin:0;
	}
	#lang li a:link, #lang li a:visited {
		margin:0;
		text-decoration:none;
		font-size:16px;
		padding:3px 10px 3px 22px;
		
		/*color:#fff;
		width: 10em;*/
	}
	#lang li a:hover{

		color:#000;
		background-color:#e5e5e5;
	}
	/*
	 * elemento activo
	 */
	#lang li a.selected {

		
		color:#499402;/*#9f9b78;*/
		background:#f0f0f0 url(../icons/nav_dot.gif) center left no-repeat; 
		background-position: 6px 50%;
			
	}
	

.globofechas{
	width:90px;
	height:90px;
	background:#ffffff url(../icons/globofechas.gif) top right no-repeat;
/*	background-color:#e5e5e5;*/
	
}

.page_tree{
	margin:0;
	padding:0;
}

ul.page_tree {
/*text-indent:0px;*/
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	margin-left:0;

}
.page_tree li{
	margin:0;
	padding:0;
	float:left;
	font-size:16px;
	line-height:34px;
		background-image: url(../icons/rule_dashed.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	/*border-bottom:1px dotted #ccc;
	 en vez de border una imagen para solucionar ul li ul .. */
	
}
.page_tree a{
text-decoration:none;
display:block;
padding:0 6px;
	
}
.page_tree a:hover{

background-color:#AAFA5F;;
	color:#000;
}
.page_tree a.selected{
	
		font-weight:bold;
background-color:#bfbfbf;
color:#fff;
}


/* blog */

.blog_category_menu{
	margin:0;
	list-style:none;
}
.blog_category_menu li{
	margin:0;
	list-style:none;
	border-bottom:1px dotted #ccc;
}
.blog_category_menu a{
	text-decoration:none;
	display:block;
	padding:2px 0 2px 0;
}
.blog_tag_cloud a{
	text-decoration:none;
	line-height:26px;
}
.post {
    margin: 0 0 20px 0;
} 
.post_header {
    margin: 0;
} 
.post_header h2 {
    margin:0 0 2px 0;

} 
.post_header h2 a {
    text-decoration: none;

} 
.post_data {
    margin:0 0 10px 0;
	
} 
.post_data div{
	border-bottom:1px dotted #e5e5e5;
}
.post_data a{
	text-decoration:none;
}
.post_category {
	font-weight:bold;
    padding: 1px 3px 1px 0;
}

a.post_category {
    text-decoration: none;

}

a.post_category:hover {

}

.comment{
	border-top:1px dotted #ccc;
	margin:2px 0 4px 0;
	padding:2px 0;
}

/* forms */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  /*min-width: 400px;
  max-width: 600px;
  width: 400px; */
}

form fieldset {
 clear: both;   /* note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border: none;
  padding: 0;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	font:11px verdana,arial,sans-serif;
	color:#66666C;
	float: left; 
	width: 80px; 
	padding: 0; 
	margin: 5px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

/*

label{
	clear:both;
display:block;
margin-top:1em;
color:#666666;
font-size:0.9em;
}
*/
form iframe{
	margin: 5px 0 0 10px;
	
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	/*width:auto;*/      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}


form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 90px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}



.nomostrar{
display:none;
}
input, textarea{
	/*width:400px;
	width:auto;*/
	font-size:16px;
	padding:3px;
	border:2px solid #dedede;
	background-color:#fafafa;
}


form input.title{
	font-size:18px;
	width:520px;
	padding:4px;
	font-weight:bold;
}

input:focus, textarea:focus{
	border:2px solid #a4b1bd;
	background-color:#FFFFFF;
	outline: 2px solid #e1e1e1;
}

input[type="file"]{/* no funciona*/
	border:1px solid #dedede;
	background-color:#fafafa;
	
}
input[type="submit"] {
	margin-top:1em;
	display:block;
	clear:both;
	border:0;
	padding:6px;

	background-color:#AAFA5F;
	margin-left:90px;
/*	background:#000000 url(../icons/admin/bullet_tick.png) left no-repeat;*/
}
input[type="submit"].delete {
	margin-top:1em;
	float:left;
	border:0;
	padding:6px 6px 6px 20px;
	color:#ffffff;
	background:#a1a1a1 url(../icons/admin/bullet_cross.png) left no-repeat;
	
}
input[type="submit"]:hover {

	color:#000000;
	background-color:#C0C0C0;
}
form input.title{
	width:400px;
	font-weight:bold;
}



.errFld {border: 1px solid #F00; /*...errores de formulario wforms ... */}
.errMsg { 
	color: #000000;
	background-color:#FFFF99;
	margin:0px;
	padding:2px;
	text-indent:15px;
	background-image:url(../icons/admin/bullet_delete.png);
	background-repeat:no-repeat;
	background-position:top left;/**/
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

form .margin_left{
	margin-left:90px;
}


/*
 * mscln
 */
a.mscln{
	padding:3px;
	text-decoration:none;
	font-weight:bold;
	color:#bfbfbf;
	letter-spacing:0.001em;
}


.inline_menu{
background-color:#81ca3e;
position:fixed;
top:0;
left:0;
padding:6px;
}
.inline_menu a{
margin:0 6px;
text-decoration:none;
}

