@charset "utf-8";
/* CSS Document */
										 /* DEFINICI�N DE ETIQUETAS HTML */
							
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../imagenes/cafe/fondo.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
}	
body {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
p {
	line-height: normal;
}
a:link{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited{
	color: #993399;
	border-bottom-width: 1px;
}
a:hover{
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	margin-top: 3px;
}
h1{
	font-size: 20px;
}
h2{
	font-size: 18px;
	color: #000000;
}

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


                            /* MAQUETACI�N */
							
#contenedor{
	width: 1000px;

}
#encabezado{
	width: 1000px;
	display: block;
}
#links{
	display: block;
	height: 50px;
	width: 900px;
	margin-bottom: 5px;
}
#iconos2{
	margin-bottom: 10px;
	width: 200px;
	display: block;
	float:left;
}
#texto{
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 30px;
	width: 550px;
	display: block;
	float:left;
}
#formulario{
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	width: 550px;
	display: block;
	float:left;
	background-color: #CC66CC;
	border: thin dashed #666666;
}
#creditos{
	display: block;
	height: 20px;
	width: 600px;
	margin-top: 16px;
}
