﻿/*
@font-face {
  font-family: "ClearFont";
  font-style: normal;
  font-weight: 400;
  src: url('../_fonts/opensans-regular.eot');
  src: local("ClearFont"),
  		 url('../_fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
  		 url('../_fonts/opensans-regular.woff') format('woff'),
  		 url('../_fonts/opensans-regular.ttf') format('truetype');
}
*/
@font-face {
  font-family: "ClearFont";
  font-style: normal;
  font-weight: 400;
  src: url('../_fonts/utopia-regular.eot');
  src: local("ClearFont"),
  		 url('../_fonts/utopia-regular.eot?#iefix') format('embedded-opentype'),
  		 url('../_fonts/utopia-regular.woff') format('woff'),
  		 url('../_fonts/utopia-regular.ttf') format('truetype');
}


@font-face {
  font-family: "ArialNarrow";
  font-style: normal;
  font-weight: 400;
  src: url('../_fonts/arialnarrow-bold.eot');
  src: local("ArialNarrow"),
  		 url('../_fonts/arialnarrow-bold.eot?#iefix') format('embedded-opentype'),
  		 url('../_fonts/arialnarrow-bold.woff') format('woff'),
  		 url('../_fonts/arialnarrow-bold.ttf') format('truetype');
}

/**********************************************************************************************************/
/* MAIN STYLES                                                                                            */
/**********************************************************************************************************/

html, body {
	padding: 0px;
	margin: 0px;
	width: 100%;		
	height: 100%;
	font-family: "ClearFont", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #010101;
	line-height: 25px;
}

::selection {
	background: #0454A9;
	color: white;
}

::-moz-selection {
	background: #0454A9;
	color: white;
}


/*
body {
  background-image: url("../_images/background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}	
*/

@media screen and (max-width: 440px) {
	body {
		font-size: 13px;
	}
}

/* preload images */
body:before {
    display:none;
    content:
    	url("../_images/shortcut1.png")
    	url("../_images/shortcut2.png")
    	url("../_images/shortcut3.png")
    	url("../_images/shortcut4.png")
    	url("../_images/shortcut5.png")
    	url("../_images/shortcut6.png")
    	url("../_images/shortcut7.png")
    	url("../_images/shortcut8.png")
}

/* background fits screen, even for IE */
img.bg {
	min-width: 1024px;
	width: 100%;
	height: 35%;
	position: fixed;
	top: 0px;
	left: 0px;
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);		
}
@media screen and (max-width: 950px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

#mainwrap {
	margin: 0 auto;
	width: 960px;
	background: #FFFFFF;
	position: relative;
	min-height: 100%;
}

#headercontent {
	text-align: center;
	line-height: 4px;
}
#navcontent {
	margin: 0 auto;
	text-align: center;
	z-index: 99999;
}
#sectioncontent {
	margin-left: 32px;
	margin-right: 32px;
	text-align: justify;
}

#sectioncontent h1, #sectioncontent h1.med {
	color: #2F91DF;
	font-size: 1.3em;
	font-weight: bolder;
	text-transform: uppercase;
	display: inline-block; /*block*/
	padding-left: 4px;
	padding-right: 4px;
	/*float: left;*/
	text-align: left;
	margin-bottom: 2px;
}

#sectioncontent h1.med {
	color: white;
	background: #0454A9;

	background-position: right;
	background-repeat: no-repeat;
	padding-right: 44px;
	line-height: 32px;
}

#sectioncontent h1::after, #sectioncontent h1.med::after {
	clear: both;
}

#sectioncontent h2 {
	color: #080054;
	font-size: 1.1em;

	/*text-shadow: 0px 0px 4px rgba(255,255,255,1);*/
}

/*	
#sectioncontent em {
	color: #2B81D7;
}
*/

.logo1, .logo2, .logo3 {
	width: 100%;
	height: auto;
}

.logo1 img, .logo2 img, .logo3 img {
	width: 100%;
	max-width: 750px;
	max-height: 83px;
	margin: 0 auto;
}

.logo2 img {
	max-height: 55px;
}

.logo3 img {
	max-height: 1px;	
}

.logo1 {
	background-color: #0454A9;
}

.logo2 {
	background-color: #FFFFFF;
}

@media screen and (max-width: 950px){

	#mainwrap {
		width: 100%;
	}		

	#sectioncontent {
		margin-left: 8px;
		margin-right: 8px;
	}
}



/**********************************************************************************************************/
/* SHORTCUT STYLES                                                                                        */
/**********************************************************************************************************/

#shortcutarea {
	width: 100%;
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;	
}

#shortcutarea .shortcut {
	width: 144px;
	height: 144px;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#shortcutarea .shortcut span {
	font-family: "ArialNarrow";
	font-weight: bold;
	display: block;
	position: relative;
	bottom: 34px;
	background: #2B3E65;
	background: rgba(43,62,101,0.73);
	font-size: 19px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-shadow: 0px 0px 4px rgba(0,0,0,1), 0px 0px 4px rgba(0,0,0,1), 0px 0px 4px rgba(0,0,0,1), 0px 0px 4px rgba(0,0,0,1);
	-moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s;
}

#shortcutarea a img {
	border: none;
}

#shortcutarea a {
	text-decoration: none;
}

#shortcutarea .shortcut:hover {
	transform: scale(1.1);
	-moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s;
}

#shortcutarea .shortcut:hover span {
	background: #FFCA13;
	background: rgba(255,202,19,0.73);
}



/**********************************************************************************************************/
/* COOKIES MESSAGE STYLES                                                                                 */
/**********************************************************************************************************/

#cookies {
	font-size: 0.8em;
	position: fixed;
	width: 100%;
	height: 20px;
	left: 0;
	bottom: 0px;
	line-height: 16px;
	background-color: #000000;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	color: #FFFFFF;
	z-index: 999;
	text-shadow: 0px 0px 4px rgba(0,0,0,1), 0px 0px 4px rgba(0,0,0,1), 0px 0px 4px rgba(0,0,0,1), 0px 0px 4px rgba(0,0,0,1);
	-moz-transition: all 1.0s;
	-webkit-transition: all 1.0s;
	-o-transition: all 1.0s;	
	-ms-transition: all 1.0s;
	transition: all 1.0s;
}

#cookies a {
	color: #8888FF;
}

@media screen and (max-width: 440px){

	#cookies {
		height: 36px;	
	}
}



/**********************************************************************************************************/
/* CONTENT AREAS STYLES                                                                                   */
/**********************************************************************************************************/

ul.items, ul.itemsmed {
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 2em;
  margin-bottom: 0.5em;
}

ul.itemsmed {
	background: #D9E4F5;
	box-shadow: 0px 0px 10px #D9E4F5, 0px 0px 10px #D9E4F5, 0px 0px 10px #D9E4F5, 0px 0px 10px #D9E4F5;
}

ul.items li, ul.itemsmed li {
	list-style-image: url('../_images/item.png');
	padding: 0em 0em 1em 0em;
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 0.5em;
}


ul.items li:last-child, ul.itemsmed li:last-child  {
	margin-bottom: 0em;
}

div.paragraph ul.items li:last-child, div.paragraphmed ul.items li:last-child {	list-style: none; }
div.paragraph ul.items li:last-child:before, div.paragraphmed ul.items li:last-child:before {	content: "etc."; }
div.paragraphmed ul.itemsmed li:last-child {	list-style: none; }
div.paragraphmed ul.itemsmed li:last-child:before {	content: "etc."; }
	
.insideimageright {
 	margin-left: 30px; 
 	margin-bottom: 30px; 
 	float: right;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
	-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
}

.insideimageleft {
 	margin-right: 30px; 
 	margin-bottom: 20px; 
 	float: left;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
	-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
}

.imagecenter {
	display: block;
	margin: 0 auto;
	width: 78.125%;
	padding-top: 12px;
	padding-bottom: 12px;
}


@media screen and (max-width: 440px) {
	.insideimageright {
		margin-left: auto;
		margin-right: auto;
		float: none;
		display: block;		
	}
}

.error {
	color: #FF0000;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	background-color: #FFAAAA;
}

.centeredblock {
	text-align: center;
}

/**********************************************************************************************************/
/* FOOTER STYLES                                                                                          */
/**********************************************************************************************************/

.footertext {
	text-align: center;
}

.footertext em {
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

.memberof, .memberofsmall {
	margin-left: auto;
	margin-right: auto;
	font-size: 80%;
	font-family: Arial;
}

.memberofsmall {
	display: none;
}

.memberof td, .memberofsmall td {
	background: #BBBBFF;
	text-align: center;
	vertical-align: center;
	padding: 5px;
	-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;
}

.memberof td.sep {
	min-width: 30px;
	background: #FFFFFF;
}

.memberof td.sep:hover {
	background: #FFFFFF;
}

.memberof td img {
	width: 100%;
	max-width: 200px;
}

.memberof a, .memberofsmall a  {
	text-decoration: none;
	color: #000000;
}

.memberof a:visited, .memberofsmall a:visited {
	color: #000000;
}

.memberof td:hover, .memberofsmall td:hover {
	
	background: #FFF373;
	-moz-transition: all 1.0s; -webkit-transition: all 1.0s; -o-transition: all 1.0s; -ms-transition: all 1.0s;	transition: all 1.0s;
}

.memberof td:hover a, .memberofsmall td:hover a {
	color: blue;
	-moz-transition: all 1.0s; -webkit-transition: all 1.0s; -o-transition: all 1.0s; -ms-transition: all 1.0s;	transition: all 1.0s;
}


@media screen and (max-width: 950px) {
	.memberof td.sep {
		min-width: 10px;
	}

	.memberof {
		font-size: 60%;
	}
}

@media screen and (max-width: 500px) {
	.memberof {
		display: none;
	}
	
	.memberofsmall {
		display: table;
	}
}

.w3c {
	width: 80px;
	height: 28px;
}




/**********************************************************************************************************/
/* SUBITEMS STYLES FOR GLOBAL AREAS                                                                       */
/**********************************************************************************************************/

ul#subentries {
	list-style: none;
	padding-left: 2em;
	padding-right: 2em;
}

ul#subentries li {
	font-weight: bold;
}



/**********************************************************************************************************/
/* UPPER STYLES FOR H1 CONTENT                                                                            */
/**********************************************************************************************************/

div.navi {
	margin-top: 2px;
}

span.navi {
	margin-left: 0.5em;
	float: right;
}

span.navi a {
	color: #080054;
	background-color: white;
	font-size: 50%;
	text-decoration: none;
	border: 1px solid #080054;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

span.navi a:hover {
	color: #FFFFFF;
	background: #080054;
	-moz-transition: all 0.2s; -webkit-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s; transition: all 0.2s;
}

@media screen and (max-width: 440px) {
	span.navi a {
		font-size: 100%;
	}
}



/**********************************************************************************************************/
/* NIF/IBAN CALCULATION STYLES                                                                            */
/**********************************************************************************************************/

div#calcutil p {
	text-align: center;
	text-decoration: underline;
}

div#calcutil table {
	text-align: center;
	margin: 0 auto;
}

div#calcutil .formheader2 {
	font-weight: bold;
}

div#calcutil .formcontent2 {
	background: #DDDDFF;
	border: 1px solid #000077;
}

div#calcutil .formcontent2:focus {
	background: #FFFFDD;
	border: 1px solid #000077;
}

div#calcutil .formbuttonsend, div#calcutil .formbuttonreset {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ADADAD;
	background: #E1E1E1;
	cursor: pointer;
	font-family: "ClearFont",Arial,Helvetica,sans-serif;
}

div#calcutil .formbuttonsend:hover, div#calcutil .formbuttonreset:hover {
	border-color: #0078D7;
	background: #E5F1FB;
	-moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s;
}

div#calcutil .formbuttonsend:active, div#calcutil .formbuttonreset:active {
	border: 1px solid #005499;
	outline: 1px solid #005499;
	background: #CCE4F7;
}

@media screen and (max-width: 950px) {
	div#calcutil .formheader2 {
		font-size: 80%;
	}

	div#calcutil .formcontent2 {
		font-size: 130%;
	}

	div#calcutil .formbuttonsend {
		font-size: 130%;
		margin-right: 1em;
		padding: 1em;
	}

	div#calcutil .formbuttonreset {
		font-size: 130%;
		margin-left: 1em;
		padding: 1em;
	}
}

div#calcutil .formcomment {
	color: #444444;
	text-align: justify;
}

div#calcutil .formresultheader {
	text-align: left;
}

div#calcutil .formresultvalue {
	text-align: left;
	color: #000077;
	font-weight: bold;
}

div#calcutil .formresultvalueerror {
	text-align: left;
	color: #DD0000;
}

div#calcutil #dni {
	width: 5em;
}

div#calcutil #entidad {
	width: 3em;
}

div#calcutil #oficina {
	width: 3em;
}

div#calcutil #dc {
	width: 2em;
}

div#calcutil #cuenta {
	width: 6em;
}

div#calcutil #importe {
	width: 6em;
}

div#calcutil #plazo {
	width: 4em;
}

div#calcutil #interes {
	width: 4em;
}

div#calcutil #copy-button1 {
	width: 32px;
	height: 29px;
}

div#calcutil #copy-button2 {
	width: 32px;
	height: 29px;
}


div#calcutil #resultado3 .hiplab {
	color: #000044;
	font-weight: bold;
}

div#calcutil #resultado3 .hipval {
	color: #0000DD;
	font-weight: normal;
}

div#calcutil #resultado3 .hiphead {
	color: #000044;
	font-weight: bold;
	text-align: left;
}

div#calcutil #resultado3 .hiprow {
	color: #0000DD;
	font-weight: normal;
	text-align: right;
}

div#calcutil #resultado3 .hiprow:hover {
	background: #CCCCFF;
}

div#calcutil .centered {
	text-align: center;
	text-decoration: underline;
	padding-bottom: 1em;
}


/**********************************************************************************************************/
/* CONTACT FORM STYLES                                                                                    */
/**********************************************************************************************************/

form#formcontact table {
	text-align: left;
	margin: 0 auto;
	width: 100%;
}
	
form#formcontact .formheader {
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	padding-right: 0.5em;
}

form#formcontact .formcontent {
	background: #DDDDFF;
	border: 1px solid #000077;
}

form#formcontact .formcontent:focus {
	background: #FFFFDD;
	border: 1px solid #000077;
}

form#formcontact .formbuttonsend, form#formcontact .formbuttonreset {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ADADAD;
	background: #E1E1E1;
	cursor: pointer;
	font-family: "ClearFont",Arial,Helvetica,sans-serif;
}

form#formcontact .formbuttonsend:hover, form#formcontact .formbuttonreset:hover {
	border-color: #0078D7;
	background: #E5F1FB;
	-moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s;	
}

form#formcontact .formbuttonsend:active, form#formcontact .formbuttonreset:active {
	border: 1px solid #005499;
	outline: 1px solid #005499;
	background: #CCE4F7;
}

form#formcontact .formcomment {
	color: #444444;
	text-align: justify;
}

form#formcontact input[type="text"], form#formcontact textarea {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 14px;
	width: 100%;
	max-width: 500px;
}

@media screen and (max-width: 950px) {
	form#formcontact .formheader {
		font-size: 80%;
	}

	form#formcontact .formbuttonsend {
		font-size: 130%;
		margin-right: 0.5em;
		padding: 1em;
	}

	form#formcontact .formbuttonreset {
		font-size: 130%;
		margin-left: 0.5em;
		padding: 1em;
	}
}

#formsent {
	text-align: center;
	color: #003300;
}

#formback {
	text-align: center;
}

.formerror {
  color: red;
  vertical-align: top;
  display: inline;
}
.formok {
  display: none;
}





/**********************************************************************************************************/
/* OTHER CONTENT AREAS STYLES                                                                             */
/**********************************************************************************************************/


div.paragraphclear {
	clear: both;
}

div.paragraph, div.paragraphmed {
	padding: 5px;
	margin-bottom: 1em;
}

div.paragraphmed {
	background: #D9E4F5;
	box-shadow: 0px 0px 10px #D9E4F5, 0px 0px 10px #D9E4F5, 0px 0px 10px #D9E4F5, 0px 0px 10px #D9E4F5;
}

div.paragraph::first-letter, div.paragraphmed::first-letter {
	font-size: 135%;
}

div.paragraph strong, div.paragraphmed strong  {
	font-weight: bold;
}

div.paragraph strong2, div.paragraphmed strong2  {
	/*text-decoration: underline;*/
	/*border-bottom: 1px solid rgb(32,32,32);*/
	/*box-shadow: 0px 2px 1px -1px black;*/
	border-bottom: 2px solid rgb(32,32,32);
}

div.paragraph strong3, div.paragraphmed strong3  {
	color: #0077F0;
	font-weight: bold;
}

div.paragraph em, div.paragraphmed em {
	color: #0051F6;
}

div.paragraph em strong2, div.paragraphmed em strong2  {
	border-bottom: 2px solid #0031A6;
}


div.paragraph br, div.paragraphmed br {
  margin: 0.25em;
  display: block;
}


.licon {
	height: 1em;
	position: relative;
	top: 0.1em;
}

.coolbox {
	margin: 2em auto 1.5em auto;
	background: #1C1F88;
	width: 80%;
	max-width: 600px;
	min-width: 300px;
	color: white;
	background-image: url("/_images/coolbox.png"), url("/_images/coolboxext.png");
	background-position: left top, left bottom;
	background-repeat: no-repeat, repeat-y;
	border-radius: 40px / 20px;
	border: 1px solid #000;
	/*
	top right bottom left
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1.5em;
	*/
	/*text-shadow: 1px 1px 2px rgba(0,0,0,1), 1px 1px 2px rgba(0,0,0,1);*/
	/*text-shadow: 0px 0px 5px rgba(0,0,0,1), 0px 0px 5px rgba(0,0,0,1);*/
	/*text-shadow: 1px 1px 2px rgba(0,0,0,1), 0px 0px 5px rgba(0,0,0,1);*/
	text-shadow: 1px 1px 2px rgba(0,0,0,1), 1px 1px 2px rgba(0,0,0,1);

}

.coolbox h4 {
	text-align: center;
	text-decoration: underline;
	font-size: 115%;
}

.coolbox strong {
	color: #FFD513;
	font-weight: bold;
}

.coolbox strong2 {
	color: #FF7713;
	font-weight: bold;
	text-transform: uppercase;
}


.coolbox ul {
	background: none;
	box-shadow: none;
}

.coolbox ul li {
	padding: 0px;
}

.coolbox ul.items li {
	list-style-image: url('../_images/itembox.png');
}

.sjm img {
	height: 1.3em;
	vertical-align: middle;
	border: none;
}

.sjm a {
	line-height: 1.3em;
	color: #0454A9;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	padding-left: 0.2em;
	padding-right: 0.2em;
	white-space: nowrap;
	-moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s;
}

.sjm a:hover {
	background: #0870D0;
	color: white;
	-moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s;
}




.quote {
	font-style: italic;
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 105%;
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
}

.quote:before {
	content: "\"";
}

.quote:after {
	content: "\"";
}

/*
.medindex li {
	text-align: left;
	margin:0;list-style:none;padding:0;
}
.medindex ul {
	padding-left: 36px;
	padding-right: 36px;
	margin: 0px;
}
.medindex_left {
	float: left;
}
.medindex_right {
	float: left;
}
*/


.medindex {
	background: orange;
}
.medindex:after {
	clear: both;
}
.medindex li {
	text-align: left;
	margin: 0px;
	list-style: square;
	padding: 0px;
	margin-bottom: 0.5em;
}
.medindex ul {
	padding-left: 36px;
	padding-right: 36px;
	margin: 0px;
}
.medindex_left {
	float: left;
	width: 50%;
}
.medindex_right {
	float: right;
	width: 50%;
}
@media screen and (max-width: 880px) {
	.medindex_left {
		width: 100%;
	}
	.medindex_right {
		float: left;
		width: 100%;
	}
}



.nolink, .nolinknote {
	color: #0000ff;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	-moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s;
	-moz-border-radius:1em; -webkit-border-radius: 1em; border-radius: 1em;
}
.nolink:before {
	content: "<<";
}
.nolink:hover, .nolinknote:hover {
	background: lightblue;
	-moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s;
}
.nolink:visited {
	color: #0000ff;
}
.nolinknote:visited {
	color: #551A8B;
}

.coolbox .nolink {
	color: #3CADCE;
	text-shadow: none;
}


/**********************************************************************************************************/
/* PROMO CONTENT STYLES                                                                                   */
/**********************************************************************************************************/

.promo {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: inline-block;
	padding: 5px;
	border: 1px solid black;
	background: #3333ff;
	color: white;
	font-size: 110%;
	font-weight: bold;
}


/**********************************************************************************************************/
/* MENU ICONS STYLES                                                                                      */
/**********************************************************************************************************/

._home, ._homea {
	background-image: url('../_images/home.png');
  background-repeat: no-repeat;
	background-position: center center;  
	width: 1em;
	height: 100%;
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

._homea {
 	background-image: url('../_images/homea.png');
}

._telephone, ._telephonea {
	background-image: url('../_images/telephone.png');
  background-repeat: no-repeat;
	background-position: center center;  
	width: 1.5em;
	height: 100%;
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;	
}

._telephonea {
 	background-image: url('../_images/telephonea.png');
}


/**********************************************************************************************************/
/* HIGHT CONTRAST SWICHER STYLES                                                                          */
/**********************************************************************************************************/

#hcswitch {
	border: 1px solid black;
	text-decoration: none;
}

#hcswitch .firstword {
	color: black;
	background: white;
	padding-left: 0.3em;
	padding-right: 0.15em;
}

#hcswitch .lastword {
	color: white;
	background: black;
	padding-left: 0.15em;
	padding-right: 0.3em;
}

.emeblack {
	display: none;
}

.emewhite {
	display: none;
}


/**********************************************************************************************************/
/* NEWS LIST CONTENT STYLES                                                                                   */
/**********************************************************************************************************/

.news {
	text-align: right;
	margin-right: 5em;
	margin-top: 0.5em;
	line-height: 1.0em;
	font-size: 110%;
}

.news img {
	height: 1.2em;
	width: 1.2em;
	vertical-align: bottom;
}

.news a {
	color: #222222;
	font-family: 'Alegreya Sans',Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.news a img {
	height: 1em;
	width: 0.64em;
	vertical-align: bottom;
	margin-left: 0.5em;
}

.dateentry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;	
	display: table;
	margin-bottom: -1em;
	line-height: 1.5em;
	padding-left: 0.3em;
	padding-right: 0.3em;
	background: #0454A9;
	color: #FFFFFF;
	-moz-border-radius: 5px 5px 0px 0px; -webkit-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px;
}

.newslist h1 {
	background: transparent url("../_images/rss_item.png") no-repeat;
	padding-left: 15px !important;
	line-height: 17px;
}

.newslist .paragraph {
	clear: both;
  float: left;
}

.highlightnew .dateentry {
	background: #FFD714;
	color: #000000;	
}

.highlightnew .paragraph {
	background: #FFF3C1;
	background: -webkit-linear-gradient(#FFFFFF,#FFF3C1);
	background: -o-linear-gradient(#FFFFFF,#FFF3C1);
	background: -moz-linear-gradient(#FFFFFF,#FFF3C1);
	background: linear-gradient(#FFFFFF,#FFF3C1);
}



