/* CSS Document */

body {
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../img/back1.jpg);
	background-repeat:repeat-x;
	
}
#contenedor{
	width:780px;
	height:151px;
	margin:auto;
	background-image:url(../img/back2.jpg);
	background-repeat:no-repeat;
	margin-top:34px;
}
#centrado{
	width:276px;
	height:90px;
	margin:auto;
	margin-top:20px;

}
#ingreso{
	width:301px;
	height:151px;
	margin-left:430px;
	
}
.txt_tit{
	font-family:Helvetica,  Arial, sans-serif;
	font-size:12;
	font-weight:bolder;
	color:#FFFFFF;
}
.cuadro{
	width:173px;
	height:20px;
	font-family:Helvetica,  Arial, sans-serif;
	font-size:12px;
	color:#4C6E0B;
	text-decoration:none;
	border:1px #4C6E0B solid;
	background-color:#E1EFC6;
	padding:4px;
			

}