body { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; margin:0px; font-size:14px; }
textarea { border:solid 1px; }
input[type=text], input[type=password] { border:solid 1px; text-align:center; }
select { border:solid 1px; }
h1, h2, h3 { color:#2BAFE3; }
a { color: #2bafe3;}

.head img { width:100%; min-width: 200px; max-width: 260px; }
input[type=submit], input[type=button] { margin:4px; background-color:#2BAFE3; color:#FFF; border:#2BAFE3 solid 1px; font-weight:bold; padding:6px 12px; cursor:pointer; }
input[type=submit]:hover,input[type=button]:hover { background-color:#036; border-color:#036; }

.msner { color:#900; margin:2px 0; }
.msner-r { color:#900; margin:2px 0; }
.alter { background-color:#f6f6f6 !important; }
.limpiar { clear:both; }
.oculto { display:none; }
.soy-liga { cursor:pointer; }
.otro-msn { color: #900; font-size: 13px; margin: 2px;  }

/* MEDIA RULES */
	@media only screen and (max-width:450px){
		.todo { font-size: 1.4em; } 
		input[type=submit], input[type=button] { font-size: 1em;}
	}
	@media only screen and (min-width:451px) and (max-width:768px){
		.todo { font-size: 1.2em; } 
	}