@charset "utf-8";
@import url("http://fonts.googleapis.com/css?family=Open+Sans");
@import url("normalice.css");


#header{
  position:fixed;
  top:0;
  width:100%;
  z-index: 999
}

#content{
  margin-top:200px;
  height:100%;
  overflow:auto;
  width:100%;
}

/* Menu  */
    .menu{display:block;}
     
    .menu li{display: inline-block;
    position: relative;
    z-index:100;}
     
    .menu li a {font-weight:400;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	text-decoration:none;
    padding:11px;
    display:block;
    color:#5A368D;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    }
     
    .menu li a:hover, .menu li:hover > a{color:#F5D207;
    background:#5A368D;}
	
    /* hide the second level menu */
    .menu ul {display: none;
    margin: 0;
    padding: 0;
    width: 150px;
    position: absolute;
    top: 43px;
    left: 0px;
    background: #ffffff;
    }
     
    /* display second level menu on hover */
    .menu li:hover > ul{ display: block;}
     
    .menu ul li {display:block;
    float: none;
    background:none;
    margin:0;
    padding:0;
    }
     
    .menu ul li a {font-size:12px;
    font-weight:normal;
    display:block;
    color:#F5D207;
    border-left:3px solid #F5D207;
    background:#5A368D;}
     
    .menu ul li a:hover, .menu ul li:hover > a{
    background:#66B822;
    border-left:3px solid #5A368D;
    color:#5A368D;
    }
	
    /* change level 3 menu positions */
    .menu ul ul {left: 149px;
    top: 0px;
    }
	
/* Hasta aca */ 

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.fade:hover {
      opacity: 0.5;
}

html {
    background: url(image.jpg) no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}

.fondo {
	background-image: url(bgblack.png);
}

.fondoarriba {
	background-color: #F5D207;
}

.arriba {
	background-image: url(bg.jpg);
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
	margin: 23px auto 29px;
	text-shadow: 1px 1px 3px #323232;
}

.imgage-with-frame { 
	padding: 4px; 
	border: 1px solid #a6a28d; 
}

.linkimagen {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.texto {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #FFF;
}
.titulo {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #F5D207;
	font-weight: bold;
}
.slogan {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 3px #323232
}
