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

Empresa		:	Puntopy.com
Autores		: 	Javier Lobos | Manuel Acuna
URL 		: 	www.puntopy.com

Descripcion :  	puntopy.css

Creado 		:	1 de noviembre, 2009
 
- - - - - - - - - - - - - - - - - - - - - */

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

/***********************/
/* ATRIBUTOS DE PAGINA */
/***********************/
body,th {
	font-family: Verdana;
	font-size: 14px;
    line-height: 25px;
	color: #999;
	background-color: #fff;
}

body {
	margin:0px;
}

a{
	font-family:Verdana;
	font-weight:lighter;
	line-height:20px;
	font-size:16px;
	color: #f46d02;
	text-decoration:none;
	}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #999;
	border:none;
}

p{
	font-family:Verdana;
	font-weight:lighter;
	line-height:24px;
	font-size:16px;
	color:#8f8e8e;
	padding-bottom: 20px;
	border:none;
	}

h1 {
	font-family:Verdana;
	font-size: 28px;
	color: #f4911e;
	font-weight:lighter;
}


h2 {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	float:none;
}

h3 {
	font-family:Verdana;
	font-size: 28px;
	color: #fff;
	font-weight:lighter;
}

h4 {
	font-family:Verdana;
	font-weight:normal;
	font-size: 18px;
	color: #f4911e;
	padding-bottom:5px;
}

h5 {
	font-size: 14px;
	color: #999;
	font-weight: bold;
	margin: 0px;
}

h6 {
	font-size: 18px;
	color: #f4911e;
	font-weight: bold;
	margin: 0px;
}


.clear{
	clear:both;
	}
