@charset "utf-8";
/*-------------------------------------------------------------*/
/* CSS Document                                                */
/* Template Name: Orange Lanes                                 */
/* Designed By: Santhosh                                       */
/* Homepage: www.themebin.com                                  */
/*-------------------------------------------------------------*/

/* HTML Elements */
body {
	font : 80%/1.5em Verdana, Tahoma, arial, sans-serif;
}

/* Header Styles */

h1, h2, h3 {
	font-family : Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight : bold;
}

h1 {
	font-size : 120%;
}

h2 {
	font-size : 110%;
	color : #cc9900;
}

h3 {
	font-size : 110%;
	color : #cc6600;
}

/* Header Layout */

#header-top {
	background : #494949;
	height : 10px;
}

#header-main {
	background : url(images/header-bg.jpg) repeat-x;
	height : 80px;
	color : #ffffff;
}

/* Header Logo and Slogan */

#logo-text {
	position : absolute;
	width : 450px;
	height : 50px;
	padding : 0;
	margin-top : 5px;
	margin-left : 10px;
	font : bolder 2.6em Geneva, Arial, Helvetica, sans-serif;
	letter-spacing : -2px;
	text-align : left;
	color : #ffffff;
}

#logo-slogan {
	position : absolute;
	width : 250px;
	height : 25px;
	padding : 0;
	margin-top : 52px;
	margin-left : 15px;
	font : bolder 1.1em Geneva, Arial, Helvetica, sans-serif;
	letter-spacing : -2px;
	text-align : left;
	color : #333333;
}


/* Navigation Bar */

#nav {
	background : #ec6a1c;
	height : 25px;
	border-bottom : 1px solid #666666;
}

#nav-bar {
	position : relative;
	width : auto;
	height : 24px;
	margin : 0;
	padding : 0 0 0 0;
	background : url(images/nav-bg.jpg) repeat-x;
	font : bold 12px/25px Verdana, Arial, Tahoma, Sans-serif;
}

#nav-bar ul {
	float : left;
	list-style : none;
	margin : 0;
	padding : 0;
}

#nav-bar ul li {
	display : inline;
}

#nav-bar ul li a {
	display : block;
	float : left;
	padding : 0 10px;
	color : #ffffff;
	text-decoration : none;
}

#nav-bar ul li a:hover {
	color : #000000;
}

#nav-bar ul li#selected a {
	color : #000000;
}

/* Content */

#content {
	background : #ffffff;
	width : 720px;
	height:1100px;
	margin-top : 30px;
	margin-left : 0px;
	text-align : left;
	padding-left : 10px;
	padding-right : 10px;
	border-bottom : 8px solid #ffffff;
}

#content h1 {
	margin-top : 10px;
	font : bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color : #ff9900;
	padding : 5px 0 5px 15px;
	border-bottom : 1px solid #f8f4f1;
	text-align : justify;
	background : url(images/post-bullet.png) no-repeat 0 56%;
}

#wrap {
	width : 1001px;
	margin : 0 auto;
	text-align : left;
}

#content-wrap {
	width : 1000px;
	height:auto;
	background : #f8f4f1;
	margin : 0 auto;
	padding-bottom : 20px;
	text-align : left;
}

/* Search */

form.search {
	position : relative;
	top : 23px;
	right : 15px;
	background : transparent;
	border : none;
	float:right;
}

form.search input.textbox {
	margin : 0;
	padding : 1px 2px;
	width : 120px;
	background : #fff;
	color : #333;
}

form.search input.button {
	background : #ccc url(searchbg.gif) repeat-x;
	color : #333;
	border : none;
	width : 70px;
	height : 21px;
}

/* Sidebar */

#sidebar {
	float : right;
	width : 230px;
	margin-right : 16px;
	margin-left : 5px;
	background : #ede7e1;
	margin-top : 30px;
}

#sidebar h1 {
	margin-top : 0;
	padding : 5px 0 5px 5px;
	font : bold 0.9em Verdana, 'Trebuchet MS', Sans-serif;
	color : #ffffff;
	background : #494949;
}

#sidebar .left-box {
	background : #ede7e1;
	margin-top : 0;
	border-bottom : 10px solid #f8f4f1;
	padding-left : 5px;
}

#sidebar ul.sidemenu {
	margin-left : 3px;
	list-style : none;
	text-align : left;
	margin : 3px 0 8px 0;
	padding : 0;
	text-decoration : none;
}

#sidebar ul.sidemenu li {
	margin-left : 3px;
	padding : 2px 0 2px 25px;
	background : url(images/bullet.png) no-repeat 5px 5px;
	margin : 0 2px;
}

#sidebar ul.sidemenu a {
	font-weight : bolder;
	text-decoration : none;
	background-image : none;
}

/* Images */

img {
	border : none;
}

img.float-right {
	margin : 5px 0 10px 10px;
}

img.float-left {
	margin : 5px 10px 10px 0;
}

code {
	margin : 4px 8px;
	padding : 8px;
	text-align : left;
	display : block;
	overflow : auto;
	font : 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	background : #f8f4f1;
	border : 1px dashed #D7C3C3;
}

/* Additional Formatting */

blockquote {
	margin : 10px;
	padding : 0 0 0 40px;
	border : 1px solid #D7C3C3;
	background : #f8f4f1 url(images/quote.png) no-repeat 5px 5px;
}

form {
	margin : 10px;
	padding : 0 5px;
	border : 1px solid #D7C3C3;
	background-color : #f8f4f1;
}

label {
	display : block;
	font-weight : bold;
	margin : 5px 0;
	color: #333333;
}

input {
	padding : 2px;
	border : 1px solid #D7C3C3;
	font : normal 1em Verdana, sans-serif;
	color : #000000;
	background-color : #ffffff;
}

textarea {
	width : 400px;
	padding : 2px;
	font-family : Verdana, sans-serif;
	border : 1px solid #D7C3C3;
	background-color : #ffffff;
	height : 100px;
	display : block;
	color : #000;
}

input.button {
	margin : 0;
	font : bolder 12px Arial, Sans-serif;
	border : 1px solid #ccc;
	padding : 2px 3px;
	background : #fff;
	color : #131212;
}

/* Footer */

#footer {
	background : #ede7e1;
	height : 25px;
	border-top : 1px solid #ede7e1;
	border-bottom : 10px solid #ec6a1c;
	padding-top : 5px;
}

/* Post Footer */

.post-footer {
	border-bottom : 1px solid #D7C3C3;
	padding : 5px;
	margin : 20px 10px 0 2px;
	font-size : 95%;
	background-color : #f8f4f1;
}

.post-footer .date {
	padding-left : 20px;
	margin : 0 10px 0 5px;
	text-align : right;
	font-size : 9px;
	color : #009900;
}

.post-footer .readmore {
	background : url(page.gif) no-repeat left center;
	padding-left : 20px;
	margin : 0 10px 0 5px;
}
.chat { position:absolute;}
ul.canales {list-style-type:none;margin-left:25px;padding:0;float:left;width:150px;font:normal 12px verdana;border-left:0px solid #236DB2; margin-top:2%;}
ul.canales li {background-image:url("http://www.nosotros.cl/chat/iamges/vineta.gif"); background-repeat:no-repeat;background-position: 0 5px;padding-left:15px;}
ul.canales h3 {font:bold 1em verdana;border-bottom:1px dotted;color:#0168E4;}
.first {clear:left;}
