/* ********************

   reset

**********************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {

	margin:0;

	padding:0;

}

table {

	border-collapse:collapse;

	border-spacing:0;

	width:100%;

}

fieldset,img, abbr, acronym {

	border:0;

}

address,caption,cite,code,dfn,th,var {

	font-style:normal;

	font-weight:normal;

}

ol,ul {

	list-style:none;

}

caption,th {

	text-align:left;

}

img {

	border:0;

}

h1,h2,h3,h4,h5,h6 {

	font-size:1em;

	font-size:100%;

	font-weight:normal;

}

a { outline:none;}

/*************************** Fin Reset **********************************/


/**************** Estilos por defecto *****************/

body{
	background: url("../images/fondo-body.jpg") repeat-x top;
	height: 100%;
	margin: auto;
}

h1{
	background:  url("../images/logo.jpg") no-repeat top;
	width: 284px;
	height: 72px;
	text-indent:  -9999px;
	margin:100px 0 0 0;
	float:left
}

h2{
	background: url("../images/tlf.jpg") no-repeat top;
	width:  284px;
	height:  48px;
	text-indent: -9999px;
	float:left;
	
}
p{
	color:#666666;
	text-align: justify;
	font-family: "arial narrow";
	font-size:13px;
	margin:25px 25px 0px 25px;
	float:left;
}


/****************Fin estilos por defecto***************/

/***************** Estructura ****************/

#contenedor{
	width: 1024px;
	/*height:329px;*/
	background: url("../images/fondo-contenedor.jpg") no-repeat top left;	
	margin:auto;
}

#contenido{
	width: 284px;
	min-height:600px;
	margin:auto;
	background: url("../images/fondo-contenido.jpg") repeat-x top;
}

.circulos {
	display: block;
	margin: auto;
}

/**************** Fin estructura *************/

