@charset "utf-8";
/* CSS Document */
div#header{
	width:760px;
	/*arriba, derecha , abajo , izquierda*/
	margin:0 auto; /* top y bottom=0 , right y left=auto*/
}
div#contenido {
	width:760px;
	/*border:thin solid;*/
	margin:0 auto; /* top y bottom=0 , right y left=auto*/
}
#caja_izq {
	width: 760px;
	margin: 20px auto;
	color:#000;
	overflow: auto;
}
#caja_der {
	width: 510px;
	float: right;
}
.columna_izquierda {
	width: 250px; 
	float: left;
	position: relative;
	margin-left: -250px; 
	background-color: #FFFFFF;
}
.columna_derecha {
	width: 493px; /* width = caja_der ; si tiene padding restar padding x 2, si tiene border restar los anchos de borders */
	float: right;
	background-color: #99CCEE;
	height:				320px;
	overflow:			auto;
	padding:			3px;
	border-style:		solid;
	border-color:		navy;
	text-align:justify;
	font-size:13px;
}
div#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style:solid;
	border-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color:#CCCCCC;
	text-align:center;
	clear:both;
}
/*

#caja_izq {
width: 850px;
margin: 20px auto;
color:#fff;
background-color: #4c9ab1;
overflow: auto;
}
#caja_der {
width: 500px;
float: right;
background-color: #82b04d;
border-left: solid 30px #fff;
}
.columna_izquierda {
width: 280px;
float: left;
padding: 20px;
position: relative;
margin-left: -350px;
}
.columna_derecha {
width: 450px;
float: right;
padding: 20px;
}*/
