html, body {
	margin: 0;
	padding: 0;
	background-color: #FF7700;
	/*font-family: Verdana;
	font-size: 12px;*/
	clear: both;	
}

#logo {
	display: block; 
	margin: auto;
	text-align: center;

}

#contenido {
	margin: auto;	
	text-align: center;
}

h2 {
	width:900px;
}

#tit_catalogo h2{
	margin: auto;	
	text-align: center;
}

#texto h2{
	margin: auto;	
	text-align:justify;
}

#texto h3{
	margin: auto;	
	text-align:center;
}

#publicidad h2{
	width:800px;
}

#formulario {
	border:dotted;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	padding:5px;
}
.datos {
	font-size: 12px;
	font-style: italic;
}

