@charset "UTF-8";

  @font-face {
      font-family: 'Quicksand';
      src: url('../fuentes/Quicksand-Regular.ttf') format('ttf'),
          url('../fuentes/Quicksand-Regular.ttf') format('ttf');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'Quicksand';
      src: url('../fuentes/Quicksand-Italic.ttf') format('ttf'),
          url('../fuentes/Quicksand-Italic.ttf') format('ttf');
      font-weight: bold;
      font-style: normal;
  }

  @font-face {
      font-family: 'Quicksand';
      src: url('../fuentes/Quicksand Bold.ttf') format('ttf'),
          url('../fuentes/Quicksand Bold.ttf') format('ttf');
      font-weight: bold;
      font-style: normal;
  }


.clr{
	clear: both;
}
.main{
	position:relative;
    width:680px;
    margin: 0 auto;
}

h1 span{
    display:block;
	font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    font-style: italic;
	color:#fff;
	padding-top:10px;
}
/* Header Style */
.header{
font-family: 'Quicksand', sans-serif;
	line-height: 24px;
	font-size: 11px;
	background: #010101;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #010101;
	-webkit-box-shadow: 1px 0px 2px #010101;
	box-shadow: 1px 0px 2px #010101;
}
.header a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.header a:hover{
	color: #fff;
}
.header span.right{
	float: right;
}
.header span.right a{
	float: none;
	display: inline;
}

.more{
	position:relative;
	clear:both;
font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 0px 10px;
    width: 540px;
    margin: 0 auto;
}
.more ul{
	display:block;
	text-align:center;
    height: 30px;
}
.more ul li{
	display: block;
    padding: 4px 2px;
    float:left;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#fff;
	color:#fff;
	text-shadow:none;
}
.more ul li a{
	color:#fff;
    float:left;
	background:#fff;
    width:40px;
	padding: 2px 5px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}
.more ul li a:hover{
	background:#010101;
	color:#fff;
}


.view {
   width: 100%;

   float: center;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #ffffff;
   -moz-box-shadow: 1px 1px 2px #ffffff;
   box-shadow: 1px 1px 2px #ffffff;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
    width: 100%;
    height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
   font-family: 'Quicksand', sans-serif;
   font-weight: bold;
}
.view p {
   font-family: 'Quicksand', sans-serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #010101;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #010101;
   -moz-box-shadow: 0 0 1px #010101;
   box-shadow: 0 0 1px #010101;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #010101;
   -moz-box-shadow: 0 0 5px #010101;
   box-shadow: 0 0 5px #010101;
}