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: 900px;
	margin-left: 50px;
	margin-right: auto;

}
#col1{
	float:left;
	text-align: justify;
	margin-left: 5px;
	width: 250px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;

}
 
#col2{
	float: right;
	text-align: justify;
	margin-right: 10px;
	width: 580px;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	padding-left: 10px;
	padding-top: 10px;



	

}
 
#footer{
	height:60px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #006faf;
	padding: 10px;
} 
