@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* HEADER */
#header {
	background: url(../images/header.png) no-repeat;
	height: 165px;
	width: 100%;
}

#topbar {
	height: 12px;
	text-align: right;
	padding: 6px 25px;
}

#logo {
	margin-top: 6px;
	margin-left: 122px;
}

/* MENU */
#menu {
  height: 48px;
  background: url('../images/menu.png') no-repeat;
}
#menu > ul {
  margin: 0 35px;
  padding: 0;
  list-style: none;
}
#menu > ul > li {
  position: relative;
  float: left;
  font-weight: bold;
  padding: 0 20px;
}
#menu > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: -1px;
  width: 1px;
  height: 28px;
  border-left: 1px dotted #fff;
}
#menu > ul > li:last-of-type:after {
  display: none;
}
#menu > ul > li:hover {
  background-color: rgba(255,255,255,0.1);
}
#menu > ul > li:hover > ul {
  display: block;
}
#menu > ul > li > a {
  display: block;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0,0,0,0.2);
  line-height: 48px;
}
#menu > ul > li > a:hover {
  text-decoration: none;
  text-shadow: 0 1px rgba(0,0,0,0.4);
}
#menu > ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  background: #2e895e;
  padding: 10px;
  list-style: none;
}
#menu > ul > li > ul > li > a {
  text-shadow: 0 1px rgba(0,0,0,0.2);
  line-height: 24px;
}

#menu_accesorios {
	display: none;
	position: absolute;
	left: 435px;
	top: 201px;
}

#menu_accesorios ul {
	background: #2e895e;
	padding: 5px 10px 15px;
	background: -webkit-gradient(
				linear,
				left top,
				left bottom,
				color-stop(0, rgb(107,194,138)),
				color-stop(0.65, rgb(45,133,90))
				);
	background: -moz-linear-gradient(
				center top,
				rgb(107,194,138) 0%,
				rgb(45,133,90) 65%
				);
}

#menu_accesorios ul li {
	list-style: none;
	padding: 5px 10px 5px 0;
}

/* CONTENT */
#img {
	height: 250px;
	width: 100%;
	background: #056072;
}

#body {
	background: url(../images/img-gradient.png) no-repeat #056072;
}

#content {
	margin: 0;
	padding: 35px 0 100px 0;
	width: 950px;
	min-height: 300px;
	background: url(../images/light.jpg) no-repeat left bottom;
}

h1 {
	font-size: 24px;
	color: #dae7ea;
	padding: 0 0 0 35px;
	margin: 0 0 0 15px;
	font-weight: normal;
        text-transform: uppercase;
	background: url(../images/arrow.png) no-repeat;
}

h2 {
	font-size: 20px;
	color: #dae7ea;
	padding: 0 0 0 35px;
	margin: 0 0 0 15px;
	font-weight: normal;
}

h3 {
	font-size: 15px;
	color: #dae7ea;
	padding: 0;
	margin: 15px 0 0 0;
	font-weight: bold;
}

h4 {
	font-size: 20px;
	color: #dae7ea;
	padding: 0 20px;
	margin: 10px 5px;
        background: url(../images/arrow3.png) no-repeat;
	font-weight: normal;
}

#text1 {
	width: 535px;
}

#text1 p {
	padding-left: 50px;
	line-height: 20px;
	font-size: 14px;
}

#text2 {
  width: 800px;
}
#text2 > p, #text2 > h4, #text2 > h3, #text2 > table {
  margin-left: 50px;
}
#text2 p {
  line-height: 20px;
  font-size: 14px;
}
#text2 div {
  padding-left: 50px;
  line-height: 20px;
  font-size: 14px;
}
#text2 h4 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(255,255,255,0.5);
  border-bottom: 1px solid rgba(255,255,255,0.5);
  background-position: left center;
}

hr {
	color: #a8c8ce;
	background-color: #a8c8ce;
	height: 1px;
	border: 0;
}

#featured {
	width: 400px;
	height: 300px;
	float: right;
	margin-top: -5px;
	background: url(../images/featured.png) no-repeat;
}

#clear {
	height: 10px;
	width: 100%;
	margin-top: -10px;
	clear: both;
	background:  url(../images/footer-gradient.png) repeat-x bottom;
}

/* FOOTER */
#footer {
	height: 120px;
	width: 100%;
	background: url(../images/footer.png) repeat-x;
	color: #666;
}

#footer img {
	float: left;
	margin: 5px 0 0 15px;
}

#footer p {
	padding: 7px 0 0 50px;
	line-height: 20px;
}

#footer a {
	color: #666;
}

/* FORM */
#form {
	padding-left: 50px;
}

#form label {
	display: inline-block;
	width: 100px;
	padding: 15px 0;
}

#form input[type=text] {
	width: 200px;
	padding: 3px;
}

#form input[type=password] {
	width: 200px;
	padding: 3px;
}

#form textarea {
	width: 350px;
	height: 75px;
	margin: 15px 0;
}

#form input[type=button] {
	margin-left: 100px;
	padding: 5px;
}

#form input[type=reset] {
	padding: 5px;
}

#form select {
        margin: 0;
        padding: 3px;
        font-size: 11px;
}

.inputerror {
        background-color: #FCC;
        border: 1px solid #666;
}

/* WINDOW */
#window_header {
	margin: 0;
	padding: 10px 40px;
	height: 60px;
	background: url(../images/header-window.png) repeat-x;
	font-size: 24px;
	color: #dae7ea;
}

#window_content {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #333;
}

#window_content a {
    color: #333;
}

#window_content label {
	display: inline-block;
	width: 100px;
	padding: 15px 0;
}

#window_content input[type=text] {
	padding: 3px;
	width: 200px;
}

#window_content input[type=password] {
	padding: 3px;
	width: 200px;
}

#window_content input[type=button] {
	padding: 5px 10px;
}

.budget {
    font-weight: bold;
    color: #333;
}

/* informes */
.informes {
  list-style: none;
  padding-left: 50px;
  line-height: 20px;
  font-size: 14px;
}
.informes > li {
  margin-bottom: 10px;
}
