/* 
	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;}

p{
font-size: 1.5em;
padding: 10px 20px 10px 20px;
}
	p strong{
	color: #004791;
	}

	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;
	}

iframe{
width: 90%;
height: 300px;
border: none;
margin: 0 auto 0 auto;
border: 5px solid #005c09;
}
