@font-face {
 font-family:"Franklin";
 src: url("../fonts/framd.eot") /* EOT file for IE */
}
@font-face {
 font-family:"Franklin";
 src: url("../fonts/framd.ttf") /* TTF file for CSS3 browsers */
}

*{
	border:0;
	padding:0;
	margin:0;
	font-family:Arial,Helvetica,sans-serif;
	color:#000000;
}

a, a:link, a:active, a:visited{
	text-decoration:none;
	color:#0073bd;
}
a:hover{
	text-decoration: underline;
	color: #70bf4c;
	font-family: Arial, Helvetica, sans-serif;
}

body{
	margin:0;
	background:url(../images/bg-body.jpg) repeat-x fixed;
}

/* CONTENEDOR PRINCIPAL */
#main{
	width:1020px;
	margin:auto;
	background:url(../images/main-shadow.png);
}
#wrapper{
	width:980px;
	margin:10px auto;
	background:url(../images/bg.png);
	border:#C8C8C8 1px solid;
}
#page{
	width:960px;
	background:#fff;
	margin:10px;
	
}

.head{
	background:url(../images/header-bg.jpg) repeat-x;
	height:113px;
	overflow:hidden;
	position:relative;
	z-index:1;
	width:100%;
	top:-275px;
}

.headIn{
	background:url(../images/header-bg.jpg) repeat-x;
	height:113px;
	overflow:hidden;
	position:relative;
	z-index:1;
	width:100%;
	top:-150px;
}

#logo{
	margin:0 15px;
	padding:5px 0;
}

.firm{
	position:relative;
	float:right;
	top:-111px;
	z-index:1;
}

#idiomas{ float:right; position:relative; z-index:1; top:-50px; left:180px;}
#idiomas li{display:inline; font-size:14px; list-style:none;}
#idiomas li a:hover{ text-decoration:none;}

#menutop{float:right; position:relative; z-index:1; top:-30px; left:495px;}
#menutop li{
	display:inline-block; 
	width:190px; 
	height:20px;
	text-align:center; 
	padding:5px 10px;
	float:left;
	list-style:none;
	background:url(../images/bg-nav.jpg) repeat-x;
}
#menutop li a:link, #menutop li a:active, #menutop li a:visited{ color:#FFF;}
#menutop li a:hover{color:#e1e1e1; text-decoration:none;}
#menutop li:first-child{ border-right:1px solid #036; margin-right:-4px;}

#bannertop{
	position:relative;
	width:980px;
	z-index:0;
	top:122px;
	background:url(../images/bg-slide.png) -20px top no-repeat;
}

#bannertopsmall{
	position:relative;
	width:980px;
	z-index:0;
	top:122px;
	background:url(../images/bluebg.jpg) center;
}

#bannertopsmall.EN{
	position:relative;
	width:980px;
	z-index:0;
	top:122px;
	background:url(../images/greenbg.jpg) center;
}

.bannerTopSWF{
	position:relative;
	float:left;
	z-index:0;
	width:540px;
}
.bannerTopSmallSWF{
	position:relative;
	float:right;
	z-index:0;
	width:900px;
	padding:10px 0;
}

.bannerTopSmallSWF img{
	display:none;
}

.imgBannerTop{
	position:relative;
	float:right;
	z-index:1;
}
.clear{clear:both;}

.content{
	z-index:1;
	position:relative;
	top:-20px;
}

#breadcrumbs{
	height:56px;
	display:block;
	width:100%;
	background:url(../images/bg-breadcrumb.png) repeat-x;
}

.contentwrap{
	padding:0 10px;
}
.center{
	text-align:center;
}

.footer{
	line-height:14px;
	font:normal 13px arial;
	background:#F5F5F5;
	padding:5px 10px;
	border-top:2px solid #EFEFEF;
}

.footer b{color:#0073bd;}

.nav{
	width:240px;
	border-top:2px solid #70bf4c;
	float:left;
}

/* .nav ul{
	background:#1F96D2;
}*/
.nav li{
	list-style:none;
	margin-top:-2px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 40px;
}

.nav li a{
	background:url(../images/menu2.png) 0 0 no-repeat;
	display:block;
	color:#FFF;
	width:230px;
	font-size:13px;
	font-weight:bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 32px;
}

.nav li a:hover{ 
	background:url(../images/menu2.png)  0 -32px no-repeat;
	text-decoration:none;
}

.nav li a.doble{
	padding:0px 5px 0px 32px;
}

#contentpage{
	float:left;
	width:500px;
	border:2px solid #70bf4c;
	border-top:none;
	border-right:none;
	padding:10px;
}

.bannerRight{
	float: right;
	width: 170px;
	margin-left: 10px;
	background-image: url(../images/logo-quantum-lateral.png);
	background-repeat: repeat-y;
	background-position: 1px 1140px;
}

.bannerRight hr{
	padding:10px 0;
	margin-bottom:10px;
	border-bottom:1px solid #666;
}

.linksFoot{
	margin:10px 0;
	width:600px;
}

.copy{
	text-align:right;
	width:100%;
}

.titulo{
	text-align:right;
	width:100%;
}

/*text*/
h1,h2,h3,h4,h5{color:#0073bd;}
h3 {
	color:#0073bd;
	font-family: "Segoe UI";
	text-align: right;
	margin-right: 5px;
	font-size: 2em;
}
p{
	margin-top: 20px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#contentpage ul{padding:10px; margin:10px;}
#contentpage ul li{
	font-weight: normal;
	font: normal 14px Arial;
}
#contentpage h1{
	color: #0073bd;
	font-family: "Segoe UI";
	text-align: right;
	margin-right: 5px;
	font-size: 1.8em;
	text-transform: uppercase;
}
#contentpage h2{
	color: #0073bd;
	font-family: "Segoe UI";
	text-align: left;
	margin-right: 5px;
	font-size: 1.5em;
	text-transform: uppercase;
}
#contentpage h3{
	color: #0073bd;
	font-family: "Segoe UI";
	text-align: left;
	margin-right: 5px;
	font-size: 1.3em;
	text-transform: uppercase;
	padding-top: 10px;
	font-weight: 300;
}

fieldset {
  font-size: 12px;
  padding: 10px;
  width: 250px;
}

.formPrompt {
  text-align: right;
}

input {
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  background-color: #f2f2f2;
}

textarea {
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  background-color: #f2f2f2;
}

.ir-arriba {
	display:none;
	padding:20px;
	background:#024959;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
}
