/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block}
mark, rp, rt, ruby, summary, time {display:inline}

/* Global properties ======================================================== */
html {width:100%}

body {font-family:Arial, Helvetica, sans-serif; color:#333; min-width:960px; background:#f1f1f1; font-size:14px;}
.ic {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:14px;margin:-220% 0 0 0;overflow:hidden;padding:0}
.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	/* font-size:0.8125em; */
	line-height:1.3846em;
}

a {color:#178FBE; outline:none}
a:hover {text-decoration:none}


.wrapper {
	width:100%;
	height:100%;
	position:relative;
	z-index:999;
}
.extra-wrap {overflow:hidden}
 
p {margin-bottom:18px}
.p1 {margin-bottom:8px}
.p2 {margin-bottom:15px}
.p3 {margin-bottom:30px}
.p4 {margin-bottom:40px}
.p5 {margin-bottom:50px}

.reg {text-transform:uppercase}

.fleft {float:left}
.fright {float:right}

.alignright {text-align:right}
.aligncenter {text-align:center}


.color-1 {color:#fff}
.color-2 {color:#333}
.color-3 {color:#178FBE}

.img-border {border:1px solid #fff}

/*********************************boxes**********************************/
.indent {padding:20px}
.indent-top {padding-top:24px}
.indent-left {padding-left:2px}
.indent-left2 {padding-left:40px}
.indent-left3 {padding-left:20px}
.indent-left4 {padding-left:10px}
.indent-right {padding-right:50px}

.indent-bot {margin-bottom:20px}
.indent-bot2 {margin-bottom:28px}

.prev-indent-bot {margin-bottom:10px}
.img-indent-bot {margin-bottom:25px}
.margin-bot {margin-bottom:35px}

.img-indent {float:left; margin:0 20px 0px 0}	
.img-indent2 {float:left; margin:0 15px 0px 0}	
.img-indent3 {float:left; margin:0 6px 0px 0}	

/*.menu li a,*/
#menu {
	float:right;
	padding:40px 19px 0 0;
}

.list-1 li a,
.list-2 li a,
.link,
.button,
h1 a {text-decoration:none}	

/*********************************header*************************************/
header {
	width:100%;
}
.row-top {
	width:100%;
	height:124px;
	background:url(../images/row-top-tail.jpg) center top repeat-x;
	overflow:hidden;
}

h1 {
	padding:43px 0 0 7px; 
	position:relative;
	float:left;
}
	h1 a {
		display:block; 
		width:299px;
		height:44px;
		text-indent:-9999em;
		background:url(../images/logo.png) 0 0 no-repeat;
	}
	
/***** search form *****/
#search-form {
	padding:45px 10px 0 0;
	float:right;
}
#search-form fieldset {
	position:relative; 
	width:100%; 
	display:block; 
	overflow:auto;
}
#search-form .search-field {
	float:right;
	width:300px;
	height:34px;
	background:url(../images/search-bg.jpg) 0 0 no-repeat; 
}
#search-form input {
	width:245px; 
	font-size:14px;
	line-height:1.25em;
	padding:9px 15px 9px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#646458;
	background:none;
	border:none;
	margin:0;
	outline:none;
}
#search-form .search-button {
	display:block; 
	width:20px;
	height:21px;
	text-indent:-5000px;
	background:url(../images/search-icon.png) left top no-repeat;
	position:absolute;
	right:7px;
	top:7px;
}
	
/***** menu *****/
/*
.menu-row {
	width:100%;
	background:url(../images/menu-row-tail.gif) center top repeat-x #178fbe;
}
.menu-bg {
	width:100%;
	background:url(../images/menu-bg.jpg) center top no-repeat;
}
.menu {
	padding:0 0 0 0; 
	background:url(../images/menu-spacer.gif) left top no-repeat;
}
.menu li {
	float:left; 
	position:relative;
	background:url(../images/menu-spacer.gif) right top no-repeat;
	padding-right:2px;
}
.menu li a {
	display:block; 
	font-size:18px; 
	line-height:3em; 
	width:189px;
	width:157px;
	width:134px;
	padding:8px 0px 8px 0px ;
	text-align:center;
	color:#fff; 
	text-transform:uppercase; 
	letter-spacing:-1px;
}
.menu li.active a,
.menu > li > a:hover {color:#000}
*/


/***** menu *****/
.menu-row {
	width:100%;
	background:url(../images/menu-row-tail.gif) center top repeat-x #178fbe;
}
.menu-bg {
	width:100%;
	background:url(../images/menu-bg.jpg) center top no-repeat;
}
.menu {
	padding:0 0 0 0; 
	background:url(../images/menu-spacer.gif) left top no-repeat;
}
.menu li {
	float:left; 
	position:relative;
	background:url(../images/menu-spacer.gif) right top no-repeat;
	padding-right:2px;
}
.menu li a {
	display:block; 
	font-size:18px; 
	line-height:3em; 
	/*width:189px;*/
	/*width:157px;*/
	width:134px;
	padding:8px 0px 8px 0px ;
	text-align:center;
	color:#fff; 
	text-transform:uppercase; 
	letter-spacing:-1px;
}
.menu li.active a,
.menu > li > a:hover {color:#000}

/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  position:relative;
  width:960px;
  margin:0 auto;
}
#carousel {
  /*height:449px;*/
  height:550px;
  width:960px;
  position:relative;
}
.carousel-image {
  border-width:10px;
  border-color:#FFF;
  border-style:solid;
  display:block;
}
.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  cursor:pointer;
}

/*********************************content*************************************/
#content {
	width:100%; 
	border-top:1px solid #fff;
	background:url(../images/content-tail.gif) center top repeat-x #f1f1f1;
	padding:0;
	position:relative;
	z-index:1;
}
	#page1 #content {border-top:none; background:none; padding:43px 0 60px}

.content-bg {
	width:100%;
	padding:24px 0 49px;
	background:url(../images/content-bg.jpg) center top no-repeat;
}

h2 {
	font-size:24px; 
	color:#DCEF9F;
	line-height:32px; 
	margin-bottom:10px;
}
h3 {
	font-size:26px; 
	color:#552D5F;
	line-height:32px; 
	margin-bottom:10px;
}
h4 {
	font-size:15px; 
	line-height:1.2em;
	color:#FFF;
/*	color:#178FBE;
	text-transform:uppercase;
*/
}
	h4 em {
	display:block;
	color:#1696C0;
	text-transform:none;
	}
	h4 strong {
		display:block;
		margin-top:-3px;
	}
h5 {
	font-size:14px; 
	color:#DCEF9F;
	margin-bottom:10px;
}
h6 {color:#000}
h7 {color:#552D5F;}

.text-1 {
	display:block;
	font-size:18px;
	line-height:24px;
	color:#999;
}
.text-2 {
	display:block;
	color:#929292;
}

.title {
	display:block;
	font-size:18px;
	line-height:24px;
	color:#178FBE;
}

.border-bot {
	width:100%; 
	padding-bottom:20px; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}

.box {
	width:278px; 
	background:url(../images/box-tail.gif) 0 0 repeat-x #1896c1;
}
	.box .padding {padding:15px 10px 15px 20px}
	.box a {
		display:inline-block;
		padding-right:18px;
		font-size:18px;
		line-height:1.222em;
		color:#fff;
		background:url(../images/marker-3.gif) right 8px no-repeat;
		text-transform:uppercase;
		text-decoration:none;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.box a:hover {padding-right:25px}

.list-1 li {
	line-height:18px; 
	padding:6px 0 6px 24px; 
	background:url(../images/marker-2.png) 0 8px no-repeat;
}
	.list-1 li a {
		display:inline-block;
		color:#333;
	}
	.list-1 li a:hover {text-decoration:underline}

.link:hover {text-decoration:underline} 

.link-1 {
	display:inline-block; 
	padding-right:15px; 
	background:url(../images/marker-1.gif) right 8px no-repeat;
	color:#178FBE;
}

dl span {float:left; width:88px}

/***** contact form *****/
#contact-form {width:580px}
#contact-form label {
	display:block; 
	height:44px;
}
#contact-form input {
	width:548px; 
	font-size:15px; 
	line-height:1.2em;
	color:#a0a0a0; 
	padding:8px 15px; 
	margin:0; 
	font-family:Arial, Helvetica, sans-serif; 
	border:1px solid #fff; 
	background:url(../images/input-tail.gif) 0 0 repeat-x #e6e6e6;
	outline:none;
}
#contact-form textarea {
	height:158px; 
	overflow:auto; 
	width:548px; 
	font-size:15px; 
	line-height:1.2em;
	color:#a0a0a0; 
	padding:7px 15px; 
	margin:0; 
	font-family:Arial, Helvetica, sans-serif; 
	border:1px solid #fff; 
	background:url(../images/text-area-tail.gif) 0 0 repeat-x #e5e5e5;
	outline:none;
}

#contact-form2 {
	display:block;
	width:580px;
}
	#contact-form2 label {
		display:block; 
		height:30px; 
		overflow:hidden;
	}
	#contact-form2 input {
		float:left; 
		width:485px; 
		font-size:12px; 
		line-height:1.25em;
		color:#333;
		padding:3px 10px; 
		margin:0; 
		font-family:Arial, Helvetica, sans-serif; 
		border:none; 
		background:#fff;
		outline:none;
	}
	#contact-form2 textarea {
		float:left;
		height:240px; 
		width:485px; 
		font-size:12px; 
		line-height:1.25em;
		color:#333;
		padding:3px 10px; 
		margin:0; 
		font-family:Arial, Helvetica, sans-serif; 
		border:none; 
		background:#fff;
		overflow:auto;
		outline:none;
	}

.text-form {
	float:left; 
	display:block; 
	font-size:13px;
	line-height:24px;
	width:74px; 
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}

/****************************footer************************/
footer {
	width:100%; 
	height:395px;
	color:#999;
	background:url(../images/footer-tail.gif) center top repeat;
	position:relative;
	z-index:9;
	overflow:hidden;
}
footer .padding {padding:35px 0 0}
footer h4 {color:#fff; margin-bottom:18px}

	.list-services li {
		font-size:18px;
		line-height:35px;
		text-transform:uppercase;
		padding-bottom:9px;
	}
	.list-services a {
		display:inline-block;
		text-decoration:none;
		color:#999;
		padding-left:54px;
		background:url(../images/social-icons.png) 0 0px no-repeat;
	}
	.list-services a.item-1 {background-position:0 -44px}
	.list-services a.item-2 {background-position:0 -88px}
	.list-services a.item-3 {background-position:0 -132px}
	
/*********extra***********/
.block {height:395px}
.extra {
	min-height:100%; 
	height:auto !important; 
	height:100%; 
	margin: 0 auto -395px; 
	position:relative;
	overflow:hidden;
} 
html, body {height:100%}

.hoverTable{
		width:100%; 
		border-collapse:collapse;
	}
	.hoverTable tr:nth-child(even) {background-color: #f4f4f4}
	.hoverTable tr:nth-child(odd) {background-color: #FFFFFF}

	.hoverTable tr:nth-child(even):hover {background-color: #e8e8e8}
	.hoverTable tr:nth-child(odd):hover {background-color: #e8e8e8}


	.hoverTable td{ 
		padding:5px; 
		border-bottom-color: #808080; 
		border-bottom-style:solid; 
		border-bottom-width:1px;
	}
	/* Define the default color for all the table rows */
	.hoverTable tr{
		background-color: #f9f9f9;
	}
	/* Define the hover highlight color for the table row */
    .hoverTable tr:hover {
          /*background-color: #ededed;*/
    }
/* ------Hover table css tr hover (end)-------*/

/*---------- Hover table css tr hover--------*/
.hoverTable2{
		width:100%; 
		border-collapse:collapse;
		border-color: #808080;
	}
	.hoverTable2 tr:nth-child(even) {background: #f4f4f4}
	.hoverTable2 tr:nth-child(odd) {background: #f4f4f4}

	.hoverTable2 tr:nth-child(even):hover {background: #e8e8e8}
	.hoverTable2 tr:nth-child(odd):hover {background: #e8e8e8}


	.hoverTable2 td{ 
		padding:12px; border-bottom:#cccccc 1px solid;
	}
	/* Define the default color for all the table rows */
	.hoverTable2 tr{
		/*background: #f9f9f9;*/
	}
	/* Define the hover highlight color for the table row */
    .hoverTable2 tr:hover {
          /*background-color: #ededed;*/
    }
/* ------Hover table css tr hover (end)-------*/

/*---------- Hover table css tr hover--------*/
.hoverTable3{
		width:100%; 
		border-collapse:collapse;
		font-size:14px;
	}
	.hoverTable3 tr:nth-child(even) {background-color: #f4f4f4}
	.hoverTable3 tr:nth-child(odd) {background-color: #FFFFFF}

	.hoverTable3 tr:nth-child(even):hover {background-color: #e8e8e8}
	.hoverTable3 tr:nth-child(odd):hover {background-color: #e8e8e8}


	.hoverTable3 td{ 
		padding:12px; 
		border-bottom-color: #808080; 
		border-bottom-style:solid; 
		border-bottom-width:1px;
	}
	/* Define the default color for all the table rows */
	.hoverTable3 tr{
		background-color: #f9f9f9;
	}
	/* Define the hover highlight color for the table row */
    .hoverTable3 tr:hover {
          /*background-color: #ededed;*/
    }
/* ------Hover table css tr hover (end)-------*/




table[Attributes Style] {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

/* Letra 11 */
.bordered {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
/*
    width: 98%;
	margin-left: 120px;
*/
}
.bordered img{
/*
	width: 24px;
	height: 24px;
*/
}
.bordered input, textarea, select, submit {
	border: 1px solid #999999;
	border-radius: 3px;
	padding-top:1px;
	padding-right:2px;
	padding-bottom:1px;
	padding-left:2px;
	font-size:11px;
}
.bordered input{
}
.bordered select{
}
.bordered textarea{
}
.bordered submit{
}
.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    /*padding: 2px;*/
	vertical-align: top;
	font-size:11px;
	line-height:normal;
}

.bordered th {
    background-color: #178FBE;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#54CFEB), to(#178FBE));
    background-image: -webkit-linear-gradient(top, #54CFEB, #178FBE); /*ebf3fc - dce9f9*/
    background-image:    -moz-linear-gradient(top, #54CFEB, #178FBE);
    background-image:     -ms-linear-gradient(top, #54CFEB, #178FBE);
    background-image:      -o-linear-gradient(top, #54CFEB, #178FBE);
    background-image:         linear-gradient(top, #54CFEB, #178FBE);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
	text-align:center;
	font-weight:bold;
	line-height:normal;
    padding: 4px 2px;
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.bordered tr:nth-child(even) {
	background-color: #f4f4f4;
}
.bordered tr:nth-child(odd) {
	background-color: #FFFFFF;
}
.bordered tr:nth-child(even):hover {
	background-color: #E6E3E6;
}
.bordered tr:nth-child(odd):hover {
	background-color: #E6E3E6;
}



/* letra grande de 14 *********** */
.bordered14 {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
}
.bordered14 img{
/*
	width: 24px;
	height: 24px;
*/
}
.bordered14 input, textarea, select, submit {
	border: 1px solid #999999;
	border-radius: 3px;
	padding-top: 4px;
	padding-right:3px;
	padding-bottom:4px;
	padding-left:3px;
}
.bordered14 input{
}
.bordered14 select{
}
.bordered14 textarea{
}
.bordered14 submit{
}
.bordered14 {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered14 td, .bordered14 th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    /*padding: 2px;*/
	vertical-align: top;
	font-size:14px;
	line-height:normal;
}

.bordered14 th {
    background-color: #178FBE;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#54CFEB), to(#178FBE));
    background-image: -webkit-linear-gradient(top, #54CFEB, #178FBE); /*ebf3fc - dce9f9*/
    background-image:    -moz-linear-gradient(top, #54CFEB, #178FBE);
    background-image:     -ms-linear-gradient(top, #54CFEB, #178FBE);
    background-image:      -o-linear-gradient(top, #54CFEB, #178FBE);
    background-image:         linear-gradient(top, #54CFEB, #178FBE);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
	text-align:center;
	font-weight:bold;
	line-height:normal;
    padding: 8px 5px;
}

.bordered14 td:first-child, .bordered14 th:first-child {
    border-left: none;
}

.bordered14 th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered14 th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered14 th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered14 tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered14 tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.bordered14 tr:nth-child(even) {
	background-color: #f4f4f4;
}
.bordered14 tr:nth-child(odd) {
	background-color: #FFFFFF;
}
.bordered14 tr:nth-child(even):hover {
	background-color: #E6E3E6;
}
.bordered14 tr:nth-child(odd):hover {
	background-color: #E6E3E6;
}



/* letra grande de 12 *********** */
.bordered12 {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
}
.bordered12 img{
/*
	width: 24px;
	height: 24px;
*/
}
.bordered12 input, textarea, select, submit {
	border: 1px solid #999999;
	border-radius: 3px;
	padding-top: 4px;
	padding-right:3px;
	padding-bottom:4px;
	padding-left:3px;
}
.bordered12 input{
}
.bordered12 select{
}
.bordered12 textarea{
}
.bordered12 submit{
}
.bordered12 {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered12 td, .bordered12 th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    /*padding: 2px;*/
	vertical-align: top;
	font-size:12px;
	line-height:normal;
}

.bordered12 th {
    background-color: #178FBE;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#54CFEB), to(#178FBE));
    background-image: -webkit-linear-gradient(top, #54CFEB, #178FBE); /*ebf3fc - dce9f9*/
    background-image:    -moz-linear-gradient(top, #54CFEB, #178FBE);
    background-image:     -ms-linear-gradient(top, #54CFEB, #178FBE);
    background-image:      -o-linear-gradient(top, #54CFEB, #178FBE);
    background-image:         linear-gradient(top, #54CFEB, #178FBE);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
	text-align:center;
	font-weight:bold;
	line-height:normal;
    padding: 15px 5px;
}

.bordered12 td:first-child, .bordered12 th:first-child {
    border-left: none;
}

.bordered12 th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered12 th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered12 th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered12 tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered12 tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.bordered12 tr:nth-child(even) {
	background-color: #f4f4f4;
}
.bordered12 tr:nth-child(odd) {
	background-color: #FFFFFF;
}
.bordered12 tr:nth-child(even):hover {
	background-color: #E6E3E6;
}
.bordered12 tr:nth-child(odd):hover {
	background-color: #E6E3E6;
}




/* ------Menu desplegable-------*/
#header_menu {
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
}
li {
	padding: 0px 0px 0px 5px;
	LIST-STYLE-POSITION: outside; 
	list-style-image:url(../images/bulletlink.gif);
	margin-left:50px;
}




/* ------Menu desplegable-------*/
#header_menu {
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
}
li {
	padding: 0px 0px 0px 5px;
	LIST-STYLE-POSITION: outside; 
	list-style-image:url(../images/bulletlink.gif);
	margin-left:50px;
}

/*
.nav > li {
	float:left;
}

.nav li a {
	background-color:#000;
	color:#fff;
	text-decoration:none;
	padding:10px 12px;
	display:block;
}

.nav li a:hover {
	background-color:#434343;
}

.nav li ul {
	display:none;
	position:absolute;
	min-width:140px;
}

.nav li:hover > ul {
	display:block;
}

.nav li ul li {
	position:relative;
}

.nav li ul li ul {
	right:-140px;
	top:0px;
}
*/
#nav {
	margin: 0px;
	padding: 6px 6px;
	line-height: 100%;
	border-radius: 2em;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

	background: #8b8b8b; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a); /* for firefox 3.6+ */

	border: solid 1px #6d6d6d;
}
#nav li {
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 3px 0px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding: 10px 10px;
	margin: 0px;
	-webkit-border-radius: 1.2em;
	-moz-border-radius: 1.2em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */
	color: #444;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-align:left;
}
#nav ul a:hover {
/*
	background: #0399d4
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba');
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important;
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important;
*/
	background: #552D5F !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#BA87C7', endColorstr='#552D5F'); /* for IE */
/*	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#BA87C7', endColorstr='#552D5F');  MORADO */
	background: -webkit-gradient(linear, left top, left bottom, from(#BA87C7), to(#552D5F)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #BA87C7,  #552D5F) !important; /* for firefox 3.6+ */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	border-bottom-color:#000;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
	padding: 12px 10px;
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}


.text_small {
	color:#000000;
	font-size:10px;
	line-height:normal;
}

.campo_form{
	/*width: 300px;
	height: 25px;
	margin-bottom: 0px;*/
	padding: 5px 3px 5px 3px;
	color: #000000;
	/*color: #333333;*/
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: thin;
	border-radius: 6px;
	background-color: #D7D7D7;	/*background-color: #BCA8D0;*/
	height:auto;
}
.campo_form2{
	/*width: 380px;*/
	height: 42px;
	background-color: #fff;
	margin-bottom: 0px;
	padding: 0 15px 0 15px;
	color: #333333;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight:normal;
	border:0;
	border-radius: 8px;
	background-color: #BBBBBB;
}
.campo_form3{
	/*width: 100px;*/
	height: 42px;
	background-color: #fff;
	margin-bottom: 0px;
	padding: 0 15px 0 15px;
	color: #333333;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight:normal;
	border:0;
	border-radius: 8px;
	background-color: #BBBBBB;
}
.campo_form4{
	/*width: 380px;
	height: 122px;*/
	margin-bottom: 0px;
	padding: 5px 3px 5px 3px;
	color: #000000;
	/*color: #1A1A1A;*/
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	font-weight:normal;
	border:0;
	border-radius: 8px;
	background-color: #BBBBBB;
}
.campo_form5{
	/*width: 160px;*/
	height: 80px;
	background-color: #fff;
	margin-bottom: 0px;
	padding: 10px 15px 10px 15px;
	color: #333333;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight:normal;
	border:0;
	border-radius: 8px;
	background-color: #BBBBBB;
}

.campo_form6{
	/*width: 260px;*/
	height: 80px;
	background-color: #fff;
	margin-bottom: 0px;
	padding: 10px 15px 10px 15px;
	color: #333333;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 0;
	border-radius: 8px;
	background-color: #BBBBBB;
}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding-top: 5px;
  padding-right:15px;
  padding-bottom:5px;
  padding-left:15px;
  text-decoration: none;
  line-height:normal;
  vertical-align:baseline;
  border-width:1px;
  cursor:pointer;
  margin-top:20px;
  margin-bottom:10px;
}

.btn_gris {
  background: #828282;
  background-image: -webkit-linear-gradient(top, #E5E5E5, #828282);
  background-image: -moz-linear-gradient(top, #E5E5E5, #828282);
  background-image: -ms-linear-gradient(top, #E5E5E5, #828282);
  background-image: -o-linear-gradient(top, #E5E5E5, #828282);
  background-image: linear-gradient(to bottom, #E5E5E5, #828282);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding-top: 10px;
  padding-right:15px;
  padding-bottom:10px;
  padding-left:15px;
  text-decoration: none;
  line-height:normal;
  vertical-align:baseline;
  border-width:2px;
  cursor:pointer;
  margin-top:20px;
  margin-bottom:10px;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  cursor:pointer;
}

.buttons {
	padding:5px 15px;
	text-align:center;
	cursor:pointer;
}
.buttons a {margin-left:30px}
.buttons a:hover {cursor:pointer}
.buttons2 {padding:10px 10px 0 0; text-align:right}
.buttons2 a {margin-left:35px}

.alerta{
	color: #900;
}

.nes{
	font-family: 'MrsEavesXLSerifNarOT', serif;
	font-size: 16px;
	font-weight: 400;
}
