/* CSS Document */
#container{ /*contiene toda la pagina, todo esta dentro de este div*/
	background-image:url(../img/fondo_web.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin:0px auto 0px auto;
	padding:0px;
	width:950px;
	height:1350px;
}
body{
	background-color:#333366;
	background-position:top;
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333366;
	text-align:justify;}


#hoja{
background-image:url(../img/fondo_cuerpo.jpg);
background-repeat:repeat-y;
width:751px;
height:1280px;
margin-left:100px;}
#col_b {
float:left;
height:1100px;}