div#wrapper {
   border-radius: 8px;
   width: 80%;
   margin-top: 0;
   margin-left: auto;
   margin-right: auto;
   border: 2px;
   border-style: solid;
   border-color:#FFE900;
   background-image: url('fondo 1.png');
   max-width: 1024px;
   min-width: 925px;
}

div#video {
   position: center;
   margin-left: auto;
   margin-right: auto;
}

.navbar ul {
   list-style-type: none;
   text-align: center;
}

a img { border: none; }

img.imagender{
  border-style: solid;
  width: auto;
  height: auto;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 15px;
  box-shadow: 10px 10px 5px #808080;
}
.enlaces {
	text-decoration:none;
	font-size:14px;
}
.enlaces2 {
	text-decoration:none;
	font-size:18px;
}		
.navenlace a {   
   text-decoration: none; 
   display: block; 
   width: 100%; 
} 

div#wrapper.main {
   margin-top: 0px;
}
div#googlemaps{
   margin-left: 25%;
   margin-right: auto;
   margin-top:20px;
   text-decoration: none;
} 

div#amazingslider-1 {
   margin-left: auto;
   margin-right: auto;
   margin: 196px;
   margin-top:0px;
}

body {
   background-image:url("fondo.bco.jpg");
   background-size: cover;
   background-position: center;
   background-attachment: fixed;
   margin: 0;
   padding: 0;
   color: #000;
}

di#widget-content{
   margin-left: 15px;
   float: right;
}
.fb-like-box{
   margin-left: 15px;
   float: right;
}
.fb-share-button{
   margin-right: 115px;
   float: right;
}
#footer {
   clear: both;
   height: 20px;
   width: 100%;
   background-image:url("footer.png");
   margin-bottom: 0px;
}

#enlaces_footer ul {
   list-style-type: none;
   margin: 10px 0 10px 0px;
   width: 10px;
}

.enlaces_footer li {

   list-style-type: none;
   float: left;
   margin-left: 40px;
}

.enlaces_footer li a {
   text-decoration: none;
   color: #0F0F0F;
   font-size: 12px;
   margin-left: 10px;
}

.enlaces_footer li a:hover {
   color: #FFE900;
}

div#validaciones {
   width: 80%;
   max-width: 1260px;
   min-width: 780px;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}

#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:40px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}
 
.inner a.ok {
    padding:4px;
    color:#00ff2e;
    text-decoration:none;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#faff00;
}