/* 
	Author: colo.mateu@gmail.com
	Fecha: 08/11/2008.
	Modificado: 26/11/2008.
*/

/* Basicos */
*{
margin: 0;
padding: 0;
}
body, html{
width: 100%;
height: 100%;
cursor: default;
text-align: center;
font-family: "Arial", Verdana, Tahoma, sans-serif;
/*font-family: "Georgia", Times New Roman, Times, serif;*/
background: url('../images/bg_container.jpg') repeat-x left top #ffffcc;
}
hr{display: none;}
a{cursor: pointer;}
a:active{outline: 0;}
a img{border: none;}
label{cursor: pointer;}
abbr, acronym{cursor: help; border: none;}

#header {
    height: 20px;
}
p{
font-size: 0.75em;
padding: 5px 0 5px 0;
}
	p strong{
	color: #004791;
	}
        p.help{
            float: left;
        }
        p.actual {
            float: right;
        }
	p.actual strong{
	color: #850000;
	}
	
a, a strong{
color: #006600;
text-decoration: none;
}
	a:hover, a:hover strong,
	a:focus, a:focus strong{
	color: red;
	}


.container {
width: 999px;
margin: 0 auto;
}
iframe{
width: 995px;
height: 505px;
border: none;
margin: 0 auto 0 auto;
border: 2px solid #005c09;
}

