@charset "utf-8";
/* CSS Document */

body{
	/*background:url(../images/background.jpg) repeat;*/
    color: #6A6A6A;
}
a
{
    color: #6A6A6A;
}
h3
{
    font-size: 17px;
    font-weight: bold;
    margin: 3px 0;
}
#wrapper{
	/*width:760px;
	margin:0 auto;
	position:relative;
	height:950px;*/
}

#header_banner
{
    height: 180px;
    width: 760px;
    margin: auto;
}

#main{
	width:760px;
	top:230px;
    margin: auto;
}
#slide_show{
	width:100%;
	height:100%;
	float:left;
	display:block;
	position:relative;
	overflow:hidden;
}
#slide_show img{
/*	float:left;
	display:block;*/
	
}
.aux{
	display:none;
	opacity: 0.5;
}
#aux1{
	width:700px;
	height:468px;
	position:absolute;
	top:100px;
	right:193px;
	z-index:50;
	opacity: 0.3;
}
#aux2{
	width:750px;
	height:560px;
	position:absolute;
	top:60px;
	left:143px;
	z-index:30;
}

.white{
	background:#ffffff;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity: 1;
}

#strip_aux{
	position:absolute;
	top:0;
	left:0;
	background:#ffffff;
	width:100%;
	height:100%;
	opacity: 0.6;
	z-index:45;
	display:none;
}
.strip{
	display:none;
	opacity: 1;
	position:absolute;
	z-index:50;
	width:127px;
	height:0;
	top:170px;
	background-position:0px -170px;
	background-repeat:no-repeat;
}
#strip1{
	left:0;
}
#strip2{
	left:127px;
}
#strip3{
	left:254px;
}
#strip4{
	left:381px;
}
#strip5{
	left:508px;
}
#strip6{
	left:635px;
}
#strip7{
	left:762px;
}

.strip_left{
	position:relative;
	float:left;
	width:127px;
	height:0px;
	margin-top:170px;
	background-color:#ffffff;
	overflow:hidden;
	z-index:500;
}
.strip_left img{
	opacity:1;
	position:absolute;
	top:-150px;
	height:600px;
	width:127px;
}
#strip11{
	margin-left:-80px;
}


/*#stripes_box{
	display:none;
	position:absolute;
	top:0;
	left:0;
}
#stripes_box img{
	float:left;
	display:block;
}*/

#footer{
	background:#2D2D2D;
	bottom:0;
	height:100px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:1;
    padding: 20px;
}
#footer a{
	text-decoration:none;
}
#footer p{
	color:#999999;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 10px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 11px;
}
#footer p a
{
    color: #F49500;
    text-decoration: underline;
}
#footer #policy, #footer #toogle_idioma{
	float:left;
	color:#ffffff;
	margin-top:18px;
	margin-left:10px;
}
#footer #full_screen{
	float:right;
	display:block;
	color:#ffffff;
	margin-top:18px;
	margin-right:25px;
}
#footer #sound{
	float:right;
	color:#696969;
	margin-top:18px;
	margin-right:20px;
	display:block;
}
#footer #sound span{
	color:#ff4e00;
	width:16px;
	display:block;
    display: inline-block;
    zoom: 1; /* IE7 (hasLayout)*/
    *display: inline; /* IE */
}

#main_content{
/*	width:100%;
	height:100%;*/
	overflow:hidden;
	/*background-color:#D3D3D1;*/
	color:#6a6a6a;
	line-height:14px;
    margin-bottom: 25px;
}
#main_content a
{
    /*color: #F73906;*/
}
#banner_left{
	float:left;
	display:block;
}
.read_more{
	margin-top:25px;
	margin-bottom:22px;
	display:block;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:normal;
}
h1 span{
	color:#ff4e00;
}

.hidden
{
	display: none;
}
#submenu{
	position:absolute;
	top:165px;
	left:-30px;
	background:#000000;
/*	width:255px;*/
	height:557px;
	width:0;
/*	height:0;*/
/*	padding: 5px 10px 0px 10px;*/
	z-index:500;
	overflow:hidden;
    /*text-align: center;*/
}
#submenu ul{
	position:relative;
	zoom:1;
	overflow:hidden;
	width:205px;
	margin-left:25px;
	margin-top:0;
	display:block;
}
#submenu ul li.active a
{
    color: #fff;
    text-decoration: none;
}
#submenu ul li{
	/*float:left;*/
	display:block;
	margin-top:15px;
	margin-bottom:5px;
	clear:both;
    /*height: 20px;*/
}

#submenu ul li a{
	color:#F73906;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17px;
	/*text-transform: capitalize;*/
}
#submenu ul li a:hover{
	/*color:#ffffff;*/
}

#page_content{
	display:block;
	width:760px;
/*	width:668px;*/
	/*padding:67px 64px 62px 67px;*/
    /*margin: 25px 25px 10px 25px;*/
    /*background: #eee;*/
    /*border: 1px solid #333;*/
    /*padding: 10px;*/
	/*left:225px;*/
}
#page_content h1
{
    padding-bottom: 10px !important;
}

#menu{
	width: 760px;
	height: 50px;
	margin: 0 auto;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	background: url(images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}
#menu li.active a
{
    color: #FF8032!important;
    /*text-decoration: underline;*/
}
#menu li a:hover, #menu li a.active{
	/*color:#FF5406;*/
	font-weight:bold;
}
.languaje
{
    height: 25px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-right:5px;
    position: relative;
    z-index: 99;
    top: -21px;
    margin: auto auto auto 10px;
    color: #000000;
}
.languaje a
{
    color:#000000;
}
#toogle_idioma
{
    text-decoration: none;
}
#toogle_idioma .current
{
    background: #C3D3FD;
    border: 1px solid #333 !important;
}
#toogle_idioma img
{
    margin-bottom: -2px;
    padding: 1px 3px;
    border: 1px solid #417199;
}

#galery
{
    overflow: hidden;
}
#galery li
{
    overflow: hidden;
    float: left;
    width: 100px;
    height: 100px;
    border: 3px solid #ccc;
    text-align: center;
    line-height: 100px;
}
#galery li a
{
    /*display: block;*/
}
#galery li a img
{
    /*position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;*/
}
#scroll_pane 
{
    line-height:18px;
}
#scroll_pane p
{
    /*text-align: left !important;*/
}
form
{
    width: 450px;
    margin: 0px auto;
}
form input
{
    width: 260px;
    float: left;
}
form label
{
    float: left;
    width: 120px;
    clear: both;
}
form textarea
{
    width: 260px;
    float: left;
}
form .controls
{
    clear: both;
    padding-left:60px;
}
form button
{
    clear: both;
    display: block;
    margin: 0px auto;    
    background:none repeat scroll 0 0 #999999;
    border:medium none;
    color:#FFFFFF;
    padding:0 10px;
    text-align:center;
}
form label.error
{
    font-size: 10px;
    clear: both;
    color: red;
    float: left;
    width: auto !important;
    padding-left:122px;
    line-height:10px;
    padding-bottom:4px;
}
.login_admin
{
    width: 450px; 
    margin: 40px auto 40px auto;
}
