/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/

body {
	font-size: 12px;
	font-family: Lucida, Arial, Helvetica, Verdana, sans-serif;
	background: #fff;
	color: #666;
	line-height: 1.3em;
	font-weight: 300;
	/* font-weight: 300; */
}

/* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: none; color: #A2968A; }
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none;color: #A2968A;}
a:hover { text-decoration: none;color: #000;  }
a img { border: none; }

/* general styles */
small { font-size: 9px; }
code { font-family: monospace; }
blockquote { padding-left: 9px; }

/* headings */
h1 { font-size: 16px; line-height: 1.3em; }
h2 { font-size: 13px; font-weight: bold; }
h3 { font-size: 13px;  }
h4 { font-size: 13px; }

/* paragraph width */
#index p { margin-bottom: 1em; }
#exhibit p, code, blockquote { width: 600px; margin-bottom: 1em; /* line-height: 1.3em; */ }

/* highlighter style - maybe you want to change colors? */
.highlight { background: #ccff00; color: #000; }

/* never adjust the margin or padding here unless you seriously know what you are doing */
/* think #index .container and #exhibit .container for only padding adjustments */

#index { background: #fff;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	width: 240px;
    top: 0;
    bottom: 50px;
	left: 50px;
    position: fixed;
    z-index: 2; }
#exhibit { margin: 0px 0 0 280px; }

/* styling the index */
#index ul { list-style: none; margin: 0; }
#index ul.section { margin-bottom: 1em; }
#index ul.subsection {  }

/* the follow rules for index are not required */
/* they are mostly for complex customization */
/* for tag display */
#index ul#all_tags { list-style-type: none; margin-bottom: 1em; }
#index ul#all_tags li { display: inline; margin-right: 3px; }
#index ul#all_tags li a {  }

/* active section title */
#index span.active_section_title,
#index span.active_section_title a {color: #000;}

/* active exhibit title parts */
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, 
li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link, 
#index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited
{ font-weight: 300; color:#000; text-decoration: none;  }

/* additional #index options */
#index ul li .password a { /* background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; */ }

/* the "new" indicator */
#index ul li sup { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
/* end styling for index */

/* links styles only for the #index region */
#index a:link {} 
#index a:hover {}   
#index a:active {} 
#index a:visited {}

/* links styles only for the #exhibit region */
#exhibit a:link {  } 
#exhibit a:hover {  } 
#exhibit a:active {  } 
#exhibit a:visited {  } 

/* this is where you adjust your paddings for #index and #exhibit together */
.container { padding: 50px 9px 25px 27px; }

/* this is where you pad them separately */
#index .container { }
#exhibit .container {  }

.banner2bg {
    height: 5px;
    margin-top: -8px;
    opacity: 0.1;
    z-index: -10;
}
.banner2bg img {
    visibility: hidden;
}
hr {
    opacity: 0;
    visibility: hidden;
}
.banner2 {
margin-bottom: 18px;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 10;
}
.banner2 a {
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
}
.banner2 a {
	-moz-text-blink: none;
	-moz-text-decoration-color: -moz-use-text-color;
	-moz-text-decoration-line: none;
	-moz-text-decoration-style: solid;
	color: #000;
	font-family: Lucida, Arial, Helvetica, Verdana, sans-serif;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 50px;
}
.banner2 a span {
    font-weight: 300;
    opacity: 0.5;
}
.banner2 a:hover {
	color: #000;
	opacity: 0.6;
	text-decoration: none; 
}

.container2 {
    width:600px;
    float:left;
}
.logo-box {
    width:50px;
    float:left;
    height:100px;
}
.titulo {
	color: #000;
	font-size:18px;
	text-decoration: none; 
}
.izquierda {
text-align: left;}