html, body{
	margin:0;
	padding:0;
	text-align:center;


	
} 
 
#contenedor{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	background: url(../images/propias/fondosombra.jpg) repeat-y center top;



} 
 
#cabecera{
	height: 134px;


} 

#menu{
	background-color: #000000;
	text-align: center;
	padding: 0px;
	height: 34px;











} 
 
#col1{
	float:left;
	padding: 10px 0px 10px 40px;
	width: 600px;
	margin: 0px;
	text-align: justify;














 }
 
#col2{
	float: right;
	position: relative;
	padding: 5px 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	margin: auto 20px auto auto;
	visibility: visible;
	width: 250px;














 }
 
#footer{
	height:60px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	background-color: #DDFFDD;















 } 

