@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0}
a:active {border:0}
body {
	font-family: 'Average Sans', sans-serif;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
h1, h2, h3, h4, h5, h6 {font-family: 'Average Sans', sans-serif; font-weight: normal}
ul, li { list-style: none}
.block {
	display: block;
	clear: both;
	text-align: center;
}
.fltlft {float: left}
.fltrgt {float: right}
.clear {clear: both}
#logo {
	 background-image: url("../images/header-shadow.png");
    background-repeat: no-repeat;
    margin-left: 30px;
    padding: 0 0 0 30px;
    position: fixed;
    top: 10px;
    width: 154px;
    z-index: 500;
	
}
#navigation {
	position: fixed;
	width: 120px;
	height: 100%;
	text-align: right;
}

#navigation ul {
	list-style: none;
}
#navigation #menu ul  li{
background-color:#ababab
}
#navigation #menu  ul a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}

#navigation #menu  ul a span {

}
#navigation #language {
	margin: 15px 0 0 0;
}
#navigation #language li {
	font-size:12px;
	margin: 2px 10px;
}
#navigation #language li a{
	text-decoration: none;
	color: #666666;
	font-family: 'Average Sans', sans-serif;
}
#navigation #language li a:hover{
	color: #000;
}
/*MAP NAVIGATOR*/

#menu {
	position: relative;
	width: 120px;
	height: 265px;
	margin: 0 0 0 0;
	top: 51px;
	font-size: 14px;
}

#menu ul {
	position: relative;
	padding: 0;
}
#menu ul li {
border-bottom:1px solid #e9e9e9
}
#menu ul a {
	display: block;
	width: 113px;
	padding: 8px 7px 7px 0;
}
#space {
	background-color: #222;
}
#content {
	width: 100%;
}
.seccion {
	margin: 0 0 0 120px;
	border-left: 1px solid #FFF;
	clear: both;
}


.mainContent {
	padding: 30px;
	background-color: #f1f1f1;
}
.mainContent p {
color:#6e6e6e
}
.mainContent h3 {
	font-size: 36px;
	text-transform: uppercase;
	margin-top: 20px;
	clear: left;
}


.colRight {
	width: 300px;
	float: right;
	background-color: #FFFFFF;
	padding: 30px;
	margin-left: 30px;
	min-height:400px
}
.colRight .widget {
	margin-bottom: 40px
}

.colRight .widget .title {
	text-transform: uppercase;
	font-size: 30px;
	color: #f78f1e;
}
.colRight  .widget  .title  a  {
	color: #f78f1e;
	text-decoration: none
}
.colRight .widget p {
	font-size:20px;
	margin:10px 0;
	line-height: 22px;
	color:#30737a;
}
.colRight  .widget  p  a {
	color:#30737a;
		text-decoration: none

}


.header {
	background-color: #FFFFFF;
	padding-top: 8px;
}

.header h1 {
	font-size: 60px;
	text-transform: uppercase;
	margin-left: 20px;
	line-height: 78px;
	  margin-top: 30px;
}

.header, .mainContent {
}
.color {
	height: 65px;
	padding: 50px 10px 20px 20px;
	margin: -16px 0 0;
}
.color h2 {
	font-size: 24px;
}
.button {
padding:5px 20px;
font-size: 16px;
text-transform: uppercase;
color:#FFF;
border:1px solid #006c76;
background: #00b6c7; /* Old browsers */
background: -moz-linear-gradient(top,  #00b6c7 0%, #007984 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b6c7), color-stop(100%,#007984)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00b6c7 0%,#007984 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00b6c7 0%,#007984 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00b6c7 0%,#007984 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00b6c7 0%,#007984 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b6c7', endColorstr='#007984',GradientType=0 ); /* IE6-9 */

}
.button:hover {
background: #007984; /* Old browsers */
background: -moz-linear-gradient(top,  #007984 0%, #00b6c7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007984), color-stop(100%,#00b6c7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #007984 0%,#00b6c7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #007984 0%,#00b6c7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #007984 0%,#00b6c7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #007984 0%,#00b6c7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007984', endColorstr='#00b6c7',GradientType=0 ); /* IE6-9 */


}
input[type="text"], textarea {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 93%, #f9f9f9 96%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(93%,#ffffff), color-stop(96%,#f9f9f9), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 93%,#f9f9f9 96%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 93%,#f9f9f9 96%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 93%,#f9f9f9 96%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 93%,#f9f9f9 96%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
border:1px solid #DDD;
padding:5px;
}label {
	color: #6e6e6e;
	margin: 10px 0 6px;
}
.casos li {
	width: 29.3%;
	height: 100px;
	float: left;
	background: #FFF;
	margin: 1%;
	padding: 1%;
	text-align: center;
}
.casos {
	overflow: auto;
}
#footer {
	background-color: #E6E6E6;
	padding: 15px;
	clear: both;
	color: #6e6e6e;
	font-size: 14px;
}
.colRight .widget li {
	color: #30737a;
}
