/* CSS Document */

body{
	margin:10px 55px;
}

#page{
	heigth:700px;
	width:99%;
	margin:0;
	border:1px solid #9D0000;
}

#header{
	height:150px;
	background:#FFFFFF url("../images/banner_encabezado_2.gif") top right no-repeat;
	margin-top:0px;
}

#contenido{
	background-color:#ffffff;
	margin-top:10px;
	/*border:1px solid #9D0000;*/
}


#columna1{
	width:20%;
	float:left;	
	margin-bottom:5px;
	display:inline;
}
#columna2{
	width:59%;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	display:inline;
}

#columna3{
	width:20%;
	float:right;
	margin-bottom:5px;
	margin-left:5px;
	display:inline;
}

#footer{
	height:60px;
	clear:both;
	margin-top:5px;
	text-align:center;
	color:#999999;
}

.caja{
	border:1px solid #9D0000;
	border-left:0;
	border-right:0;
	border-bottom:0;
	background:#EDD7D6;
	margin-bottom:0px;
	margin-top:54px;
	height:15px;
}

.inbox{
	margin:50px 5px 50px 5px;
}

.inbox1{
  margin:60px 5px 5px 5px;
}
