﻿/* ================================================================ **
** style.css
** ---------------------------------------------------------------- **
** Created: 11-09 (dd-mm-yy)
** Author: hibrix.com.ar
** ================================================================ */


/* ---------------------------------------------------------------- **
** Generic
** ---------------------------------------------------------------- */
html { font-size: 76%; }
body {
	background: url(../img/bg.jpg) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #666;
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* headers */
h2, h3, h4, h5, h6 { 
	color: #775900; 
	margin: 0; 
	font-weight: normal;
	font-family: Georgia, serif;
	clear: both; 
	height: 1%;
	}
h1 { margin: 0; height: 1%; clear: both; font-family: Georgia, serif; font-weight: normal; color: #775900; font-size: 1.5em; border-bottom: 1px dashed #999; margin: 0px 0 15px; padding-bottom: 15px; }
h2 { font-size: 1.5em; border-bottom: 1px dashed #999; margin: 0px 0 15px; padding-bottom: 15px; }
h3 { font-size: 1.8em; margin: 35px 0 10px; }
h4 { font-size: 1.6em; margin: 30px 0 5px; }
h5 { font-size: 1.4em; margin: 25px 0 5px; }	
h6 { font-size: 1.2em; margin: 20px 0 0; }

/* text */
p { margin: 15px 0; }
acronym { cursor: help; }
pre, code, blockquote { 
	margin: 20px 0 10px; 
	border: 1px solid #ccc; 
	padding: 15px 20px; 
	display: block; 
	color: #BF0000; 
	}
blockquote { color: #666; font-family: Georgia, serif; padding: 0 15px 5px 15px; }

/* links */
a { text-decoration: underline; color: #775900; }
a:hover { text-decoration: none; }

/* images */
img { border: 1px solid #ccc; padding: 4px; }	
a img { border-color: #BF0000; }
a:hover img { border-color: #ccc; }
img.right { margin: 10px 20px 0px 0px; }
img.left { margin: 6px 10px 0px 0px; }

/* lists */
ul, dl { margin: 15px 0 15px 20px; padding: 0; }
ul { list-style-type: square; }
ul ul, { margin-top: 0; margin-bottom: 0; }
ol { margin: 0px 0 0px -10px; padding: 10px; }
dl { margin-left: 0; }
dl dt { font-weight: bold; margin-top: 15px; }
dl dd { margin: 0; }
dl dt, li { color: #BF0000; }
li span { color: #666; }

/* tables */
table { margin: 15px 0; border-collapse: collapse; }
table th, table td { padding: 10px 15px; text-align: left; }
table th { 
	font-family: Georgia, serif; 
	background: #bf0000 url('../img/green_grad_.jpg') repeat-x; 
	color: #fff; 
	border: 1px solid #fff; 
	font-weight: normal; 
	}	
table tr.alt { background-color: #f4f4f4; }
table tfoot { display: none; }

/* forms */
form { border: 1px solid #ccc; padding: 0; margin: 25px 0; }
form fieldset { border: 0; padding: 10px 25px 15px; margin: 0; }
form fieldset legend { display: none; }
form p { height: 1%; }
form p:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
form p label {  
	float: left; 
	display: block; 
	width: 30%; 
	margin-right: 20px; 
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif; 
	}
form p input,
form p select,
form p textarea { 
	font-size: 1em;
	color: #666; 
	border: 1px solid #ccc; 
	padding: 8px; 
	background-color: #fff; 
	width: 55%; 
	font-family: Tahoma, Geneva, sans-serif;  
	}
form p select { width: 57.5%; }
form ul.fieldlist { margin: -30px 0 10px 33%; padding: 0; list-style-type: none; }
form ul.fieldlist li { color: #666; padding: 0 30px 5px 0; white-space: nowrap; }
form input.btn { 
	border: 0; 
	width: auto;
	overflow: visible; 
	background-color: #bf0000; 
	padding: 8px; 
	cursor: pointer; 
	color: #fff; 
	font-weight: bold;
	}

/* horizontal rule */
hr { clear: both; border: 0; height: 1px; background-color: #ddd; color: #ddd; margin: 30px 0 0; }

/* classes */
.left {
	float: left;
	margin: 22px 0;
}
.right { float: right; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	margin: 0 auto;
	text-align: left;
	width: 780px;
	}
	

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header { padding: 3.2em 0; position: relative; }
#header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
#header div { clear: both; }	

/* Logo
#header h1 { 
	font-size: 2.5em;
	font-weight: normal;
	color: #775900;
	margin: 0;
	}
#header h1 a { color: #775900; text-decoration: none; }
#header h1 a:hover { text-decoration: none; } */

/* if you would like to replace the logo with 
an image, comment out the above logo code and
uncomment the following */
/* 
#header h1 {
	background: url(../img/logo.gif) no-repeat;
	width: [your-logo-width-here]px;
	height: [your-logo-height-here]px;	
	margin: 0;
	}	
#header h1 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	}
*/	

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	margin: 0 0 0 0;
	padding: 0;
	float: right;
	list-style-type: none;
	font-size: 1.2em;
	position: absolute;
	right: 0;
	top: 0;
	}
#header ul li {
	float: left;
	margin: 0 0 0 15px;
	}	
#header ul li a {
	display: block;
	padding: 2.8em 0 0;
	color: #775900;	
	text-decoration: none;
	position: relative; 
	z-index: 500;
	}
* html #header ul li a {
	width: 1%;
	white-space: nowrap;	
	}
#header ul li a:hover { text-decoration: underline; }	
#header ul li a span {
	color: #775900;
	font-family: Georgia, serif; 
	display: block;
	padding: 5px 10px 8px;
	}

#header ul li.on a,
#header ul li.on a span {
	color: #fff;
	position: relative;
	z-index: 499;
	height: 1%;
	cursor: pointer;
	background-color: #BF0000;
	}	
#header ul li.on a span { border-top: 1px dashed #fff; }
#header ul li.on a:hover { text-decoration: none; }

/*------------------------------------------------------------*
**  Banner
**------------------------------------------------------------*/
#banner { 
	padding: 0px;
	margin: 0 0 0px;
 }
#banner img { border: 0px; }
#banner blockquote { 
	border: 0; 
	background: transparent url('../img/quote_.png') no-repeat; 
	margin: 0 0 0 -5px; 
	padding: 10px 35px; 
	color: #fff; 
	}
#banner div a { color: #ffc; }
#banner h2 { color: #fff; border: 0; padding: 20px 0 5px; margin: 0; font-size: 1.5em; }

/*------------------------------------------------------------*
** Body 
**------------------------------------------------------------*/
#body { height: 1%; }
#body:after { 
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	}
#body #content,
#body #subcontent { float: left; }

#body #content { width: 780px; margin-right: 60px; }
#body #subcontent { width: 390px; }

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/	
#footer { border-top: 1px dashed #999; font-size: 0.9em; margin: 40px 0 0; height: 1%; }
#footer img { border:0px; }
#footer img a { border:0px; }
#footer:after {	
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	}
