html, body{
	margin:0;
	padding:0;
	text-align:center;

} 
#cabecera{
	height: 100px;
	background-image: url(../images/propias/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
} 
	
#page{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	background-image: url(../images/propias/fondosombra.jpg);
	background-repeat:  repeat;
	background-position: center top;
 
} 
 
#contcolumnas{
	width: 870px;
	margin-left: 50px;
	margin-right: auto;
	margin-top: 10px;


}
#col1{
	float:left;
	text-align: left;
	background-color: #F7F7F7;
	margin-left: auto;
	width: 220px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	
}
 
#col2{
	float: right;
	text-align: justify;
	margin-right: auto;
	width: 600px;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	

}
 
#footer{
	height:60px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #006faf;
	padding: 10px;
} 
