@import url("default.css");
@import url("horitzontal.css");
@import url("carrusel.css");
@import url("thickbox.css");


.container{
	background:url(img/bg_container.gif) top right repeat-y;
	background-color:#ffffff;
	padding-bottom:0px;
	}
.menuNav{
	width:712px;
	}
.content{
	background:url(img/bg_content.gif) top right repeat-y;
	overflow:hidden;
	padding:0px 17px 0px 12px;
	display:block;
	height:1%;
	}

/***************
	IMG
****************/
.img{
	clear:both;
	margin:55px 0px 0px 12px;
	height:138px;
	overflow:hidden;
	}
* html .img{
	margin-top:12px;
	}
*+html .img{
	margin-top:15px;
	}
.img .text{
	float:left;
	position:relative;
	top:-35px;
	width:270px;
	text-align:left;
	margin-left:2px;
	}
.img .text h2{
  display: block;
  }

/******************
	LEFT
*******************/
.left{
	background:url(img/bg_mapaweb.gif) 0 0 repeat-y;
  color: #fff;
	width:506px !important;
  margin: 15px 0;
  padding: 20px 30px 40px 30px;
	}
.left .mapaweb{
  line-height: 1.40;
}
.left .mapaweb a{
  color: #fff;
	font-size:1.1em;
	margin:0px 0px 7px 0px;
	}
.left .mapaweb .services {
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
  text-align: right;
}
.left .mapaweb .services li {
  display: inline;
  padding-left: 15px;
}
.left .mapaweb .main {
  padding-top: 1.6em;
}
.left .mapaweb .main li {
  font-weight: bold;
}
.left .mapaweb .main .home {
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}
.left .mapaweb .main ul {
  padding-left: 25px;
}
.left .mapaweb .main ul li {
  font-weight: normal;
}
.left .mapaweb .others {
  border-bottom: 1px solid #fff;
  padding: 1.6em 0 2em 0;
}
.left .mapaweb .others li {
  font-weight: bold;
}


/*****************
	RIGHT
******************/
.right{
	background:url(img/bg_right.jpg) top right repeat-y;
	width:288px;
	float:right;
	padding-left:22px;
	display:block;
	color:#ffffff;
	font-size:1.2em;
	padding-bottom:30px;
	}
.right a,
.right a:hover{
	color:#ffffff;
	text-decoration:underline;
	}
.right a.out{
	background:url(img/bg_link_out.gif) top right no-repeat;
	padding-right:22px;
	}
.right h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:url(img/bg_h3.gif) 0 0 no-repeat;
	height:25px;
	margin:13px 0px 0px 0px;
	padding:2px 0px 0px 10px;
	color:#0f5f80;
	font-size:1.1em;
	}
.right h3.red{
	background:url(img/bg_h3red.gif) 0 0 no-repeat;
	color:#ffffff;
	padding:4px 0px 0px 10px;
	}
.right h4{
	text-transform:uppercase;
	margin:0px 0px 4px 10px;
	font-size:0.8em;
	}
.right p{
	margin:0px 0px 10px 10px;
	font-size:0.95em;
	line-height:1.5em;
	}
/*****************
	BUTTONS
*****************/
.buttons{
	display:block;
	clear:both;
	padding-top:20px;
	}
*+html .buttons{
	padding-top:10px;
	}
.buttons a{
	height:37px;
	display:block;
	}
.buttons a span{
	visibility:hidden;
	}
.buttons a.back{
	background: url(img/volver.jpg) 0 0 no-repeat;
	width:118px;
	float:left;
	}
.buttons a.back:hover{
	background: url(img/volverHover.jpg) 1px 1px no-repeat;
	}
.buttons a.read{
	background:url(img/read.jpg) 0 0 no-repeat;
	width:139px;
	float:right;
	}
.buttons a.read:hover{
	background:url(img/readHover.jpg) -1px 1px no-repeat;
	}
.buttons a.opina{
	background:url(img/opinar.jpg) 0 0 no-repeat;
	width:168px;
	margin-right:20px;
	float:right;
	}
.buttons a.opina:hover{
	background:url(img/opinarHover.jpg) 0px 1px no-repeat;
	}
