@charset "utf-8";
/* CSS Document */
/*==============*/

* {
	behavior: url('/styles/iepngfix.htc');
}

body {
	background: #cfd7da;
	font: 80%/1.2em Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	margin:  20px 0;
	padding: 0;
}

h1 {
	font: 160%/1.2em Arial, Helvetica, sans-serif;
	color: #7ea1bd;
}

h2 {
	font: 150%/1.2em Arial, Helvetica, sans-serif;
	color: #014983;
}
h3 {
	font: 140%/1.2em Arial, Helvetica, sans-serif;
	color: #3f3f3f;
}
h4 {
	font: bold 120%/1.2em Arial, Helvetica, sans-serif;
	color: #7ea1bd;
	margin: 2px 0;
}

a {
	color: #0162b1;
	text-decoration: none;
}
a:hover {
	color: #014074;
	text-decoration: underline;
}


/*ul li {
	margin: 0;
	padding: 0;
}

p {
	margin: 6px 0;
}*/

acronym, abbr {
	border-bottom: 1px dotted #a0c3e3;
	cursor: help;
}

blockquote {
	background: url('/images/quote.png') no-repeat;
	padding: 1px 0 0 40px;
	font-style: italic;
}

/*** HEADER STYLES ***/

#header {
	background: url('/images/bg-header.jpg') center top no-repeat;
	margin: 0;
	padding: 0;
	height: 150px;
	border: 1px solid #3f3f3f;
}

.logo {
	margin: 0;
	padding: 6px 0 0 10px;
}
.logo h1 {
	margin: 0;
	padding: 0;
}
.logo a {
	background: url('/images/logo.png') center left no-repeat;
	display: block;
	width: 246px;
	height: 137px;
}
.logo span {
	display: none;
}

/*** MAIN STYLES ***/
#main {
	background: #fff;
    margin: 0 auto;
    width: 820px;
}

/*** MAIN NAVIGATION ***/
#mainmenu {
	margin: 0;
	padding: 0 0 20px 0;
}
#mainmenu a {
	color: #7ea1bd;
	display: block;
	text-decoration: none;
}
/*#mainmenu a:hover {
	background: #7ea1bd;
}*/
#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.4;
}
#mainmenu ul li {
	text-align: right;
}
#mainmenu li {
	list-style: none;
	display: block;
}
#mainmenu li a {
	background: url('/images/icon.jpg') right 9px no-repeat;
	padding: 4px 0;
	padding-right: 15px;
	border-bottom: 1px solid #7ea1bd;
}
#mainmenu li a:hover {
	background: url('/images/icon2.jpg') right 9px no-repeat;
	color: #7e7e7e;
	border-bottom: 1px solid #7e7e7e;
}
#mainmenu li li a {
	text-transform: none;
	padding: 5px 0 5px 20px;
	border-bottom: 1px dotted #fff;
	border-left: none;
	border-right: none;
}
#mainmenu li li a:hover {
	background: #a62500;
	color: #f4ca11;
	border-bottom: 1px dotted #f4ca11;
}
#mainmenu li ul {	/* second-level lists */
	position: absolute;
	background: #ba2b00;
	width: 130px;
	left: -999em;	/* using left instead of display to hide menus because display: none isn't read by screen readers */
	display: block;
}
#mainmenu li ul a {	/* second-level lists */
	width: 110px;
}
#mainmenu li ul ul {	/* third-and-above-level lists */
	margin: -29px 0 0 130px;
	padding: 0;
}
#mainmenu li ul ul a{
	width: 110px;
}
#mainmenu li:hover, #mainmenu li.hover {
    position: static;
}
#mainmenu li:hover ul ul, #mainmenu li:hover ul ul ul, #mainmenu li.sfhover ul ul, #mainmenu li.sfhover ul ul ul {
	left: -999em;
}

#mainmenu li:hover ul, #mainmenu li li:hover ul, #mainmenu li li li:hover ul, #mainmenu li.sfhover ul, #mainmenu li li.sfhover ul, #mainmenu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#mainmenu .bnone {
	border-left: none;
}
#mainmenu .current {
	background: url('/images/icon2.jpg') right 9px no-repeat;
	color: #7e7e7e;
	border-bottom: 1px solid #7e7e7e;
}

/*** TOP NAVIGATION ***/
#topmenu {
	background: #3f3f3f;
	margin: 0;
	padding: 0;
	height: 30px;
	clear: both;
}
#topmenu a {
	color: #e0e0e0;
	font-size: 90%;
	text-decoration: none;
	text-transform: uppercase;
	padding: 7px 16px;
	border-left: 1px solid #5b5b5b;
	border-right: 1px solid #2d2d2d;
	font-weight: bold;
	display: block;
}
#topmenu a:hover {
	background: #c7dbe6;
	color: #000;
}
#topmenu ul {
	margin: 0;
	padding: 0;
}
#topmenu li {
	float: right;
	list-style: none;
	display: block;
}
#topmenu .bnone {
	border-right: none;
}
#skipnav {display: none;}


/*** BOTTOM NAVIGATION ***/
#bottommenu {
	background: #e8e8e8;
	margin: 0;
	padding: 6px 0;
	font-size: 85%;
	text-align: center;
	border: 2px solid #fff;
	clear: both;
}
#bottommenu a {
	color: #5582a6;
	padding: 0 10px;
	border-left: 1px dotted #5582a6;
}
#bottommenu a:hover {
	color: #3f3f3f;
}
#bottommenu a.bnone {
	border: none;
}
#bottommenu img {
	border: none;
}


/*** CONTAINER ***/
#container {
	margin: 15px;
	padding: 0;
	clear: both;
}

#cleft {
	float: left;
	width: 160px;
	margin: 0 15px 0 0;
	padding: 0;
}

#cright {
	float: right;
	width: 140px;
	margin: 0 0 0 10px;
	padding: 0;
}
#cright h2 {
	color: #cf4600;
	padding-bottom: 4px;
	border-bottom: 0px dotted #5a534b;
}

#content {
	margin: 0 150px 0 175px;
	padding: 0 15px 15px 15px;
	text-align: justify;
	border-left: 1px dotted #7f7f7f;
	border-right: 1px dotted #7f7f7f;
}

/*** BREADCRUMBS ***/
#breadcrumbs {
	margin: 0 0 10px 0;
	padding: 0 0 6px 0;
	color: #8c8c8c;
	border-bottom: 1px dotted #8c8c8c;
}
#breadcrumbs p {
	margin: 0;
	padding: 0;
}

/*** FORMS ***/
form {
	margin: 0;
	padding: 0;
}
form p {
	margin: 6px 0;
}
fieldset {
	margin: 0;
	padding: 10px 20px;
	border: 1px solid #dfe7ee;
}

legend {
	color: #014074;
	font-weight: bold;
	padding: 2px 10px;
}

label {
	cursor: pointer;
	font-weight: normal;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #7f7f7f;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #3f3f3f;
}

.button input {
	background: #014074;
	color: #fff;
	padding: 2px 10px;
	text-transform: uppercase;
	border: none;
}

/*** IMAGES ***/

.pictures-left {
	float: left;
	margin-right: 15px;
	text-align: center;
}
.pictures-right {
	float: right;
	margin-left: 15px;
	text-align: center;
}

.thumbpicitem {
	margin: 5px;
	text-align: center;
}
.thumbpicitem span {
	font-size: 85%;
	color: #066da5;
}
.thumbpicitem a {
	border: 0 !important;
}
.thumbpicitem img {
	padding: 4px;
	border: 1px solid #d3d3d3;
	background: #f0f0f0;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}
.thumbpicitem img:hover {
	border: 1px solid #d3d3d3;
	background: #e5e5e5;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}


/*** NEWS ***/
#news {
	border-bottom: 1px dotted #5a534b;
}
#news h2 a {
	color: #3f3f3f;
}
#news h2 a:hover {
	text-decoration: underline;
}


#lastnews {
	border-bottom: 1px dotted #5a534b;
}
#lastnews h3 a {
	color: #3f3f3f;
}


/*** BANNER'S ***/
#banner {
	margin: 0;
	padding: 0;
	text-align: center;
}
#banner ul {
	margin: 0;
	padding: 0;
}
#banner li {
	list-style: none;
	padding: 4px 0;
}
#banner p {
	margin: 4px 0;
}
#banner img {
	border: none;
}

#blogoci {
	width: 440px;
	background: url('/images/blogoci.gif') center bottom no-repeat;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 90%;
}
#blogoci ul {
	margin: 0;
	padding: 0;
}
#blogoci li {
	list-style: none;
	padding: 5px 10px;
}
#blogoci a {
	color: #7f7f7f;
}
#blogoci a:hover {
	color: #7f7f7f;
	text-decoration: underline;
}
#blogoci h2 {
	border-bottom: 1px dashed #2cb1b1;
}
#blogoci h2 a {
	background: url('/images/blogoci-h2.gif') center top no-repeat;
	width: 440px;
	height: 81px;
	display: block;
}
#blogoci h2 span {
	display: none;
}
#blogoci p {
	margin: 0;
	padding: 0 7px;
}
#blogoci p span {
	color: #00457d;
	font-size: 90%;
}

/*** CONTACTS ONLINE ***/
.contact {
	padding: 0;
	margin: 0;
}

.chat, .messenger, .skype {
	padding: 5px 0 5px 50px;
}

.chat {
	background: transparent url('/images/chat.png') center left no-repeat !important;
}
.messenger {
	background: transparent url('/images/messenger.png') center left no-repeat !important;
}
.skype {
	background: transparent url('/images/skype.png') center left no-repeat !important;
}

/*** CLASS VALIDATION ***/
.tfvHighlight {
	color: #ff0000;
	cursor: pointer;
	font-weight: normal;

}
.tfvNormal {
	cursor: pointer;
	font-weight: normal;
}

/*** PAGINATOR ***/
.paginator {
	margin: 0 auto;
	padding: 10px 0;
}
.paginator p {
	text-align: center !important;
}
.paginator a {
	padding: 1px 6px;
	border: 1px solid #cddef3;
	background-color: #cddef3;
	text-decoration: none;
	font-weight: bold;
	color: #2a65b0;
}
.paginator a:hover {
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #2a65b0;
	background-color: #2a65b0;
	font-weight: bold;
	color: #fff;
}
.paginator .ezr_nav_na {
	padding: 1px 6px;
	font-weight: bolder;
	border: 1px solid #2a65b0;
	background-color: #2a65b0;
	font-weight: bold;
	color: #fff;
}


/*** CLEAR FIX ***/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block; }
/* End hide from IE-mac */


/*** FOOTER ***/
#footer {
	background: #3f3f3f;
    margin: 0 auto;
	padding: 8px 0;
	font-size: 85%;
	color: #a0a0a0;
	clear: both;
}
#footer a {
	color: #a0a0a0;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer p {
	margin: 2px 0;
	padding: 0;
	text-align: center;
}


/*** VARIOS ***/
.aright { text-align: right !important; }
.acenter { text-align: center !important; }
.aleft { text-align: left !important; }
.fright { float: right !important; }
.fleft { float: left !important; }
.nofloat { float: none !important; }
.clear { clear: both !important; }
.clearright { clear: right !important; }
.clearleft { clear: left !important; }
.hidden { display: none; }
.upper { text-transform: uppercase; }
.ohp { 	background: #b2b2b2; width: 80%; }
.ohp1 {	background: #b2b2b2; width: 60%; }
.bnone { border: none; }
.divider { border-bottom: 1px dotted #000; }
.date {
	color: #5582a6;
	font-size: 90%;
	font-weight: bold;
}

.borde {
	border: 1px solid #000;
}

.req {
	font-size: 90%;
	font-weight: bold;
	color: #FF0000;
}

#gotop {  
	width: 80px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	text-align: center;
	padding: 5px;
	position: fixed;	/* this is the magic */
	bottom: 10px;		/* together with this to put the div at the bottom*/
	right: 10px;
	cursor: pointer;
	display: none;
	color: #333;
}

.suscribete {
	margin: 0 auto;
	padding: 0 20px;
}
.suscribete a {
	background: url('/images/btn-suscribete.jpg') center no-repeat;
	display: block;
	width: 120px;
	height: 120px;
}
.suscribete a:hover {
	background: url('/images/btn-suscribete2.jpg') center no-repeat;
}
.suscribete span {
	display: none;
}
