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: 860px;
	margin-left: 50px;
	margin-right: auto;

}
#col1{
	float:left;
	text-align: justify;
	background-color: #F7F7F7;
	margin-left: auto;
	width: 200px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
   	\width: 240px;
	w\idth: 200px; 
}
 
#col2{
	float: right;
	text-align: justify;
	margin-right: auto;
	width: 600px;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	\width: 640px;
	w\idth: 600px; 

}
 
#footer{
	height:80px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #006faf;
	padding: 10px;
} 
