/* CSS Document */

div#categoriesfotos {
	margin: 10px;
	width: 480px;
}
div#contenidorfotos {
	margin: 0;
	width: auto;
	/* background-color: white;	 */
}
div#categories {
	background-color: white;
}
div#categories form {
	padding: 5px;
	margin-bottom: 5px;
}
div#categories select {
	background-color: #000000;
	border: 0;
	width: 80%;
	color: #FFFFFF;
	font-weight: bold;
}
div#fotos {
	background-color: white;
}

div#fotos iframe {
	border: 0;
	background-color: white;
}



