/* CSS Document */
html {
overflow: hidden;
}
body {
background: #111;
width: 100%;
height: 100%;
color: #fff;
margin: 0px;
padding: 0px;
position: absolute;
font-family: Verdana, Arial, Helvetica, sans-serif
}
#clausula { 
width:200px;
font-size:0.70em;
text-decoration:none;
text-align:left;
padding-top:5px
}
#recomienda {
width:200px;
font-size:0.70em;
text-decoration:none;
text-align:left
}
#presenta {
position: absolute;
bottom: 50%;
right: 50%;
height: 386px;
width: 400px
}
#titulo {
text-align:center;
font-size:0.80em;
color: #FFFFFF;
}
#titulo h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
color: #FF9933;
text-align: center;
}
#contenido {
position: relative;
left: 50%;
top: 50%
}
.gss a img {border : none;}
.gss {
width: 400px;
height: 350px;
color: #ddd;
background:transparent;
font-family: "Courier New", Courier, monospace;
}
#pie {
position:absolute;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.8em;
text-decoration:none;
width:98%;
text-align:right;
bottom:18px
}
.rojo{color:#FF0000 }
a:link {text-decoration:none; color:#fff }
a:visited {text-decoration:none; color:#fff }
a:hover	{text-decoration:none; color:#FF9933 }
a:active {text-decoration:none }


