@charset "UTF-8";
/* CSS Document */
*{margin:0; padding:0;}
a{color:#ffffff; text-decoration:none;}
a:hover{color:#007ABC; text-decoration:underline;}
a:visited{color:#007ABC; text-decoration:none;}
body {
    background: url("rapport_tools_big.jpg") repeat fixed 0 0 #fff;
    font-size: 16px;
    text-align: center;
}
h2 {
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    padding: 1em 0 0;
    text-shadow: 1px 1px #FFFFFF;
}
h3 {
    color: #861543;
}
.r {
    float: right;
    padding: 0 0 10px 20px;
}
.l {
    float: right;
    margin: 15px -10px 0 -5px;
}
p {
    line-height: 1.4em;
}
p + p {
    text-indent: 2em;
}
#main {
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 auto;
    overflow: hidden;
}
#header {
    background-repeat: no-repeat;
    border-bottom: 2px none;
    float: left;
    height: 110px;
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 1111;
}
#luz {
    box-shadow:inset 0 -50px 140px 160px #000;
	/*background-image: -webkit-gradient(radial, 50% 50%, 125, 50% 50%, 250, from(rgba(0,0,0,0)), to(rgba(0,0,0,.5)) );*/

    height: 100%;
    opacity: 0.3;
    position: fixed;
    width: 50%;
    z-index: 11;
	-webkit-transition: width 1s ease, height 1s ease;
}
#fondopuntos {
    background-image: url("fdpuntos.jpg");
    box-shadow: 20px -50px 45px 0 #000;
    height: 100%;
    left: 0;
    margin-right: 50%;
    padding-top: 20%;
    position: fixed;
    width: 50%;
	-webkit-transition: width 1s ease, height 1s ease;
}

.logocara {
	width:290px;
}

#fondotools {
    position: fixed;
}
table.flags {
    left: 54%;
    position: fixed;
	margin-top: 22%;
	-webkit-transition: margin-top 1s ease, left 1s ease;  
}
.flagscol {
    width: 100px;
}
table, td, th {
    padding: 15px;
}

#wrapper {
    -moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	
	background-image: url("fond_yinyang_black.jpg");
    bottom: 0;
    font-family: trebuchet MS;
    font-size: 14px;
    height: 7%;
    margin-bottom: 0;
    opacity: 0.8;
    padding: 5px 5px 1px 25px;
    position: fixed;
    text-align: left;
    text-decoration: none;
    width: 100%;
    z-index: 11110;
    font-weight: lighter;
}

#wrapper ul {
    color: #FFFFFF;
    list-style-type: circle;
    margin-top: 0;
    text-indent: -4px;
	width: 95%;
}