.container{
	width:1000px;
	margin:10px auto 50px auto;
	box-shadow: 10px 10px 5px #888888;
	border:1px #999 solid;
	padding:5px 15px 5px 15px 
}
.col1{
	width:100%;
	margin-top:30px	
}
.col2{
	width:50%
}
.col3{
	width:30%
}

.col4{
	width:40%;
	float:right
}
.col4r{
	width:25%;
	float:right
}
.col4l{
	width:25%;
	float:left
}
.col5{
	width:60%;
	float:left
}
.col5c{
	width:50%;
	float:left
}

.clear{
	clear: both;
}
a{
	text-decoration:none
}
.tabla{
	alignment-adjust:central;
	background:#e6eef5;
	border:1px solid #aac7e5;
	width:100%
}
.tabla th{
	background:#507090;
	text-align:left;
	color:#FFF
}