/**
* CSS
* 
* @version 1.0
* @author Martin Bravo
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	line-height: 15px;
	font-family: Geneva, Arial, sans-serif, verdana;
	background: #fff;
	color:#515150;
	background-repeat:repeat!important;}

body.section-1 {}
body.section-2 {}
body.section-3 { }

a:link { text-decoration: none;  color:#515150; }
a:active {  color:#222; font-style: italic; }
a:visited { text-decoration: none; color: #515150; }
a:hover { text-decoration: none; color:#2c9a65; }

a img { border: none; }


/****HOME****/

body.section-1 #content a{background: white; color: #515150; opacity:.9;filter:alpha(opacity=90);}
body.section-1 #content {color: white;}
body.section-1 {background-position: bottom left;}
body.section-1 #menu {opacity:.8;filter:alpha(opacity=80);}
body.section-1 iframe {opacity:.9;filter:alpha(opacity=90);}
body.section-1 #negro {color: #515150;}
body.section-1 #negro a {background: none;}
body.section-1 #content {color: black;}
body.section-1 #content a {background: black; color: white;}



#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    overflow:hidden;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title, #menu ul li strong { font-family: Arial, Geneva, sans-serif, verdana; font-weight: bold; text-decoration:none; color:#fff; text-decoration:none; background: #000; display: inline; }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 450px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

.thumb {position:relative; float:left; margin-right:10px; margin-bottom:10px;}

h1 { font-family: Arial, Geneva, sans-serif, verdana; font-size: 11px; text-transform: uppercase; font-weight: bold; margin-bottom:20px; background: #000; color: #fff; display: inline; }
h1 a:link, h1 a:visited { text-decoration: underline; color:#fff; }
h1 a:active { text-decoration: none; color:#555; }
h1 a:hover { text-decoration: none; color:#515150; }
h2 { font-size: 11px; }
h3 { font-family: Arial, Geneva, sans-serif, verdana; font-size: 11px; text-decoration: underline; font-weight: bold; margin-bottom:20px; color:#fff; background: #000;opacity:.9;filter:alpha(opacity=90); display: inline;}
h4 { font-size: 11px; }
.santiago {font-family: Arial, Geneva, sans-serif, verdana; font-size: 12px; text-decoration: underline; font-weight: bold; margin-bottom:20px; color:#222; line-height:15px;}
#blanco {}
#blanco a, #blanco strike, #blanco span{ background-color:#fff; line-height:18px;}

#img-container	{ margin: 0; padding: 0; }
#img-container p { width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }