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

body {
	font-size: 11px;
	font-family: 
	Arial, sans-serif;
	background: #fff;
	color: #404040;
}

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

a:link {
	text-decoration: none;
	color: #7E3D3D;
}
a:active {
	text-decoration: none;
	color: #7E3D3D;
}
a:visited {
	text-decoration: none;
	color: #404040;
}
a:hover {
	text-decoration: underline;
	color: #7E3D3D;
}

a img { border: none; }

#menu {
	width: 215px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	margin-top: 31px;
	margin-left: 20px;
}

#menu ul {
	list-style: none;
	margin: 0 0 1.6364em 0;
	line-height: 1.6364em; /* 18px */ 
}

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

#content {
	height: 100%;
	top: 0;
	margin-top: 105px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
}

.container {
	padding: 0px;
}

#content p {
	/*width: 220px;*/
	width: 700px;
	margin-bottom: 9px;
}

p {
	line-height: 1.6364em; /* 18px */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.6364em;
	margin-left: 0;
}
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{
	padding: 0px;
	margin-top: 1.6364em; /* 18px */
	margin-right: 0px;
	margin-bottom: 0px; 
	margin-left: 0px;
}
#img-container p {
	width: 700px;
	margin: 0px;
	padding: 0px;
}

#once { clear: left; 
}
.titular {
	font-weight: bold;
	color: #000000;
}
.img-bot {
	padding: 0px;
	margin-top: 1.1818em; /* 13px */ 
	margin-right: 0px;
	margin-bottom: 0px; 
	margin-left: 0px;
}
.logo {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 33px; 
	margin-left: 0px;
}
#boxtxt {
	position: absolute;
	/*height: 100%;*/ 
	top: 0;
	margin-top: 105px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 720px;
	background-color: #FFFFFF;
}
#boxtxt p {
	width: 220px;
	margin-bottom: 9px;
}
.column220px {
	width: 220px;
	margin-bottom: 9px;
	line-height: 1.6364em; /* 18px */
	margin-bottom: 1.6364em;
}