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


body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #eee;
	margin:0;
	padding:0;
}


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

a:link { text-decoration: none; color:#868686; }
a:active { text-decoration: none; color:#868686; }
a:visited { text-decoration: none; color: #868686; }
a:hover { text-decoration: none; color:#0e6875; }

a img { border: none; text-decoration: none; }

#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}


a.ig:link, a.ig:active, a.ig:visited, a.ig:hover {
	font-family:Georgia, serif;
	font-style:italic;
	font-size:14px;
	color:#2c0000;
	padding-bottom:3px;
	text-decoration: none;
}

#menu {
    width: 150px;
	padding: 0 20px 0 20px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-image: url(/files/gimgs/menubg.png);
	background-repeat: repeat;
	text-align:right;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	border-top: 1px solid #ffffff;
	padding:5px 0 7px 0;
}

#menu ul li.section-title {
	font-family:Georgia, serif;
	font-style:italic;
	font-size:15px;
	color:#5e5e5e;
	padding-bottom:6px;
	}

#content {
    height: 100%;
	/* Ponemos margin top 15px */
    margin: 15px 0 0 215px;
    top: 0;
}

.container {
    padding:0;
}

#content p { width: 725px; margin-bottom: 9px; color:#868686; }

.contacto a {color:#b0b0b0;}
#content .container {
	width:725px; padding:25px 0; color:#868686; }
p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 30px; color:#535353; font-family:Georgia, serif; font-style:italic; padding-bottom:5px; width: 725px; font-weight:normal;}
h4 { font-size: 10px; color:#2a2a2a; text-transform:uppercase; padding:20px 0 6px 0; width: 725px; font-weight:normal; border-bottom:1px solid #ffffff;}

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

#once { clear: left; }
