/* tripr css */

* {
margin: 0;
padding: 0;
outline: none;
}

body {
background-color: #333;
}

#map {
position: absolute;
top: 0;
left: 0;
z-index: 1;
}

#text {
position: absolute;
top: 25%;
background: url(../img/fons_tripr.png);
padding: 25px 0;
width: 100%;
text-align: center;
z-index: 2;
}

#text a, #text a:visited {
background-color: #ff0084;
padding: 2px 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
text-decoration: none;
}

#text img {
margin-bottom: 15px;
}

#text a:hover {
background-color: #0063dc;
}

/* bombolla */

#ysaeid a, #ysaeid a:visited {
color: #ff0084;
padding: 20px;
font-size: 13px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}


#start_button{
margin-right: 27px;
}

