@charset "utf-8";
body {
	background-color: #FFF;
}
* {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
}
a {
	text-decoration: none;
	color: white;
}

.box_rounded_top {
    -khtml-border-top-left-radius:10px;
	-ms-border-top-left-radius:10px;
	-o-border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;

    -khtml-border-top-right-radius:10px;
	-ms-border-top-right-radius:10px;
	-o-border-top-right-radius:10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
    border-top-right-radius:10px;
}
.box_rounded_bottom {
    -khtml-border-bottom-left-radius:10px;
	-ms-border-bottom-left-radius:10px;
	-o-border-bottom-left-radius:10px;
	-moz-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;

    -khtml-border-bottom-right-radius:10px;
	-ms-border-bottom-right-radius:10px;
	-o-border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
    border-bottom-right-radius:10px;
}
.box_rounded {
    -khtml-border-top-left-radius:10px;
	-ms-border-top-left-radius:10px;
	-o-border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;

    -khtml-border-bottom-right-radius:10px;
	-ms-border-bottom-right-radius:10px;
	-o-border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
    border-bottom-right-radius:10px;
}
.box_shadow {
	/* sombras */
    -khtml-box-shadow:rgba(5,5,5,0.5) 1px 3px 3px;
	-ms-box-shadow:rgba(5,5,5,0.5) 1px 3px 3px;
	-o-box-shadow:rgba(5,5,5,0.5) 1px 3px 3px;
	-moz-box-shadow:rgba(5,5,5,0.5) 1px 3px 3px;
	-webkit-box-shadow:rgba(5,5,5,0.5) 1px 3px 3px;
	box-shadow:rgba(5,5,5,0.5) 1px 3px 3px;
	/*IE8*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#767676', Direction=145, Strength=3);
}
#pagina{
	float:none;width:1000px;height:auto;margin-left:auto;margin-right:auto;margin-top:0px;
}
#banner_sup{
    width:1000px;height:150px;background-image:url(bannersup.png?id=3);
	margin-top:10px
}
#banner_sup-en{
    width:1000px;height:150px;background-image:url(bannersup-en.png);
	margin-top:10px
}
ul.menu {
	float:none;
	width:750px;
	height:30px;
	background-image:url(fondo-menu.png);
	margin-top:-10px;
	margin-left:50px;
	color:#212121;
	font-size:14px;
	font-weight: 300;
}
ul.menu li {
	margin-left:1px;
	margin-top:0px;
	display:block;
	list-style: none;
	float:left;
	height: 30px;
	text-align: center;
	line-height:30px;
	font-weight: bold;
	font-size:14px;
	font-weight: 300;
    }
ul.menu li a:hover {
	color:#0069dc;
}
h1 {
    -khtml-border-top-left-radius:10px;
	-ms-border-top-left-radius:10px;
	-o-border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;

	font-size:16px;
	line-height:28px;
	height:28px;
	color:white;
	text-indent:10px;
	background-color: #015CB9;
	background-image: url(h1.png);
}
.headerimg {
    background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:550px;
	position:absolute;
	float:none;
	margin-top:20px;

}
/* CONTROLS */
.btn { height:32px; width:32px; float:left; cursor:pointer; }
#back { background-image:url("img/btn_back.png"); }
#next { background-image:url("img/btn_next.png"); }
#control { background-image:url("img/btn_pause.png"); }
