/********************************************
AUTOR: 			Gastón Doval 
WEBSITE:		http://www.gastondoval.webs.com/
*******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top elements */
* { margin:0; padding: 0; }

body {
	background-color: #C0C0C0;
 	color: #555; 
 	font: 70%/1.5  Verdana, 'Trebuchet MS', arial, sans-serif;
 	text-align: center; 
 	margin: 5px 0em 5px 0em;
  background-image: url(bordes_web.jpg);
  background-position: top;
  background-repeat: no-repeat
}

/* links */
a	{ 
	color: #ffffff;
	background: inherit;
	text-decoration: none;
}
a:hover { 
	color: #ffffff;
	background: inherit;
}
 
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;	
}
h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #ffffff;
}
h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 1px;
}

h1, h2, h3, p { 
	padding: 0;
	margin: 10px 15px; 
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #000000;	
}
ul span, ol span {
	color: #666666;
}

/* images */
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}


acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px #ffffff solid; 
	background-color: #dcdcdc; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

textarea {
	width:400px;
	padding:4px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #EAEAEA;
	padding: 2px 3px; 
	background: #CCC url(buttonbg.gif) repeat-x left bottom; 
	color: #333;/* color: #339900; */
}

/*****************************
      LAYOUT 
******************************/
#wrap {
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color:#FFF;
   width: 990px;  	
}
#content-wrap {
   clear:both;
   margin:0; padding:0;
   width: 990px;
}

/* header */

#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and right to adjust the position of the logo*/
	top: 36px; right: 35px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	color: #FFF;
	
	/* change the values of top and right to adjust the position of the slogan*/
	top: 85px; right:35px;		
}

/* main content */
#main {
	float: left;
	width: 715px;
	margin: 0; padding: 0;
	background-color: black;
}
#main h1 {
	padding: 1px 0em 3px 25px;
	text-transform: none;
	border-bottom: 2px solid #f2f2f2;	
	color: #ffffff;	
}	

/* sidebar */
#sidebar {
	float: right;
	width: 200px;
	margin: 0em 0em 0px 0em; padding: 0;
/*	margin: 0 0 10px 0; padding: 0;	*/
	background-color: black;	
}


#sidebar ul.sidemenu {
	list-style:none;
	margin:5px 5px;
	padding:0;		
}
#sidebar ul.sidemenu li {
/*Separación entre ítems*/
/*	border: 1px #828282 solid;*/
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
/*	background: #ffffff; /*Color de fondo de los ítems del sidebar*/
/*	border-left: 5px #494949 solid;	*/
	
	min-height: 18px;
font-size: medium;}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #505050;
/*	border-left: 5px #8c8c8c solid*/
}


/* footer */
#footer { 
	clear: both;
	height: 40px;
	color: #CCC;
	background: #000;
	margin: 0;	
	font-size: 92%;			
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF; 
}
#footer #footer-left {
	width: 68%;
	float: left;
	text-align: left;
	margin: 0; padding: 10px;
}
#footer #footer-right {
	width: 25%;
	float: right;
	text-align: right;
	margin: 0;
padding-left: 10em;
padding-bottom: 10em;
padding-right: 10em;}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }
.gray  { color: #CCC; }