@charset "utf-8";
/* CSS Document */
<!--
#slideshow {	
	padding-top:40px;
	padding-left:80px;	
	margin:0 auto;
	width:790px;
	height:363px;
	background:transparent url(../img/bg_slidehow.jpg) no-repeat 0 0;
	position:relative;
}

* {
  margin:0;
  padding:0;
  font:normal 11px Verdana, Geneva, sans-serif;  
}
a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
body {
  background:#39b54a url(../img/fondo.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#pageContainer {
  margin:0 auto;
  width:100%;
}

#cabecera {
  display:block;
  width:100%;
  height:114px;
  background: rgba(11,32,66,0.8);
  color:#fff; 
  padding-left:50px;
  padding-top: 10px;
  border-bottom: 2px solid #39b54a;
}

#cabecera img{
  height:120px;
  position: absolute;
  top:  5px; 
  right: 50px;
}


#cabecera h1 { 
  font-size: 24px;
  font-style: italic;   
  padding: 10px;
  text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;	
  color:#fff;
  text-shadow: 0px 0px 15px #fff; 
}

#footer {
  height:120px;
  background: #072e58;
  border-top: 1px solid #ED1C24;
  color:#fff; 
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
#footer p {
  margin-left:50px;
  margin-top:10px;
  align-content:center;
  text-align:center; 
  width:90%;
  height:60px;
  font-weight:bold;
}
-->

