body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
    background-image: url('img/body_bg.gif');
	background-attachment: fixed;
	background-repeat:  repeat-x;
	background-position: center bottom;
}

#contenedor {
	width: 700px;
	height: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}


#flashintro {
	width: 600px;
	height: 337px;
	margin-right: auto;
	margin-left: auto;
}

.salir {
	width:600px;	
	height: 50px;
	padding-top:10px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align:right;
}
 
.salir a:link,.salir a:visited {
	color:#FF9900;
}

.salir a:hover {
	text-decoration:none;
}

#pie {
	width: 700px;
	text-align: center;
	color:#000000;
	padding-top: 30px;
	font-size:12px;
}

#pie a:link,#pie a:visited{
	color:#111111;
	text-decoration:underline;
}

.registro {
    color: #111111;
    font-size: 10px;
}

