body {
    background:url('images/main/background.png');    
}

.contenidos a {
	text-decoration:none;
	font-weight:bold;
	color:gray;
}
.contenidos {
    position:relative;
	text-align:center;
	font-family:"arial";
	font-size:10px;	
	background-color:#fff;
	margin-top:0%;
        width:300px;
        margin-left:150px;
        padding:3px;
	color:#9f9f9f
        

}

#background2 {
	position:absolute;
	left:0px;
	top:0px;

	
}

#background {
	position:relative;
	left:-352px;
	margin-top:20px;
	margin-left:50%;
	width:703px;	
}
.header {
	text-align:center;
	width:100%;
	margin-bottom:10px;

}
#contento {
	position:relative;
	padding-top:5px;
	padding-bottom:25px;
	font-family: "sans";
	color:gray;
	font-size:10px;
	text-align:center;
	width:100%;
}

.logofooter {
	
	position:absolute;
	bottom:30%;
        
	
}


.footer {
	font-family: "sans";
	color:#fafafa;
        font-weight: bold;
	font-size:10px;
	text-align:right;
	width:98%;
	height:30px;
	position:absolute;
	bottom:0px;
	
}

a {text-decoration:none;}

a:link {
color: #333333;
}
a:visited {
color: #999;
}
a:hover {
	color: #CCCCCC;
	//background-color: #333333;
}
a:active {
color: #333333;
}

