@charset "utf-8";
/* CSS Document */

body {
	background-color:#3463bf;
	background-image:url(../images/bck.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	height:100%;
}

#fondo {
	width:100%;
	height:100%;
	background-image:url(../images/pattern.png);
	background-repeat:repeat;
}

#head {
	width:830px;
	height:160px;
	margin:12px auto 0px auto;
}

#botonera {
	width:830px;
	height:49px;
	margin:10px auto 10px auto;
}

#cuerpo {
	width:830px;
	margin:0px auto;
}

#col_1 {
	width:595px;
	float:left;
}

#nota_01 {
	width:595px;
	margin-bottom:10px;
}

#nota_02 {
	width:595px;
	margin-bottom:10px;
}

#col_2 {
	width:187px;
	float:left;
	margin-left:8px;
}

#login {
	width:187px;
	height:206px;
	margin-bottom:10px;
}

#vent_01 {
	width:187px;
	margin-bottom:10px;
}

#vent_02 {
	width:187px;
	margin-bottom:10px;
}

#vent_03 {
	width:187px;
	margin-bottom:10px;;
}

#firma {
	width:80px;
	height:15px;
	margin:30px auto 5px auto;
	clear:both;
}

