* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	font-family : "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

li {
	list-style-type: none;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #000000;
}
#cabecera {
	height: 140px;
	width: 700px;
}

#subcabecera {
	background-image: url(barra.jpg);
	background-repeat: repeat-x;

	height: 20px;
	width: 700px;
}

h3 {
	border-bottom: 1px dotted;
	width: 500px;
	text-align: left;
	float: left;
	margin: 10;
	color: #009999;
}

#contenedor {
	background-color: #ffffff;
	width: 700px;
	float: center;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 10 0;
}
/*
#centro {
	overflow: hidden;
}
*/
#pie {
	color: #ffffff;
	background-color: #3f91a9;
	height: 20px;
	width: 700px;
	margin: 0 auto;
	float: center;
	text-align: center;
}

#pie a {
	color: #ffffff;
	text-decoration: none;
}

#pie a:hover {
	color: #000000;
}

#criadores {
	background-color: #6cb2ca;
	float: left;
	height: 400px;
	width: 210px;
	margin: 10 0 0 15;
	color: #ffffff;
	font-size: 11;
	border: 1px solid #3f91a9;	
}

#criadores li {
	list-style-type: none;
}

#cabcriadores {
	background-color: #0066CC; 
	font-size: 14;
	color: #ffffff;
}
#cabcriadores a {
	text-decoration: none;
	color: #ffffff;
}
#cabcriadores a:hover {
	color: #FF6600;
}


#imagen {
	float: center;
	margin: 0 auto;
}


#texto {
	clear: both;
	float: center;
	height: 150px;
	width: 500px;
	text-align: left;
	margin: 0 auto;
	color: #009999;
	font-size: 11px;
	padding: 10 0 0 0;

}

#texto h2 {
	color: #0099ff;
	text-decoration: none;
	font-size: 12;
	border-bottom: 1px dotted;
	float: center;
	margin: 0;
	width: 300px;
}

#caja_centrada {
	text-align: center;
	margin: 0 auto;
	float: center;
	padding: 0 0 20 0;
}
#gama {
	margin: 0 10 0 0;
	float: left;
}