/*
Design by PerCus
http://www.percus.com.ar
*/

body {
	margin: 10px;
	padding: 0;
	background: #FFFFFF url(../Images/img01.jpg) repeat-x; 
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F49500;
}

h2 {
	text-transform: uppercase;
	font-size: 14px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(../Images/img05.gif) repeat-y;
}

a {
	color: #F49500;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	width: 760px;
	height: 130px;
	margin: 0 auto;
	background: url(../Images/head1.png);
}


/* Content */

#content {
	width: 720px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(../Images/img04.jpg) repeat-x left bottom; 
}

/* Posts */

#posts {
	float: left;
	width: 480px;
}

/* Links */

#sidebar {
	float: right;
	width: 200px;
	padding-left: 20px;
	background: url(../Images/img05.gif) repeat-y;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li ul {
	padding: 5px 0 30px 0;
}

#sidebar li li {
	padding: 7px 10px;
	background: url(../Images/img06.gif) repeat-x left bottom;
}

#sidebar li a {
	text-decoration: none;
}

#sidebar li a:hover {
	text-decoration: underline;
}

#sidebar li i {
	font-style: normal;
	font-size: 9px;
}

#sidebar img {
	/*border: solid ;
	border-width : 1px;*/
	background-color: White;
}

.Turno {
	text-align : center;
	border : 1px solid #FFA54A;
}


/* Footer */

#footer {
	height: 50px;
	padding: 20px;
	background: #859D84;
}

#footer p {
	text-align: center;
	color: #ffffff;
}

hr{
	color : #F49500;
	height : 1px;
}

#turno{
	width: 400px;
	float: right;
	background-color: #F3F5F1;
	border: 1px solid #648266;
	padding : 10px 10p 10p 10p;
}

#turno  label{
	width : 150px;
}

#turno  textarea{
	width : 350px;
	margin-left: 12px;
}

.comentario{
	color: #b22222;
	font-weight: bolder;
}