@charset "UTF-8";
/* - - - - - - - - - - - - - - - - - - - - -

Título : MAASHA 
Autor : Manuel Acuna

Descripción :  styles.css

Creado :   17 de diciembre, 2009 

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

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

/***********************/
/* ATRIBUTOS DE PAGINA */
/***********************/
body,th {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
    line-height: 19px;
	color: #626363;
	background-image:url(../gfx/backgrounds/top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color: #f5f4ef;
}

body {
	margin:0px;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #a31000;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #626363;
}

h1 {
	font-size: 14px;
	color: #4a4a4a;
	font-weight:bold;
	padding-bottom:5px;
}

h2 {
	font-size: 11px;
	color: #4a4a4a;
	font-weight:bold;
	padding-bottom:5px;
}

p {
	font-size: 14px;
	color: #626363;
	line-height: 19px;
	padding-bottom:5px;
}

p span{
	font-weight:bold;
	}


.clear{
	clear:both;
	}


