/*#############################################################
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

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

a {text-decoration: none;}

body {
	background: #000;
	color: #ffffff;
	font: normal 67% "Lucida Sans Unicode",sans-serif;
	margin: 0 1%;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #000;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 1.8em sans-serif;}
h2 {
	font: bold 1.4em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #000 url(/images/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #000;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 120px;
}
.header img{
	float:left;
	padding: 5px 20px 5px 20px;
}
.header h1 {
	padding: 20px 0 0 0;
	font-size: 60px;
	float: left;
}
.header p {
	font-size: 35px;
	padding: 40px 20px 0 0;
	float:right;
}
.header a {
	color: #fff;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #000;
	color: #ffffff;
}
.header #logo {
	width:410px;
	height:63;
	position: abosolute;
	left:0;
	margin-top:40px;
	float:right;
}

/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
}

.main {
	background: #000;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 30%;}
.main .right {width: 70%;}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}

/* content elements */
.content h1 {
	background: url(/images/bgh1.gif) repeat-x left bottom;
	color: #ffffff;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}

.content ol {
	font-size: 1.2em; 
	padding-left: 20px;	
}
.content a {
	color: #fff;
	text-decoration: underline;
}
.content a:hover {color: #fff;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #000 url(/images/nav.gif);}
.nav a {
	background: #000 url(/images/nav.gif);
	border-right: 1px solid #161616;
	color: #ffffff;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
}
.nav a:hover {
	background: #000 url(/images/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	background: #000;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;} 
.subnav li {
	margin-left:15px;
	list-style-image: url(/images/li.gif); 
	list-style-position: inside; 
} 
.subnav li a {
	color: #ff0000;
	line-height: 2.0em;
	padding-left: 4px;
	text-decoration: none;
}
.subnav li a:hover {color: #00ff00;}

/* footer */
.footer {
	background: #000;
	border-top: 1px solid #444;
	color: #fff;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #fff;}
.footer a:hover {
	color: #fff;
	background: #000;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #fff;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #fff;} 

/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 30%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: green;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: green;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #5F7FA8;
  background: #EBF1F4;
  border-width: 1px;
  border-style: solid;
  border-color: #5F7FA8;
}

input.radio {
  background: none;
  border: 0px;
}

.width50 {
  width: 48%;
} 

#modal_container {
	padding:5px;
	background-color:#fff;
	border:1px solid #666;
	overflow:auto;
	font-family:"Lucida Grande",Verdana;
	font-size:12px;
	color:#333;
	text-align:left;
}

#modal_overlay {
	background-color:#000;
} 

/**************************************************************
   History Elements
 **************************************************************/

#historia{
	clear: both; 
}
/*
#historia  img{
	float: left;
	padding-right:20px;
   	padding-bottom:20px;
} */

#historia h2 {
	clear:both;
}

img.floatleft{
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
p.clearboth{
	clear:both;
}
img.floatright{
	float:right;
	padding-left:10px;
	padding-bottom:10px;

}
p.baja20{
	padding-top:200px;
} 

#portada{
	text-align:center;
	padding:50px 0 0 0px;
}