@charset "utf-8";

body{
	margin:0px;
	border:0px;
	
	font-family: 'Muli', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#333;
}

img{ border:0px; }
/*******************************************/
.titulo{
	font-family: 'Muli', sans-serif;
	font-weight:400;
	font-size:24px;
}
.campo{
	width:130px;
	height:28px;
	
	font-family: 'Muli', sans-serif;
	font-weight:400;
	font-size:12px;
    outline: none;

	border:0px;
	padding:0 0 0 4px;
	
	background-image:url(../IMG/bg_field.png);
	background-repeat:no-repeat;
	background-color:transparent;
}