/* =================== */
/* ===== GENERAL ===== */
/* =================== */

@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);

a {
	outline: none;
}

/* div { border: dashed 1px #00FF00; } */
table img {
	display: block;
}

img {
	border: 0px none;
}

body,td,th {
	font-family: 'Ubuntu Condensed', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
	overflow: visible;
	font-weight: 400;
}
body {
	background-color: #C4DB0D;
	margin: 0;
}
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #407EFF;
}
a:hover {
	text-decoration: underline;
}
.izquierda {
	margin-right: 10px;
	float: left;
}
.derecha {
	margin-left: 10px;
	float: right;
}
.borde {
	border: 1px solid #666666;
}
.centrado {
	text-align: center;
}

