/* 
	QUALE: COEG Construcciones v.1
*/

/*
COLOR SCHEME
---------------------------
Light Max 			#FFFFFF
Light Blue			#DFE2E5
Medium Blue			#5C8EBF
Dark Blue			#2E4761
Orange				#DD8C3F
Dark Max			#121C26

*/

/* GENERAL */

body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size: 12px;
	background-color: #DFE2E5;
	color: #121C26;
}

a {
	color: #DD8C3F;
	text-decoration: none;
}

a:hover {
	color: #DD8C3F;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

/* GLOBAL */

h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #DD8C3F;
	text-transform: uppercase;
}

h1 span {
	color: #2E4761;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #DD8C3F;
	margin: 0px 40px 20px 40px;
	padding: 35px 0px 10px 0px;
	line-height: 1em;
	border-bottom: 1px solid #DDDDDD;
}

h2 span{
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #818c98;
	padding: 0px 0px 0px 20px;
}

h3 {
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	color: #DD8C3F;
	text-transform: uppercase;
}

h3 span {
	color: #121C26;
}

h4 {
	font-size: 1.5em;
	margin-bottom: 0.2em;
	color: #DD8C3F;
}

h5 {
	font-size: 0.8em;
	color: #DD8C3F;
}

h6 {
	font-size: 0.8em;
	color: #DD8C3F;
}

hr {
	border-bottom: 1px dotted #999999;
	background-color: #999999;
}

ul {
	margin-right: 0px;
	padding-left: 0px;
	list-style-position: inside;
	color: #DD8C3F;
}

ul li span {
	color: #121C26;
}

ul ul {
	padding-left: 20px;
	margin: 0px;
	list-style-position: inside;
}

.t-center {
	text-align: center;
}

.t-right {
	text-align: right;
}

p.incr, .incr p {
	font-size: 10px;
	line-height: 1.44em;
	margin-bottom: 1.5em;
}

/* STRUCTURE */

.container {
	width: 790px;

/* 20 cols */
	margin: 0px;
	float: right;
}

#container {
	margin: 100px 0px 0px 0px;
	padding-bottom: 8px;
	background: #2e4761 url(../img/shadow.gif) bottom left repeat-x;
}

#header-container {
	
}

#header {
	position: relative;
	text-align: right;
}

#content-container {
	background-color: #FFFFFF;
}

#content {
	
}

#footer-container {
	margin: 10px 0px 15px 0px;
}

#footer {
	position: relative;
	text-align: right;
}

/* HEADER */

#header-logo {
	margin: 0px;
}

#header-menu {
	margin: 0px 10px 0px 0px;
}

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

#header-menu li {
	list-style: none;
	display: block;
	padding: 2px;
	margin: 5px 5px 5px 0px;
}

#header-menu li a {
	text-transform: uppercase;
	color: #DFE2E5;
}

#header-menu li a:hover {
	color: #5C8EBF;
	text-decoration: none;
}

#header-menu li.active a {
	color: #5C8EBF;
}

#header-info {
	margin: 10px 15px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#header-info p{
	margin: 0px;
	padding: 0px;
}

#header-info a {
	color: #5C8EBF;
}

/* CONTENT */

/* FOOTER */

#footer img{
	margin-right: 20px;
}

#audio {
	position: absolute;
	margin: -5px 0px 0px 20px;
}

#quale {
	clear: both;
	margin-top: 20px;
	padding: 20px;
	float: right;
}

#quale a {
	display: block;
	width: 68px;
	height: 16px;
	overflow: hidden;
	background: transparent url(../img/quale.gif) top left no-repeat;
	text-indent: -100px;
	line-height: 50px;
}

#quale a:hover {
	background-position: 0px -16px;
}

/* SCROLLABLE */

#main {
	position: relative;
	overflow: hidden;
	height: 377px;
}

#pages {
	position: absolute;
	height: 20000em;
}

.page {
	position: relative;
	overflow: hidden;
	width: 590px;
	height: 377px;
}
.scrollable .items {
	width: 20000em;
	position: absolute;
	clear: both;
}

.item {
	float: left;
	width: 590px;
	height: 377px;
	overflow: hidden;
}

.item a{
	font-weight: bold;	
}

.navi-title {
	position: absolute;
	bottom: 19px;
	left: 40px;
	font-size: 11px;
	font-style: italic;
	color: #818c98;
}

.navi {
	position: absolute;
	bottom: 20px;
	left: 95px;
}

.navi a {
	width: 8px;
	height: 8px;
	float: left;
	margin: 0px 6px 3px 0px;
	background: #2E4761;
	display: block;
	font-size: 1px;
}

.navi a:hover {
	background: #5C8EBF;
}

.navi a.active {
	background: #DE8C40;
}

/* FORMS */

#contacto form {
	margin: 0px;
	padding: 0px;
}

#contacto hr {
	margin-top: 15px;
	border-bottom: 1px dotted #DFE2E5;
	background-color: #DFE2E5;
}

#contacto fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#contacto fieldset legend {
	padding: 3px 25px;
	margin-left: 30px;
	text-transform: uppercase;
	border: 0px solid #DFE2E5;
}

#contacto fieldset legend span {
	font-size: 10px;
	text-transform: uppercase;
	display: block;
}

#contacto form label {
	
}

#contacto input.inpt, #contacto textarea, #contacto select {
	width: 220px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size: 12px;
	padding: 3px;
	margin: 5px 0 5px 0;
	background: #f5f5f5;
	border: 1px solid #DFE2E5;
	color: #121C26;
}

#contacto textarea {
	height: 135px;
}

form br {
	clear: left;
}

#contacto input.required {
	background: #f5f5f5 url('../img/required.gif') center right no-repeat;
}

#contacto .select select:focus {
	border-color: #9b9b9b;
}

#contacto form input.btn {
	background: none;
	border: none;
}

form.c1 input:hover,textarea:hover {
	border: 1px solid #d8d8d8;
}

/* Error / Success / Notice 
------------------------------------------------------------- */

.notes {
	background: #f0f0f0;
	border: 1px solid #b8b8b8;
}

.success {
	background: #ccfcd1;
	border: 1px solid #60a400;
}

.error {
	background: #f9e3e3;
	border: 1px solid #e79e9e;
}

.notice {
	background: #fcf0cc;
	border: 1px solid #ecc735;
}

.notes,.notice,.success,.error {
	padding: 4px 0px 4px 6px;
	font-size: 10px;
}

.notes span,.notice span,.success span,.error span {
	font-weight: bold;
	font-size: 1.2em;
}

.notes p,.success p,.error p,.notice p {
	margin: 0px;
	padding: 0px;
}

#note {
	width: 250px;
	margin: 0px;
	float: left;
	position: absolute;
	top: -1px;
	right: 20px;
}

img#loading{
	position: absolute;
	top: 310px;
	right: 135px;
}