/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {

	/*background:#e8e0c0 url(/css/images/background.png) repeat;*/
	border-top: 6px solid rgb(140, 182, 29); margin: 0pt; padding: 0pt; 
	/*background: url(/images/bg.jpg) fixed no-repeat; width:100%; height:100%;*/

background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed;
-o-background-size: 100% 100%, auto;
-moz-background-size: 100% 100%, auto;
-webkit-background-size: 100% 100%, auto;
background-size: 100% 100%, auto;
}

a, a:visited {
	color:#2d3536;
	text-decoration:none;
}
a:hover, a:active {
	color:#9e805c;
	text-decoration:none;
}



#n1_container{
	width: 1200px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}




#intestazione{
	position:relative;
	padding-bottom: 26px;
	overflow: hidden;
}

#logo{
	padding-top: 15px;
	margin-left:0px;
	display: inline;
	float: left;
	position: relative;
}

#bannerPremio{
	float:left;
	background:url(/images/premioRADAR.png) no-repeat;
}

/*===================*/
/*===   Idioma    ===*/
/*===================*/

#idioma {
	position:absolute;
	font:normal .7em/.7em Calibri, Helvetica, Arial, sans-serif;
	top:10px;
	right:110px;
}
#idioma a { color:#999999;text-decoration:none; }
#idioma.es a.es,
#idioma.en a.en { 
	color:#333333;
	font-weight:bold; 

}


/*===================*/
/*===   Main      ===*/
/*===================*/
#aux {
	display:static;
}



#n2_main {
	font:normal .7em/.7em Calibri, Helvetica, Arial, sans-serif;
	align:center;
	width:100%;
	height:auto;
	min-height:850px;
	overflow:visible;
}

#n2_main a{
	color:#009900;
}

#n3_main_box{
	display: inline;
	float:left;
	width:250px;
	height: 200px;
	margin-left: 10px;
	padding-right: 10px;
	margin-top: 100px;

}


div#n3_main_box h1{
	height: 50px;
	padding-top: 15px;
	padding-left: 0px;
	font: 2.0em Calibri, Arial, sans-serif;
	background:url(/images/separador.png) no-repeat;
}

div#n3_main_box p{
	padding-top: 5px;
	padding-left: 0px;
	font: 1em Calibri, Arial, sans-serif;
}

div#n3_main_box a, a:visited {
	padding-top: 5px;
	/*padding-left: 10px;*/
font:normal 1em Calibri, Helvetica, Arial, sans-serif;
	color:#666666;
	text-decoration:none;
}
div#n3_main_box a:hover, a:active {
	/*padding-top: 15px;
	padding-left: 10px;
	*/
	color:#666666;;
	text-decoration:underline;
}

#n2_about {
	font:normal .7em/.7em Calibri, Helvetica, Arial, sans-serif;
	align:center;
	width:100%;
	height:1000px;
	margin-left: 300px;
}

#n2_text {
	background-color:#FF6600;
}

#n3_about_box{
	display: inline;
	float:left;
	width:400px;
	align:left;
	height: 400px;

	margin-top: 30px;

}
#n3_about_box h1{
	height: 28px;
	padding-top: 20px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-left: 10px;
	font: 1.8em Calibri, Arial, sans-serif;
	background:url(/images/separador.png) no-repeat;
}

#n3_about_box p{

	font: 1.2em Calibri, Arial, sans-serif;
	align:left;
	padding-left: 10px;
	color:#999;
}

#n3_about_box a, a:visited {
	/*padding-left: 10px;*/
	font:normal 1em Calibri, Helvetica, Arial, sans-serif;
	color:#666666;
	text-decoration:none;
}
#n3_about_box a:hover, a:active {
	/*padding-left: 10px;*/
	color:#666666;;
	text-decoration:underline;
	}

/**************/
/*   WORK     */
/**************/

/*
.work{
	width: 670px;
	overflow: hidden;
	margin: -1px auto 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 40px;
	position: relative;
}

.work h1{
	color: #cc262f;
	font-family: 'BryantBold', 'Trebuchet MS', sans-serif;
	font-size: 30px;
	letter-spacing: -1px;
	margin-top: 30px;
	line-height: 30px;
	font-smooth: always;
}

.work h2{
	color: #525252;
	font-family: 'BryantBold', 'Trebuchet MS', sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	margin-bottom: 12px;
	line-height: 18px;
	font-smooth: always;
}


.work p{
	color: #000000;
	font-family: 'BryantRegular', 'Trebuchet MS', sans-serif;
	font-size: 13px;
	float: left;
	text-align: left;
	width: 360px;
	line-height: 14px;
	margin-left: 80px;
}

.work ul{
	color: #9d9d9d;
	font-size: 13px;
	line-height: 14px;
	float: right;
	text-align: left;
	width: 140px;
	margin-right: 60px;
}

.work li{
	font-family: 'BryantRegular', 'Trebuchet MS', sans-serif;
}

.work .gallery li{
	width: 480px;
	height: 290px;
}

.work .dots{
	margin: 5px 0 20px;
	font-size: 0;
}

.work .dots a.selected{
	padding: 3px;
	cursor: default;
}

.work .dots a{
	padding: 3px;
	outline: none;
}


.work .dots img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: 0.3; 
	-khtml-opacity: 0.3;
	opacity: 0.3;
}


.work .dots a.selected img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1; 
	-khtml-opacity: 1;
	opacity: 1;
}

.work .dots img{
	border: 0;
}

.work a.prev, .work a.next{
	width: 32px;
	height: 48px;
	position: absolute;
	top: 215px;
	border: 0;
	display: block;
	outline: none;
	z-index: 300;
}

.work .shader-left, .work .shader-right{
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 100;
}
.work .shader-left{
	left: 0;
	background: transparent url('/img/html/shader-left.png');
}

.work .shader-right{
	right: 0;
	background: transparent url('/img/html/shader-right.png');
}

.work a.prev{
	left: 0;
	background: transparent url('/img/html/arrow-left.png');
}

.work a.prev:hover, .work a.next:hover{
	background-position: left bottom;
}

.work a.next{
	right: 0;
	background: transparent url('/img/html/arrow-right.png');
}


.work a.disabled, .work a.disabled{
	opacity: 0.3;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}


.work a.disabled:hover, .work a.disabled:hover{
	background-position: left top;
}


.work .gallery ul{
	margin-right: 0;
	text-align: center;
	float: none;
	width: auto;
}


*/



#tips
{
	padding-left: 10px;
	list-style:none; 
	font:normal 1.2em Calibri, Helvetica, Arial, sans-serif;
}

#tips li
{
	background:url(/images/about/tick.png) no-repeat left top;
	padding-bottom:25px;
	padding-left:25px;
	font:normal 1.0em Calibri, Helvetica, Arial, sans-serif;
	
}

#carta{
	color:#666;
}


/*===================*/
/*===   Menu      ===*/
/*===================*/

ul#menu{
	position:absolute;
	margin-left:425px;
	float: left;
	list-style: none;
	list-style-type: none;
	list-style-position: inside;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#999966;
	overflow: hidden;
	font: 1.3em Calibri, Arial, sans-serif;
	background: url(/images/barralarga.png) no-repeat right top;
	height: 110px;
}

ul#menu li{
	float: left;
}

ul#menu li a{
	display: block;
	height: 28px;
	padding-left: 20px;
	padding-right: 20px;
	color:#00CCFF;
	background-image:url(/images/barralarga.png) no-repeat left top;
	padding-top: 65px;
	text-align: center;
	outline: none;
}

ul#menu li a:link, ul#menu li a:visited{
	background:url(/images/barralarga.png) no-repeat left top;
	color:#707070;
}

ul#menu li a:hover {
	color:#333333;
	text-decoration:underline;
}

ul#menu li.active {

}

ul#menu li a.ok
{ 
	color:rgb(140,182,29);

}

/*===================*/
/*===   Formulario===*/
/*===================*/
#formulario{
	background:#fff url(/images/fondo_contact_f.png) top left no-repeat;
	-webkit-box-shadow:0 0 4px rgba(0,0,0,.3);
	-moz-box-shadow:0 0 4px rgba(0,0,0,.3);
	box-shadow:0 0 4px rgba(0,0,0,.3);
margin:0 0 30px 200px;
	font:normal 1.0em/1.0em Calibri, Helvetica, Arial, sans-serif;
	width:765px;
}
#formulario label{
	float:left;
	width:120px;
	margin:0 30px 0px 30px;
	font:normal 1.2em/1.2em Calibri, Helvetica, Arial, sans-serif;
}
#formulario input, #formulario select,  #formulario textarea{
	float:left;width:160px;
	margin:0 30px 0px 30px;
	border:none;}



#registrousuario {
color:#333333;
height:440px;
padding:20px 0 0 10px;
width:650px;
}

#registrousuario legend {
color:#333333;
font-size:14px;
letter-spacing:-1px;
padding-bottom:20px;
padding-top:8px;
text-transform:capitalize;
}

#registrousuario input.texto {
color:#360;
height:18px;
padding-bottom:0;
padding-left:5px;
padding-top:5px;
width:454px;
border-color:#999;
border-style:solid;
border-width:thin;
}

#registrousuario select {

border:medium;
height:24px;
padding-bottom:0;
padding-left:5px;
padding-top:5px;
width:460px;
border-color:#999;
border-style:solid;
border-width:thin;
}

#registrousuario textarea.areadetexto {
	font:normal 1.4em/1.2em Calibri, Helvetica, Arial, sans-serif;
width: 454px;
height: 200px;
border:thin;
padding-bottom:0;
padding-left:5px;
padding-top:5px;
color:#666666;
border-color:#999;
border-style:solid;
border-width:thin;
resize: none;

}

#registrousuario label {
display:block;
font-family:arial,sans-serif;
padding:10px 0 3px;
}

#registrousuario input.botonenviar {

margin-left:520px;
margin-top:-48px;

width:66px;
 height:49px;
}



/*===================*/
/*===   Footer    ===*/
/*===================*/

div#n1_container-footer,
.site-footer-wrap {
	position:relative;
	bottom:0;
	clear: both;
	background-color: rgb(140,182,29);
	width: 100%;
}

#footer,
div#footer{
	background-color: rgb(140,182,29);
	color: #fff;
	font: 0.8em/1.45 Calibri, Arial, sans-serif;
	height: auto;
	padding: 40px 30px 30px;
	max-width: 1200px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer a:hover,
#footer a:active {
	color: #2d3536;
	text-decoration: underline;
}

#footer .foot-logo {
	margin-bottom: 22px;
}

#footer .footer-cols {
	display: table;
	width: 100%;
	table-layout: fixed;
}

#footer .footer-col {
	display: table-cell;
	vertical-align: top;
	padding-right: 28px;
}

#footer .footer-contact { width: 28%; }
#footer .footer-social { width: 22%; }
#footer .footer-news { width: 50%; padding-right: 0; }

#footer .footer-col p {
	margin: 0 0 12px;
}

#footer .footer-news-table {
	width: 100%;
	border-collapse: collapse;
}

#footer .footer-news-table td {
	padding: 5px 10px 8px 0;
	vertical-align: top;
	color: #fff;
}

#footer .footer-news-table td:first-child {
	width: 88px;
	white-space: nowrap;
	color: #eef6d8;
}

#footer img {
	display: block;
	max-width: 100%;
	height: auto;
}

#footer .footer-sitewide {
	margin-top: 24px;
	clear: both;
	padding-top: 16px;
	border-top: 1px solid rgba(255,255,255,0.35);
}

#footer .romlifooter {
	overflow: hidden;
}

#footer .romlifooter img {
	float: left;
	margin: 0 14px 8px 0;
	max-width: 160px;
}

div#footer h1{
	height: 30px;
	font: 1.6em Calibri, Arial, sans-serif;
	border-bottom:1px solid rgb(255,255,255); margin: 0pt; padding: 0pt; 
}

div#footer h2{
	height: 30px;
	font: 1.6em Calibri, Arial, sans-serif;
		
}

div#n3_footer_box{
	display: block;
	float:left;
	width:560px;
	padding-left: 20px;
	padding-right: 30px;

}


div#n3_footer_box h1{
	height: 30px;
	font: 1.6em Calibri, Arial, sans-serif;
	border-bottom:1px solid rgb(255,255,255); margin: 0pt; padding: 0pt; 

}

div#n4_content{
	display: block;
	float:left;
	padding-right: 60px;

}

#BgImg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}




/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}