/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author ovillan
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: "lucida grande", Verdana, sans-serif;
	background: #fff;
	color: #6B6B67;
	background-image:url('/color-fondo.png');
	background-repeat:repeat-y;
}

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

a:link { text-decoration: none;	color: #535350;}
#content a:link { text-decoration: none; color: blue; background-color: #transparent;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #86887F; }
#content a:visited { text-decoration: none; color: blue; background-color: transparent;}
a:hover { text-decoration: underline; }
.naranja a:link { text-decoration: none; color: #B66F23; background-color: transparent;}
.naranja a:visited { text-decoration: none; color: #B66F23; background-color: transparent;}


a img { border: none; }

#menu {
    width: 165px;
    overflow: visible;
    top: 0px;
    bottom: 0;
	left: 0px;
	padding: 24px 0px 0px 15px;
    position: absolute;
    height: 95%;
	border-left: 0px solid #DBDBD0;
	
}

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

#menu ul li.section-title {
	font-weight: bold;
	color: #535350;
}

#content {
    height: 100%;
    margin: 12px 0 0 198px;
    top: 0;
	padding: 10px 0px 12px 10px;
}

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

#content p { width: 500px; margin-bottom: 15px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; color: #7D7C70; margin-bottom: -8px;}
h4 { font-size: 12px; color: #B4B4AB; }

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

#once { clear: left; }

#cabecera {margin: 12px 0 12px -20px;}
.grande {font-size: 1.1em;}
.claro {color: #86887F; margin-top: 2px;}
.claro a:link { text-decoration: none;	color: #86887F;}