/* 
-- Id: css/style_global.css 2016-04-22 
-- Copyright (c) 2016 MovimientoWeb.com
*/

/* begin global elements html css */
html, body { margin:0px; padding:0px; background-color:#ffffff; } 
BODY, TD, TH, TR, TABLE, FORM, DIV, SPAN, FIELDSET, LEGEND, INPUT, TEXTAREA, SELECT, P, A, A:hover { color:#616161; font-family:Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-weight:400; font-size:15px; } 
A { 
	color:#ed3123; font-weight:normal; text-decoration:none; 
	-webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); 
	-webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; overflow: hidden; -webkit-transition-duration: 0.4s; 
	transition-duration: 0.4s; -webkit-transition-property: color, background-color; transition-property: color, background-color;

} 
A:hover { 
	color:#0a1f3f; font-weight:normal; text-decoration:none; 
	-webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); 
	-webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; overflow: hidden; -webkit-transition-duration: 0.1s; 
	transition-duration: 0.1s; -webkit-transition-property: color, background-color; transition-property: color, background-color;
} 
@media only screen and (min-width:640px) and (max-width:799px) { 
	BODY, TD, TH, TR, TABLE, FORM, DIV, SPAN, FIELDSET, LEGEND, INPUT, TEXTAREA, SELECT, P, A, A:hover { font-size:14px; } 
} 
@media only screen and (min-width:1px) and (max-width:639px) { 
	BODY, TD, TH, TR, TABLE, FORM, DIV, SPAN, FIELDSET, LEGEND, INPUT, TEXTAREA, SELECT, P, A, A:hover { font-size:13px; } 
} 
#mw_back_to_top span { position:fixed; bottom:30px; right:30px; width:48px; height:48px; background-image:url('../img/nav_back_to_top.png'); background-repeat:no-repeat; }
/* end global */
