/* CSS Document */

/* FONDO DE LA PANTALLA */
.bg {
	background-image: url(imgs/bg.gif);
	background-repeat: repeat;
	padding-left: 60px;
	
}
.logo{
position:absolute;
top: 30px;height: 
80px; left: 50%;margin-left: -580px; z-index: 5; width: 313px;
}
/* ESPACIADO */
	
.space {
	margin: 10px 10px 10px 60px;
	background-color: #FFFFFF;
}
div {
	margin: 10px 10px 10px 10px
}
/* TIPOGRAFIA */
	
.cover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #DDDDDD;
	text-indent: 5px;
	white-space: normal;
	display: inline-table;
}
.coverTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	background-color: #FFCC00;
	text-indent: 5px;
	white-space: normal;
	display: inline-table;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-indent: 5px;
	white-space: normal;
	width:600px;

}

/*LINKS */
a {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight: bold;
	background-color: 54a9c9;
}
a:hover{
	text-decoration:underline;
	color:#000000;
	font-weight: bold;
	background-color: #ff025b;
}
