/* 
    Document   : style.css
    Created on : 27-ago-2011, 11:01:33
    Author     : oriol
    Description:
        Purpose of the stylesheet follows.
*/
body {
    text-align: center;
    margin:0px;
    font-family: Arial;
}


div#main {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  
}

.languages {
    float:right;
    margin: 20px 40px;
    color: white;
}

.selected {
    color: orange;
    font-weight: bold;
}

.languages a, .languages a:visited{
    color: white;
}

.alogo {
	text-decoration: none;
}

.logo {
    float: left;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-position: top right;
    width: 140px;
    height: 48px;
    margin-left: 40px;
    padding-top: 10px;
    
}

.logo span {
    color: black;
    font-size: 12px;
    vertical-align: bottom;
    font-weight: bold;
}

.bg-ca {
    background-image: url('../img/bg-cat.png');
    background-repeat: no-repeat;
}

.bg-es {
    background-image: url('../img/bg-es.png');
    background-repeat: no-repeat;
}

.bg-en {
    background-image: url('../img/bg-en.png');
    background-repeat: no-repeat;
}

.bg-fr {
    background-image: url('../img/bg-fr.png');
    background-repeat: no-repeat;
}

.bg-pt {
    background-image: url('../img/bg-pt.png');
    background-repeat: no-repeat;
}

.no-content {
    clear: both;
    height:175px;
}

.titles {
    float: left;
    font-size: 26px;
    color: white;
    margin-left: 20px;
    line-height: 40px;
    padding-top: 20px;
    text-shadow:0 5px 5px rgba(0,0,0,.4);
    width: 430px;
}

.titles a, .titles a:visited {
    color: #606060;
    font-size: 26px;
    text-decoration: none;
}

.hand {
    background:url('../img/hand.png') center right no-repeat; 
    padding:0 0px 0 34px; 
    white-space:nowrap; 
    height: 32px;
    margin-right: 5px;
}

.hand-button {
    background:url('../img/hand.png') center right no-repeat; 
    padding:0px 0px 0 34px; 
    white-space:nowrap; 
    height: 40px;
    margin-right: 5px;
}


.video {
    float:right;
    padding: 5px;
    border: 1px solid #8FAFAF;
    background-color: white;
    margin-right: 30px;
     -moz-box-shadow: 5px 5px 5px #ccc;
      -webkit-box-shadow: 5px 5px 5px #ccc;
      box-shadow: 5px 5px 5px #ccc;

}
.fb-lnk {
    margin-left: 50px;
    margin-top: 20px;
}


.boton-blanco {
	text-shadow:0;
	color:#606060;
	border:solid 1px #b7b7b7;
	background:#fff;
	background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#ededed));
	background:-moz-linear-gradient(top,#fff,#ededed);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed')
}
	
.boton-blanco:hover{
	background:#ededed;
	background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#dcdcdc));
	background:-moz-linear-gradient(top,#fff,#dcdcdc);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#dcdcdc')
}

.boton-blanco:active{
	color:#999;background:-webkit-gradient(linear,left top,left bottom,from(#ededed),to(#fff));
	background:-moz-linear-gradient(top,#ededed,#fff);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff')
}

.boton-big{
	font-size:18px;
	padding:.4em 1.2em .42em
}
	
.boton-medium{
	font-size:12px;
	padding:.4em 1.2em .42em
}

.boton-small{
	font-size:11px;
	padding:.2em .9em .275em
}


.boton{
	display:inline-block;
	outline:0;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	font:14px/100% Arial,Helvetica,sans-serif;
	padding: 1em 1.45em;
	text-shadow:0 1px 1px rgba(0,0,0,.4);
	-webkit-border-radius:.35em;
	-moz-border-radius:.35em;
	border-radius:.35em;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.3);
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	*font-weight:bold;
	font-weight:bold\0/
}

.clear{
       clear: both;
}
.smedia {   
    font-size: 16px;
    color: #3F3F3F;
    width: 980px;
    margin-top: 30px;
    text-align: center;
}

.icon { 
    padding:0 0px 0 45px; 
    white-space:nowrap; 
    line-height: 45px;
    height: 45px;
    margin-right: 45px;
    float: left;
}

.icon-fb {   
    background:url('../img/fb.png') center left no-repeat;
}

.icon-yt {   
    background:url('../img/yt.png') center left no-repeat;
}

.icon-bl {   
    background:url('../img/bl.png') center left no-repeat;
}

.icon-fl {   
    background:url('../img/fl.png') center left no-repeat;
}

.icon-tr {   
    background:url('../img/tr.png') center left no-repeat;
    padding:0 0px 0 100px; 
    height: 65px;
}

.icons {
    margin: 25px 0px;
    margin-left: 270px;
}

.footer {
    background-color: #FCFCFC;
    padding: 25px;
    margin-top: 20px;
    text-align: center;
    color: #3F3F3F;
    font-size: 14px;
}

.footer h2 {
    font-size: 16px;
}