/* - - - - - - - - - - - - - - - - - - - - -

Título :  MANUELODESIGNS.COM - STYLES.CSS
Autor : Manuel Acuna

Descripción :  styles.css

Creado :  1 de febrero de 2010 

- - - - - - - - - - - - - - - - - - - - - */
@import url('../css/reset.css');
@import url('../css/layout.css');
 

/***********************/
/* ATRIBUTOS DE PAGINA */
/***********************/
body,th {
 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
    line-height: 18px;
	color: #fff;
	background-color: #96def4;
	background-image:url(../media/backgrounds/bg.gif);
	background-repeat: repeat-x;
	background-position:top;

}
body {
	margin:0px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

h1 {
	font-size: 18px;
	color: #fff;
}

p {
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	font-weight:lighter;
	padding-bottom: 15px;
}

 	
.clear{
	clear:both;
	}
