
* {
	margin:0px;
	padding:0px;
}

html { height: 100%; margin-bottom: 1px; }

body {
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
}

a {
	color:#FFF;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
	color:#FFF;
}

p {
	margin-bottom:10px;
}

img {
	border:0;
}

ul {
	list-style:none;
}

li {
	list-style:none;
}

.sep {
	margin-bottom:10px;
}

.clear {
	clear:both;
	line-height:1px;
	margin:0;
	padding:0;
	height:1px;
}
.clear-min {
	clear:both;
	height:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
}

h1 { 

}

h2 {
 font-size:14px;
 font-weight:normal;
 color:#FFFFFF;
 text-transform:uppercase;
}

h1,h2,h3,h4,h5,h5 {
	font-family:Arial, Helvetica, sans-serif;
}


#main {
	width:976px;
	padding:0px;
	margin:0 auto;
}

#header {
	position:relative;
	height:250px;
	background:url(../img/headers/home.jpg) no-repeat top left;
	margin-bottom:2px;
}

#nav-bar {
	position:absolute;
	top:150px;
	left:0px;
	width:100%;
	height:34px;
	background:#000000;
	padding-top:14px;
}

#nav-bar img.logo {
	float:right;
	display:inline;
	margin-right:10px;
}

#main-menu {
	float:left;
	margin-left:10px;
}

#main-menu li {
	float:left;
	display:inline;
	margin-right:19px;
	color:#B2B2B2;
	text-transform:uppercase;
	display:inline;
	overflow:hidden;
	padding-top:4px;
}


#main-menu li a {
	color:#B2B2B2;
	text-decoration:none;
}

#main-menu li a.selected,
#main-menu li a:hover {
	color:#ee7900;
	text-decoration:none;
}

#lang-menu {
	float:right;
	display:inline;
	overflow:hidden;
}

#lang-menu li {
	float:left;
	display:inline;
	margin-left:19px;
	color:#808080;
	display:inline;
	overflow:hidden;
	padding-top:4px;
	text-transform:uppercase;
}

#lang-menu li a {
	color:#808080;
	/*font-weight:bold;*/
	text-decoration:none;
}

#lang-menu li a:hover {
	color:#ee7900;
	text-decoration:none;
}

#lang-menu li.selected a {
	color:#FFF;
}

#logo-menu {
	float:right;
	display:inline;
}

#logo-menu img {
	margin-left:10px;
}

#flash-banner {
	height:25px;
	margin-bottom:10px;
	background:#808080;
}

#second-bar {
	height:20px;
	margin-bottom:10px;
	background:#808080;
	padding:5px 10px;
}

#attachment {
	margin-top:20px;
}

#attachment li a {
	color:#ee7900;
}

#content {
	/*margin-bottom:10px;*/
}

#content #left {
	float:left;
	width:479px;
	margin-right:10px;
}

#content #right {
	float:left;
	width:487px;
}

#footer {
	clear:both;
	height:20px;
	line-height:20px;
	background:#1A1A1A;
	border-bottom:10px solid #000;
	border-top:10px solid #000;
	font-size:10px;
	color:#808080;
	padding-left:10px;
}

#footer a {
	color:#808080;
	text-decoration:none;
}

#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}

li.clr {
   display: inline;
   margin: 0;
   padding: 0;
   width: 1px;
 }

br.clr {
   clear: both;
   width: 1px;
   font-size:1px;
   margin: 0;
   padding: 0;
   overflow:hidden;
}

.box-generic {
	padding:10px;
	min-height:400px;
	background:#AAA;
	color:#333;
}

/* Estils del FCK Editor */
.tit-1 {
	color:#404040;
}
.tit-2 {
	color:#808080;
}
.tit-3 {
	color:#00AEE8;
}
.tit-4 {
	color:#BFBFBF;
}

/* events a la home */

#top-list {
	position:relative;
	background:#EE7900;
	height:17px;
	color:#FFF;
	padding: 4px 10px 4px 10px;
}

#top-list h2 {
	float:left;
}

#top-list .subtitle {
	float:right;
}

#top-list a {
	text-decoration:none;
}

#top-list a:hover {
	text-decoration:underline;
}

#bottom-list {
	background:#EE7900;
	height:18px;
	margin-bottom:10px;
	padding-top:7px;
}

/* root element for scrollable */ 
div.scrollable {    
    /* required settings */ 
    position:relative; 
    overflow:hidden;     
    /* vertical scrollers have typically larger height than width */     
    height: 145px; 
} 
 
/* root element for scrollable items */ 
div.scrollable ul.items {     
    position:absolute;   
		width:479px;    
}

#events #list li {
	background:#B2B2B2;
	color:#FFFFFF;
	line-height:20px;
	border-bottom:#FFFFFF 1px dashed;
}

#events #list li a {
	text-decoration:none;
	display:block;
	padding:4px 10px;
}

#events #list li a:hover {
	text-decoration:none;
	background:#808080;
}

a.next {
	display: block;
	width: 13px;
	height: 12px;
	background-color: transparent;
	background-image: url(../img/fletxa_down.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	margin:0px auto;
}

a.prev {
	position:absolute;
	top:7px;
	left:233px;
	width: 13px;
	height: 12px;
	background-color: transparent;
	background-image: url(../img/fletxa_up.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	margin:0px auto;
}


a.next:hover {
	/*background-position: 0px -18px;*/
}


/* noticies */

#news .home {
	/*height:300px;*/
}

.top-list {
	background:#6D6D6D;
	height:17px;
	color:#FFF;
	padding: 4px 10px 4px 10px;
}


.top-list .subtitle {
	float:right;
}

.top-list h2 {
	float:left;
}

.top-list a {
	text-decoration:none;
}

.top-list a:hover {
	text-decoration:underline;
}

#news .items-list li {
	background:#B2B2B2;
	color:#FFFFFF;
	/*line-height:20px;*/
	border-bottom:#FFFFFF 1px dashed;
	padding: 17px 10px 17px 10px;
}

#news .items-list h3 {
	text-decoration:none;
	font-size:14px;
}

#news .items-list li a {
	text-decoration:none;
	color:#6D6D6D;
}

#news .items-list li a:hover {
	text-decoration:underline;
}

#news .items-list img {
	/*float:left;*/
	display:inline;
}

#news .items-list .text {
	/*padding-left:150px;
	margin-left:10px;*/
	color:#333;
	/*float:left;*/
	display:inline;
	width:300px;
}

#news .items-list .text a {
	padding-left:10px;
	background:url(../img/cunya.gif) no-repeat top left;
}

/* pagina de news */

#news-list li {
	min-height:55px;
	border-bottom:1px dotted #FFF;
	padding: 5px 10px;
	background:#AAA;
	color:#333;
}

#news-list li a {
	color:#333;
	padding-left:10px;
	background:url(../img/cunya.gif) no-repeat top left;
}

#news-list li h3 {
	font-size:14px;
}

#news-list li.promoted-1,
#news-list li.promoted-2  {
	float:left;
	width:467px;
	background:#CCC;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	margin-bottom:10px;
	padding-top:10px;
	height:120px;
	overflow:hidden;
}

#news-list li.promoted-2 {
	
	width:468px;
	border-right:none;
}

#news-list li img {
	float:left;
	margin-right:10px;
}

#second-bar form .input {
	display:inline;
}


#second-bar form input {
	border:1px solid #a9abac;
	background-color: #e7e8e9;
	color:#333;
}

#second-bar form .select {
	border:1px solid #a9abac;
	background-color: #e7e8e9;
	color:#333;
	display:inline;
}

#second-bar form .button {
	border:1px solid #dd873e;
	background: #f58220;
	color: #ffffff;
	display:inline;
}
#second-bar form div.submit {
	width:80px;
	display:inline;
}

#second-bar div.text {
	float:left;
	margin-right:5px;
}

#news-left {
	float:left;
	width:250px;
	background:#bcbec0;
	padding:10px;
	border-right: 1px solid #000;
	border-collapse:collapse;
}

#news-left h3 {
	font-size: 12px;
}

#news-left a {
	color:#333;
	text-decoration:none;
	font-weight:normal;
}
#news-left a:hover {
	text-decoration:underline;
}

#news-right {
	margin-left:270px;
	background:#e7e8e9;
	padding:10px;
	color:#333;
	border-left: 1px solid #000;
	border-collapse:collapse;
}
#news-right a {
	color:#333;
}
#news-right img {
	float:right;
	margin-left:10px;
}
#news-right h2 {
	color:#333;
	margin-bottom:20px;
}

#news-right ul#related {
	margin-top:20px;
}

#news-right ul#related a {
	color:#ee7900;
}

#news-left li {
	padding-bottom:10px;
}

/* videos */

#videos {
	clear:both;
	background:#999;
	color:#FFF;
	margin-bottom:10px;
	margin-top:10px;
} 

#videos .items-list {
	padding:10px;
}
#videos .home {
	/*height:300px;*/
}

#banners {
}

#banners .items-list {
	padding-top:10px;
}

#banners .items-list li {
	padding-bottom:10px;
}

#suscribe {
	background:#999;
}

#box-suscribe {
	color:#FFF;
	padding:10px;
	margin-bottom:10px;
}

#box-suscribe label	{ 
	width:60px; 
	float:left;
	display:block; 
	clear:left; 
	margin-right:5px; 
	text-align:left;  
	margin-top:5px;
	margin-bottom:3px;
	color:#FFF;
}

#box-suscribe select,
#box-suscribe input {
	width:150px;
	background-color:#CCCCCC;
	border:none;
	padding:2px;
	vertical-align:baseline;
}

#box-suscribe input.mini {
	width:50px;
	background:#ee7900;
}

#box-suscribe input.lite {
	width:10px;
}

#box-suscribe div.input {
	margin-bottom:5px;
}

#box-suscribe .submit {
	margin-top:10px;
	/*float:right;*/
}
.error {
	color:#FF0000;
	font-weight:bold;
}

#box-suscribe .column {
 float:left; 
 width:229px;
}
#box-suscribe .action {
	margin-top:5px;
	float:left;
	margin-right:10px;
}
#legal {
	clear:both;
	padding-top:15px;
	color:#333;
	font-size:10px;
}

#main-menu li.facebook-social-icon,
#main-menu li.twitter-social-icon {
	padding-top:0;
	margin-right:10px;
}
#main-menu li.facebook-social-icon a {
	background:url(../img/fb-off.png);
	display:block;
	width:21px;
	height:22px;
}
#main-menu li.facebook-social-icon a:hover {
	background:url(../img/fb-on.png);
}
#main-menu li.twitter-social-icon a {
	background:url(../img/tw-off.png);
	display:block;
	width:21px;
	height:22px;
}
#main-menu li.twitter-social-icon a:hover {
	background:url(../img/tw-on.png);
}
