/* HOJA DE ESTILOS  */
BODY{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	margin: 0;
	padding: 0;
	background:#2c3b42 url(images/bg.gif);
	height: 100%;
}
html{
	height:100%; 
	overflow: hidden;
}
IMG{
	border: 0;
}
*{
	padding: 0;
	margin: 0;
}
a{
	color: #fff;
	text-decoration: none;
	outline: none;
}
a:hover{
	color: #ce0303;
	text-decoration: underline;
}
/* ---------------------------------------------------------------------------------------- */
/*   DIVS GENERALES --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#flashcontent{
	height: 100%;
	width: 100%;
  text-align: center;
}
#foto{
	margin: 10px;
	border: 2px solid #56646a;
}