/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* Basic HTML
----------------------------------------------------------------------------------------------------*/
@font-face {
 font-family: 'DroidFamily';
 src: local('Droid Sans'), local('DroidSans'), url('DroidSans.ttf') format('truetype');
}

@font-face {
 font-family: 'DroidFamily';
 font-weight: bold;
 src: local('Droid Sans Bold'), local('DroidSans-Bold'), url('DroidSans-Bold.ttf') format('truetype');
}

@font-face {
 font-family: 'DroidFamily';
 font-weight: normal;
 font-style: italic;
 src: local('Droid Serif Italic'), local('DroidSerif-Italic'), url('DroidSerif-Italic.ttf') format('truetype');
}

body {
	font-family: 'DroidFamily', "Trebuchet MS";
	font-size:12px;
	line-height:150%;
}

body.ambBanner{
	background:#FFFFFF url(back-ground-the-moon.png) repeat-x top left;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 180%;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0 0;
	padding: 0;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	background: url(bullet.gif) no-repeat 18px 8px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 12px;
}

img {
	border: none;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

input, select, textarea, .inputbox {
	font-size: 100%;
}

.cursiva{
	font-style:italic;
}

.negreta{
	font-weight:bold;
}