﻿/**
CSS TAMBAQUI.ES
(c) 2007 - Raúl Fernández Solana
**/

html,body{
height: 100%;
margin: 0;
padding: 0;
text-align:center;
}

body{
color:#000;
background: #fff url(/images/tesela.gif) 0 0 repeat; 
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 70%;
}

div#main{
width:500px;
height:100%;
margin:0 auto;
}
	
div#shim {
visibility: hidden;
width: 100%;
height: 50%;
margin-top: -175px;
float: left;
}

div#wrapper {
text-align:center;
width: 500px;
height: 250px;
clear: both;
position: relative;
top: -175px;
padding:0px;
/* IE4ever Hack: Hide from IE4 **/
position: static;
/** end hack */
}

div#tambaqui{
padding-top:20px;
width:500px;
height:250px;
background:#fff;
border:2px dotted #cae4d5;
}

/* Hide from IE5mac \*//*/
div#shim {
display: none;
}
html, body {
height: auto;
}
/* end hack */

h1{font-size:1.5em;color:#2d77af}
h2{font-size:1.3em;color:#666}
p{text-align:center;padding:5px;}

a {font-weight:bold; color:#f66014}
a:link {text-decoration: none; color:#f66014}
a:active {text-decoration: none; color:#f66014}
a:visited {text-decoration: none ;color:#f66014}
a:hover {text-decoration: underline; color: #fc7d0e}

