@charset "utf-8";

/* STRUCTURE */

body {
	font: 75%/1em arial, verdana, sans-serif;
	background: #183e57 url(images/background_body.jpg) repeat-x top left;
	color: #333;
}

#page {
	width: 987px;
	margin: 0 auto;
	padding: 12px 0 0 0;
	background: #183e57 url(images/background_page.jpg) no-repeat top left;
}

#header {
	width: 523px;
	height: 360px;
	margin: 5px auto 0 auto;
	background: #fff url(images/background_header.jpg) no-repeat top left;
	}

#footer {
	width: 523px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	}

#content {
	width: 463px;
	background: #fff;
	padding: 15px 30px;
	margin: 0 auto;
}


#sidebar {
	width: 24%;
	float: right;
	padding: 2%;
	display: none;
}


/* HEADER */
#header h1 span { display: none; }


/* FOOTER */

#footer {
	margin-bottom: 10px;
}

#footer a {
	color: #f90;
}

/* CONTENT */

#content h1 {
	font-size: 24px;
	margin-bottom: 10px;
}

#content strong {
	color: #369;
	font-weight: bold;
	}

#content p {
	padding: 1em 0;
	line-height: 1.2em;
	}

#content ul {
	margin-left: 1em;
	}

#content ul li {
	list-style-type: circle;
	padding-left: 10px;
	padding-bottom: 5px;
	}
	
	
/* NAVBAR */

#langs  {
	width: 523px;
	margin: 0 auto;
	text-align: right;
}

#langs li {
	display: inline;	
}	

/* NAVBAR */

#navbar {
	position: relative;
	top: 270px;
	left: 0;
	text-align: center;
}

#navbar li {
	display: inline;
	height: 2em;
	line-height: 1em;
	padding: 2px 0;

}

#navbar a {
	font-weight: bold;
	color: #fff;
	display: inline;
	height: 20px;
	line-height: 20px;
	padding: 5px 30px;
	}

#navbar a:hover {
	color: #ff0;
}




/* FORM */

form  {
	margin: 2em 0 2em 0;
	}

fieldset {
	margin-bottom: 2em;
}

legend {
	font-weight: bold;
	color: #366;
	padding-bottom: 1em;
}

label {
	font-weight: bold;
}

.single {
	margin-bottom: 10px;
	vertical-align: top;
	width: 100%;
	height: 2em;
	line-height: 2em;
	border-bottom: 1px solid #ddd;
}

.single label.preField {
	min-width: 90px;
	float: left;
	padding-right: 2em;
}

.single label.postField {
	padding-left: 2em;
	text-align: left;
}

.single .fullSize {
	width: 260px;
	}

.submit {
	text-align: right !important;
}

.submit input {
	border: 1px solid #369;
	background: #333;
	color: #fff;
	padding: 4px 10px;
	}

.textarea {
	overflow: auto;
}

strong.price {
	font-weight: bold;
	width: 100px;
	min-width: 10%;
	padding-left: 1em;
	text-align: right;
}

strong.req {
	font-size: 1.4em;
	color: #f00 !important;
	padding-left: .5em;
	}

input.total {
	font-size: 1.4em;
	font-weight: bold;
	color: #900 !important;
}


/* MENSAJES */

#msg {
	padding: 1em 0 1em 50px;
	border-width: 2px;
	border-style: solid;
	margin: 1em auto;
}

#msg strong {
	width: 70px;
	font-weight: bold;
	text-align: right;
	padding-right: 1em;
	float: left;
	}

.info {
	color: #009;
	border-color: #009;
	background-color: #bde5f8;
}

.success {
	color: #090;
	border-color: #090;
	background-color: #dff2bf;
}

.warning {
	color: #f90;
	border-color: #f90;
	background-color: #feefb3;
}

.critical {
	color: #900;
	border-color: #900;
	background-color: #ffbaba;
}
