/*======== estilos ========*/
@import url(button.css);
@import url(calendars.css);
@import url(container.css);
@import url(fonts.css);
@import url(footer.css);
@import url(header.css);
@import url(main.css);
@import url(simulators.css);
@import url(social-networks.css);
/*======== cuerpo ========*/
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #f2f2f2;
}
/*======== margen y relleno ========*/
* { 
	margin: 0px;
	padding: 0px;
}
/*======== enlace ========*/
a { text-decoration: none; color: #00f }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }