/* 
 * MSCLN
 * mscln.com
 * 
 * joaquin jara main layout css 
 */

#header{
	padding:26px 0 10px 0;
	/*border-bottom:1px solid #9f9b78;*/
	margin:0px;
}
#content{
	
}
#footer{
	margin-top:10px;
	padding:10px 0 20px 0;
	font-size:12px;
	/*border-top:1px solid #4d4d4d;*/
}


/* utils*/
.left{
	float:left;
}
.right{
	float:right;
}

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

/* font-family (sizes are set already) */
body{
	line-height:20px;
	font: normal 12px/1.4em Arial,Helvetica,sans-serif;
	/*font: 16px/24px Georgia, "Times New Roman", Times, serif;*/
}

h1,h2,h3,h4,h5,p,ol,ul{
	margin-bottom:6px;
} /*all but h6 *************** original:18*/
h1,h2,h3,h4,h5,ol,ul{
	/*font-family:Georgia,"Times New Roman",Times,serif;
	font-style:italic;*/
}
div p:last-child {margin-bottom:0;}
h1{font-size:36px; line-height:36px}
h2{
	font-size:30px; 
	line-height:32px;
	padding-bottom:4px;
	}
h3{font-size:16px;
/*text-transform:capitalize;*/
}
h4{font-size:16px; font-weight:bold;}
h5{font-size:12px; font-weight:bold;}

h3 a{
	text-decoration:none;
}
#header h1{
	font-size:20px;
	/*font-family: "Times New Roman",Times,serif;*/
	margin:0px 0 10px 0;
	color:#474636;
}
#header h1 a{
	color:#000;
	text-decoration:none;
}
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;
}
hr,hr.space {background:#EFEDE6;color:#EFEDE6;}
hr.blck{
	margin-top:6px;
	background:transparent url(../icons/rule_dashed.gif) bottom left repeat-x;
}

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;
}
table td{
	padding:2px;
	vertical-align: top;
}
 #infomessage {
	/*display:none;*/
	clear:both;	
	padding:1em 3em;	     
	margin:5px 0;
	background:#e5e5e5 url(../icons/admin/information.png)  center no-repeat;
	background-position: 10px 50%;
	font-weight:bold;
		
	}


.number{
	font-family: Georgia,Times New Roman,Helvetica,sans-serif; 
	font-weight: bold; 
	font-style:italic;
}	
.span-4 img{
	margin-bottom:6px;
}

.videothumb{
	position:relative;		
	z-index:20;
}
.videothumb .videoicon{
	position:absolute;
	display:none;
	margin:0;
	padding:0;
	top:-650px;
	left:0;
	
}
.videothumb:hover .videoicon{
	display:block;
	background-color:#000;
	width:150px;
	height:30px;
	background:url(../icons/videoplay.png) center center no-repeat;
	position:absolute;
	top:-65px;
	/*
	position:relative;
	top:-80px;*/
	left:0;
	z-index:100;
	margin:0;
	padding:0;
}
/* nav */
#header img{

}
/*  menu horizontal con submenu desplegable*/
#header .divnav {
	margin:10px 0px 10px 0;
	padding:8px 0px 6px 0;

}
	ul#nav{
		padding: 0;
		margin: 0;
		list-style: none;
		text-transform:lowercase;
	} 
	#nav ul { /* all lists */
		padding: 0;
		margin: 0;
		text-indent:0;	
	}
	#nav li a:link, #nav li a:visited {
		color:#808080;
		margin:0 20px 0 0;
		text-decoration:none;
		font-size:16px;
		padding:6px 0 6px 0;
	}
	#nav li a:hover{
		color:#4d4d4d;
		/*background:transparent url(../icons/rule_dashed.gif) bottom left repeat-x;*/
	}
	/*
	 * elemento activo
	 */
	#nav li a.selected {
		/*background:transparent url(../icons/rule_dashed.gif) bottom left repeat-x;*/
		color:#000;/*#9f9b78;*/
	}
	#nav li { /* all list items */
		display:inline; /* para centrar padding:6px;*/
		padding:6px 0 6px 0;
		margin:0;
	}
	#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*/

/* lang_menu */
#lang_menu {

	margin:16px 0 0 0;
	
}

#lang_menu li{
	list-style:none;
	float:left;
	margin:0 0 0 2px;

}
#lang_menu a{
	color:#4d4d4d;
	text-decoration:none;
	margin:0;
	/*margin:0 0 0 10px;*/
	padding:6px 0 6px 6px;

}
#lang_menu a:hover{
	/*background-color:#e5e5e5;*/
}

#lang_menu li a.selected {
		/*background:transparent url(../icons/rule_dashed.gif) bottom left repeat-x;*/
		color:#000;/*#9f9b78;*/
}
/* menu vertical jerarquico - paginas */
.page_tree{
	
}
 ul.page_tree {
	text-indent:0px;
	list-style:none;
	margin: 0;
	padding:0 20px 0 0;
}

ul.page_tree  li{
	margin:0;
	padding:6px 0 6px 0;
	font-size:14px;
	line-height:16px;
	padding:0;

	/*border-bottom:1px solid #ccc;
	 en vez de border una imagen para solucionar ul li ul .. */
}
ul.page_tree li ul{
	margin:0 0 0 20px;
}
.page_tree li ul li{
	font-size:0.9em;
}
.page_tree a{
	color:#808080;
	text-decoration:none;
	display:block;
		padding:6px 0 10px 0;
}
.page_tree a:hover{
	/*background-color:#0000ff;*/
	color:#000;
	/*background-image: url(../icons/rule_dashed.gif);*/
	background-repeat:repeat-x;
	background-position:bottom left;
}
.page_tree a.selected{
	color:#000;
/*	background-image: url(../icons/rule_dashed.gif);*/
	background-repeat:repeat-x;
	background-position:bottom left;
}


/* sitemap treeview*/

.sitemap{
	
}
ul.sitemap {
/*text-indent:0px;*/
	list-style:none;
	margin:0;
	padding:0;
}
.sitemap li{
	margin:2px 0 2px 0;
	padding:6px;
	margin:2px 0 2px 0;

}
.sitemap a{
	text-decoration:none;
	padding:2px ;
	margin:2px 0 2px 0;
}
.sitemap a:hover{
	background-color:#AAFA5F;;
	color:#000;
}
.sitemap a.selected{
	font-weight:bold;
	background-color:#474636;
	color:#fff;
}


/* 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; 
}

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  */
}

input, textarea, input[type="password"] {
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	font-size:16px;
	padding:3px;
  	border:1px solid #bbb; 
	background-color:#fafafa;							 						 
}
input:focus, textarea:focus{
	border:1px solid #4d4d4d !important;
	background-color:#FFFFFF;
	outline: 1px solid #e1e1e1 !important;
}
input{
		margin-left:10px !important;
}

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;
}


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



input[type="submit"] {
	margin-top:1em;
	display:block;
	clear:both;
	border:0;
	padding:6px;

	background-color:#bfbfbf;
	margin-left:90px !important;
/*	background:#000000 url(../icons/admin/bullet_tick.png) left no-repeat;*/
}
input[type="submit"]:hover {

	color:#fff;
	background-color:#4d4d4d;
}




.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;
}



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

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

