*{margin:0; padding:0;}
@import url('reset.css');
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/* General Demo Style */

*{margin:0; padding:0;}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.superior{
  background: #E1CC00;
    text-transform: uppercase;
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    text-align: right;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.superior a{
    letter-spacing: 0.1em;
    color: #000;
    display: inline-block;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    text-decoration: none;
    
}

.superior a:hover{
    background: rgba(255,255,255);
    color: #fff;
}
header {
	width: 100%;
	overflow: hidden;
	background: #252932;
	margin-bottom: 20px;
}

.wrapper {
	width: 90%;
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}
header .logo{
	color:#009933;
	font-size: 26px;
	font-family: 'Varela Round', sans-serif;
	line-height: 130px;
	float: left;
	font-weight: bold;
}

header nav{
	float: right;
	line-height: 130px;
}

header nav a {
	display: inline-block;
	color:#fff;
	text-decoration: none;
	padding:10px 15px;
	line-height: normal;
	font-size: 16px;
	font-family: 'Varela Round', sans-serif;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	border-radius: 50px;
}
header nav a:hover{
	background: #009933;
	font-weight: bold;
    font-size:18px;
    color:#E1CC00;


}
body{
    color: #333;
	font-family: 'Varela Round', sans-serif;
	font-size: 13px;
}
a{
	color: #fff;
	text-decoration: none;
}
.h1{
	font-weight: bold;
	font-size: 25px;
	font-family: 'Varela Round', sans-serif;
	text-align: left;
}

.span{
	font-size: 15px;
	font-family: 'Varela Round', sans-serif;
	font-weight: normal;
}

.main{
	margin-left:auto;
	margin-right: auto;

}
h1{
	margin:0px;
	padding:20px 20px 10px 20px;
	font-size:34px;
	color:#333;
    text-shadow:1px 1px 1px #fff;
	text-align:left;
	font-weight:400;
    text-align:center;
}
h1 span{
    display:block;
	font-size: 14px;
    font-family: 'Varela Round', sans-serif;
    font-style: italic;
	color:#b2891b;
	padding-top:10px;
}
/* Header Style */
.header{
	font-family: 'Varela Round', sans-serif;
	line-height: 24px;
	font-size: 11px;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.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: 'Varela Round', 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:#b2891b;
	color:#fff;
	text-shadow:none;
}
.more ul li a{
	color:#555;
    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:#000;
	color:#fff;
}	@media screen and (max-width: 1350px){
	header .logo,
	header nav{
		width: 100%;
		text-align: center;
		line-height: 40px;
	
}
  header object{
    visibility: hidden;
        }
	.header3{
		height: auto;
	}

	.header3 .logo,
	.header3 nav {	
		line-height: 40px;
	}
	
}



@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.otf');
    font-weight: normal;
    font-style: normal;
}

    
.ca-menu li{
    width: 200px;
    height: 300px;
    overflow: hidden;
    float: left;
    background-image:"images/transparente.png";
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menu li:last-child{
        margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}

.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 60px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}
.ca-main{
    font-size: 30px;
    font-family: 'Varela Round', sans-serif;
    opacity: 0.8;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-sub{
    text-align:center;
    font-size: 14px;
    font-family: 'Varela Round', sans-serif;
    color: #666;
    line-height: 40px;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;

}
p.ca-menu{
	margin-left: auto;
	margin-right: auto;
	width: 6em
}

.ca-menu li:hover{
    background-color: #E1CC00;
    

}


.texto{
    font-size: 14px;
    text-align: justify;
    background-image: url("imagenes/fondo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 600px;

}
.texto2{
    font-size: 14px;
    text-align: justify;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 600px;

}
---
li{
 list-style: none;
 }
  nav {
 text-align: center;
 }
  nav ul {
 display: inline-block;
 margin: 0;
 padding: 0;
 /* Para IE 7*/
 zoom:1;
 *display: inline;
 }

.ca-menu li:hover .ca-icon{
    color: #fff;
    font-size: 90px;
}
.ca-menu li:hover .ca-main{
    color: #009933;
    -webkit-animation: moveFromLeftRotate 300ms ease;
    -moz-animation: moveFromLeftRotate 300ms ease;
    -ms-animation: moveFromLeftRotate 300ms ease;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes moveFromLeftRotate{
    from {
        -webkit-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -webkit-transform: translateX(0%) rotate(0deg);
    }
}
@-moz-keyframes moveFromLeftRotate{
    from {
        -moz-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -moz-transform: translateX(0%) rotate(0deg);
    }
}
@-ms-keyframes moveFromLeftRotate{
    from {
        -ms-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -ms-transform: translateX(0%) rotate(0deg);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

.puesto{
    font-size: 20px;
    font-weight: bold;


}
.NContacto{
    font-size: 18px;
    font-weight: normal;

}
.EContacto{
    font-size: 15px;
    font-weight: normal;
    color:#333;
    text-decoration:none ;
}

#header2{
    position: absolute;
    z-index: 2000;
    width: 235px;
    height: 150px;
    top: 350px;

}
#navigation {
    font-family: 'Varela Round', sans-serif;
    margin-top: 15px;
    width: 150px;
    display:block;
    list-style:none;
    z-index:3;
    text-decoration:none ;
    margin-left: -15px;
    
}
#navigation a{
    color: #444;
    display: block;
    background: #fffffa;
    
    line-height: 50px;
    padding: 0px 20px;
  
    margin-bottom: 6px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    font-size: 14px;
    text-decoration: none;

    ----    display: inline-block;
    color:#333;
    text-decoration: none;
    padding:10px 20px;
    line-height: normal;
    font-size: 18px;
    font-family: 'Varela Round', sans-serif;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    border-radius: 50px;
}
#navigation a:hover {
    background: #ddd;
    font-weight: normal;
    font-size:19px;
}
   
#pie {background-color:#ffffff; float:center; text-align: center; font-family: 'Varela Round', sans-serif; font-size: 10px;}

.main {
    width: 90%;
    max-width: 1000px;
    margin: 20px auto;
}

.slides{
    width: 50%
}
.slides img{
    width: 50%
}

.slidesjs-pagination{
    background: #000;
    list-style: none;
    overflow: hidden;
}
.slidesjs-pagination li{
    float: left;
}
.slidesjs-pagination li a{
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}

.slidesjs-pagination li a:hover{
    background:#000;
    font-weight: normal;
}
.slides .active{
    background: #252932;
}
.slidesjs-navigation{
    background: #000;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    padding: 11.3px 20px;
    float: right;
}


.middle_acced a{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-family: 'Varela Round', sans-serif;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    border-radius: 50px;
    background: #009933;

}
.middle_acced a:hover{
  font-weight: bold;
    background: #009933;
    font-size:17px;
    color:#E1CC00;

}

@media screen and (max-width: 1000px){

  #header2{
   
    z-index: 2000;
    top:220px;
visibility: hidden;

}
#header2 li a{
  font-size: 12px;
  width:35px;
  height: 5px;
  top: 20px;
}
#header2 li a:hover{
  
  font-size: 13px;
  width:40px;
  height: 5px;
  top: 20px;
}

}
@media screen and (max-width: 500px) { 
header .logo,
header nav{
    color:#009933;
    font-size: 12px;
    font-family: 'Varela Round', sans-serif;
    line-height: 20px;
    float: left;
    font-weight: bold;
}
header {
    width: 100%;
    overflow: hidden;
    background: #252932;
    margin-bottom: 5px;
    height: auto;
}  .cb-slideshow li div h3 { font-size: 40px }
    .superior{
    width: 100%;
    font-size: 10px;
    line-height: 0.8;
    height: auto;
    text-align: right;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;

} 

header nav a {
    display: inline-block;
    color:#fff;
    text-decoration: none;
    padding:1px 2px;
    line-height: normal;
    font-size: 10px;
    font-family: 'Varela Round', sans-serif;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    border-radius: 50px;
}
header nav a:hover{
    background: #009933;
    font-weight: bold;
    font-size:11px;
    color:#E1CC00;
}
.h1{
    font-weight: bold;
    font-size: 16px;
    font-family: 'Varela Round', sans-serif;
    text-align: left;
}

.span{
    font-size: 10px;
    font-family: 'Varela Round', sans-serif;
    font-weight: normal;
}
.ca-menu li{
    width: 110px;
    height: 150px;
    overflow: hidden;
    float: left;
    background-image:"images/transparente.png";
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
    text-decoration: none;
}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 20px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    line-height: 0px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 70%;
}
.ca-main{
    font-size: 15px;
    font-family: 'Varela Round', sans-serif;
    opacity: 1;
    color: #333;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ca-sub{
    text-align:center;
    font-size: 8px;
    font-family: 'Varela Round', sans-serif;
    color: #666;
    line-height: 10px;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;

}
p.ca-menu{
    margin-left: auto;
    margin-right: auto;
    width: 3em
}

.ca-menu li:hover{
    background-color: rgb(225,204,0,0);

}

 header object{
    visibility: hidden;
        }
}

