@charset "utf-8";
/* CSS Document */
@import url("reset.css");
html, body {
	height: 100%;
	background-color:#E7E7E7;
	background-image:url(../_img/body_bg.png);
	background-position:center;
	background-repeat:repeat-y;
}
a {
	text-decoration: underline;
	color: #015EA7;
	outline: none;
}
a:link, #avisolegal a:visited {
	color: #015EA7;
}
#wrapper{
	position: relative;
	min-height: 100%;
}
* html #wrapper {
	height: 100%;
}
body {
	font-family: 'Helvetica', 'Arial';
	background-color:#E7E7E7;
}
#header_bg{
	height: 60px;
	background-color: #001E38;
	background-image: url(../_img/header_bg.jpg);
	background-position: center;
	background-repeat:no-repeat;
}
#header {
	width: 960px;	
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}
#pohlbros{ float:left; margin-top: 20px;}

#contentwrapper{
	position: relative;
	width: 960px;	
	margin: 0 auto 0 auto;
	font-family: 'Helvetica', 'Arial';
	color: #666666;
	font-size: 13px;
}
.font{font-family: Arial, Helvetica, sans-serif; font-size:13px;
}
#content{
	width:440px;
	margin-left: 520px;
	padding: 60px 0 230px 0;
}
#content p, #pb p{ font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
/*font-family:"lucida grande", "segoe ui", verdana, helvetica, arial, sans-serif;
font-size:14px;
color:#666;*/
}
#pb{
	position: absolute;
	left: 0;
	width: 440px;
}
#footer_bg{
	position: absolute;
	bottom: 0;
	height:170px;
	width: 100%;
	background-image:url(../_img/footer_bg2.jpg);
	background-repeat:repeat-x;	
}
#footer{
	width: 960px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	font-size: 12px;
	background-color: #023159;
	background-image: url(../_img/footer_bg.png);
	background-color:#033766;
	background-position: center;
	background-repeat:no-repeat;
	/*font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;*/
	font-family:"lucida grande", "segoe ui", verdana, helvetica, arial, sans-serif;
	/*font-weight: bold;*/
	color:#CBD9E7;
}
#copyright{
	position: relative;
	width: 960px;
	margin: 14px auto 0 auto;
	font-size: 12px;
	/*font-weight:bold;*/
	color:#999;
	/*font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;*/
	font-family:"lucida grande", "segoe ui", verdana, helvetica, arial, sans-serif;
}
#avisolegal{
	position: absolute;
	width: 250px;
	right: 0;
	top: 0;
	text-align:right;
}
/**********************************************************************/
#headermenu {
	float: right;
	margin-top:15px;
	height: 50px;
}
#headermenu ul {
	list-style:	none;
	margin:0;
}
#headermenu ul li {
	float: left;
}
#headermenu ul a {
	float: left;
	display: block;
	padding: 0 20px 0 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 30px;
	color: #FFF;
	outline: none;
}
#headermenu ul a:link, #headermenu ul a:visited {
	color: #CBD9E7;
}
#headermenu ul a:hover {
	color: #FFF;
}
#headermenu ul a#contacto {
}
#headermenu ul a#inicio {
}
.line{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CBD9E7;
}
/**********************************************************************/
h1{	
	font-size: 25px;
	font-weight: bold;
	color:#000;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h3{	
	font-size: 17px;
	font-weight: bold;
	color:#999999;
	margin-bottom: 15px;
	letter-spacing:-1px;
}
h2{	
	font-size: 19px;
	font-weight: bolder;
	color:#015EA7;
	text-transform: uppercase;
	margin-bottom: 17px;
}
h4{
	margin-top: 20px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
h5{
	font-family: 'Helvetica', 'Arial';
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #8AAACA;
}
/**********************************************************************/
#smenu{
	font-size: 13px;
	margin-top: 35px;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
#smenu a {
	text-decoration: none;
	color:#015EA7;
	outline: none;
}
#smenu a:link, #smenu a:visited {
	color: #015EA7;
}
#smenu a:hover {
	color: #01325A;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #01325A;
}
/**********************************************************************/
#pmenu{
	font-size: 13px;
	color:#015EA7;
	margin-bottom: 40px;
	margin-top: 0px;
	font-weight: bold;
	width: 100%;
	height: 30px;
}
#pmenu ul{
	margin: 0;
	text-align: center;
}
#pmenu ul li{
	text-align: center;
	float: left;
}
#pmenu ul li a{
	display:block;
	margin: 0px 22px 0px 22px;
	text-decoration: none;
}
#pmenu ul li #w{
	color: #252977;
}
#pmenu ul li #v{
	color: #572175;
}
#pmenu ul li #i{
	color: #732553;
}
#pmenu ul li #s{
	color: #831217;
}
#pmenu ul li #w:hover{
	border-bottom: 3px #252977 solid;
}
#pmenu ul li #v:hover{
	border-bottom: 3px #572175 solid;
}
#pmenu ul li #i:hover{
	border-bottom: 3px #732553 solid;
}
#pmenu ul li #s:hover{
	border-bottom: 3px #831217 solid;
}
#pmenu ul li #w.selected{
	border-bottom: 3px #252977 solid;
}
#pmenu ul li #v.selected{
	border-bottom: 3px #572175 solid;
}
#pmenu ul li #i.selected{
	border-bottom: 3px #732553 solid;
}
#pmenu ul li #s.selected{
	border-bottom: 3px #831217 solid;
}
/**********************************************************************/
#footer ul {
	list-style:	none;
	margin:0;
}
#footer ul li {
	/*float: left;*/
}
#footer ul a {
	/*display: block;*/
	text-decoration: none;
	color:#CBD9E7;
	outline: none;
	line-height: 20px;
}
#footer ul a:link, #footer ul a:visited {
	color:#CBD9E7;
}
#footer ul a:hover {
	color: #FFF;
	text-decoration:underline;
}
#footer p{ 	line-height: 20px; }

#icons{ margin-top: 15px; }




#icons ul{
	margin: 0;
	list-style:	none;
}
#icons ul li{
	float: left;
	margin-right: 5px;
}
#icons ul a{
	float: left;
	text-decoration: none;
}
#icons ul #flickr a{
	display:block;
	width: 32px;
	height: 32px;
	background:url(../_img/icon-flickr.png) top left no-repeat;
	text-indent: -99999px;
}
#icons ul #flickr a:hover{
	background-position:0 -32px;
}
#icons ul #youtube a{
	display:block;
	width: 32px;
	height: 32px;
	background:url(../_img/icon-youtube.png) top left no-repeat;
	text-indent: -99999px;
}
#icons ul #youtube a:hover{
	background-position:0 -32px;
}
#icons ul #facebook a{
	display:block;
	width: 32px;
	height: 32px;
	background:url(../_img/icon-facebook.png) top left no-repeat;
	text-indent: -99999px;
}
#icons ul #facebook a:hover{
	background-position:0 -32px;
}


#avisolegal a {
	text-decoration: none;
	color:#999;
	outline: none;
}
#avisolegal a:link, #avisolegal a:visited {
	color: #999;
}
#avisolegal a:hover {
	color: #CCC;
	text-decoration:underline;
}

/**********************************************************************/
.c005EA5{ color: #005EA5; }
.c000{ color:#000; }
.cCBD8E5{ color:#CBD8E5; }
.cCCC{ color:#CCC; }

#clist{ font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif; }
#clist ul{ margin: 0 0 15px 40px; }
#clist li{ padding-top: 15px; list-style-type:disc;}
.bolder{ font-family: 'Helvetica', 'Arial'; font-weight:bold; }
.bold{ font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif; font-weight:bold; }

/*
p a {
	text-decoration: underline;
	color:#0066CC;
}
p a:link, p a:visited {
	color: #0066CC;
}
p a:hover {
	color: #0066CC;
}

*/







