#contenedor {
	margin: auto;
	width: 850px;
	height: 700px;
}
#cabecera {
	height: 150px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}
#botonera {
	float: left;
	width: 150px;
	height: 450px;
	background-image: url(../images/botonera.gif);
	background-repeat:  repeat-y;
	background-position: center;
}
iframe {
	height: 427px;
	width: 520px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: right;
	text-align: center;
}

#derecha {
	background-color: #CCCCCC;
	float: right;
	width: 666px;
	padding: 10px;
	height: 430px;
}
#derecha a:link{color:#333333;}
#derecha a:visited{color:#3366CC;}
#derecha a:hover{color:#FF9933;}

#casillas {
	float: left;
	height: 426px;
	width: 130px;
}
#casillas  img {
	margin-right: 10px;
	border: 0px;
	margin-bottom: 10px;
}


#limpiar {
	clear: both;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
}
li {
	list-style-type: none;
	color: #FFFFFF;
}
.contacto {
	font-weight: bold;
	color: #333333;
	float: right;
}

a:link{
	color:#FFFFFF;
	text-decoration: none;
}
a:visited{
	color:#CCCCCC;
	text-decoration: none;
}
a:hover{
	color:#FF6633;
	text-decoration: none;
}

.contacto a:link{
	color:#666666;
	text-decoration: none;
}
.contacto a:hover{
	color:#999999;
	text-decoration: none;
}


