/*** Style Definitions ***/
html{
    background: #000 url(../images/bg_black.jpg);
	background-repeat: repeat-x;
}

 @font-face {
    font-family: 'Eurostile-Normal';
    src: url('fonts/Eurostile-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

a {
	text-decoration: none;
}

#bg-top{
	background: #aaca4a;
	height: 30px;
}

#bg-bottom{
	background: #516ea5;
	height: 100px;
	top: 770px;
	position: relative;
	width: 100%;
}

/*** Header ***/
#header {
    position:absolute;
    top:0px;
    left:0;
    right:0;
    z-index:10;
    margin:0 auto;
    width:100%;
    height:80px;
	background: #F7F7F7;
}

#content_header{
	width: 980px;
	min-height: 10px;
	margin: 0 auto;
	position: relative;
}

.logo{
    position: relative;
    z-index: 11;
    margin: 0 auto ;
	float: left;
	padding: 10px;
}

#menu{
    position: relative;
    top: 15px;
    right: 0;
    z-index: 11;
    margin: 0 auto;
    font-size: 15px;
	width: auto;
	height: auto;
	padding: 0px 0px;
	display: table;
}

#menu a{
    color: #474747;
    text-decoration:none; 
    line-height: 16px;
    font-family: calibri;
    font-size: 16px;
}
					
#menu li{
	padding: 10px 20px;
	float: left;
	border-left: 1px solid #474747;
	-webkit-transition: all .20s ease-out;
	-moz-transition: all .20s ease-out;
	-o-transition: all .20s ease-out;
	-ms-transition: all .20s ease-out;
	transition: all .20s ease-out;
}


#menu a:hover, #menu li:hover, #menu a.selected, #menu li.selected{
    background: #FF6A00;
	color: #fff;
}

#menu a:hover, #menu li.logo:hover, #menu a.selected, #menu li.selected{
    background: #FF6A00;
	color: #fff;
}


/*** Body Content ***/
#wrapper{
    width:980px;
    height:570px;
    position:relative;
    top:15px;
    overflow:hidden;
	background: url("../images/bg_black.jpg") repeat-x;
	margin: 0px auto;	
}

#mask{
    width:400%;
    height:100%;
}

.box{
    width:25%;
    height:100%;
    float:left;
}

.content{
    top:0px;
    margin: 0 auto;
    position:relative;
}
				
.inner{
    top:80px;
    position:relative;
    *width:100%;
    *height:550px;
}

#footer{
	position: relative;
	z-index: 999;
	right: 0px;
	width: auto;
	height: auto;
	margin: 0 auto 20px;
	text-align: center;
	display: table;
}

.rs {
	float: left;
	background: url(../images/bg_rs.png);
	background-repeat: no-repeat;
	padding: 20px 20px 0;
	margin: 0px 50px;
}

#galeria {
	position: relative;
	top: 80px;
}

#galeria img {
	margin: 10px;
}

#galeria img:hover {
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	-o-transform: scale(.9));
	transform: scale(.9);
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1));
	-ms-transform: scale(1.1);
	transform: scale(1.2);
}

#contenido {
    display: none;
}

#slide{
	width: 960px;
	height: 485px;
}

#formulario_contacto{
	position: relative;
	width: 500px;
	height: 130px;
	margin: 0 auto;
	float: right;
	top: -155px;
	font-size: 75px;
}

#formulario_contacto img{
	width: 100%;
	height: 100%;
}