.separador {
	clear: both;
}

/* COMPOSICIÓN */

#pagina {
	background: #d4cebe;
}

#cuerpo {
	width: 699px;
	padding-bottom: 20px;
}

#TextoPortada {
	margin: 10px 13px;
	border: 1px solid #fffcf0;
	padding: 5px 10px;
}

#CuadroNovedad {
	width: 250px;
	height: 250px;
	background: #860000;	
	float: left;
}

#CuadroNoticias {
	width: 446px;
	height: 248px;
	background: #dfdcd1;
	float: right;
	padding: 1px;
}

#MedioIzquierdo {
	width: 350px;
	float: left;
	padding: 5px 3px 2px 5px;
}

#MedioIzquierdo img {
	border: 0;
}

#UltimasClases {
	width: 340px;
	height: 135px;
	background: url(../img/p/fondo_UltClases.png) no-repeat;
	float: right;
	margin-top: 5px;
	padding-bottom: 5px;
}

#CuadroTienda {
	background: #C0B9A3;
	display: block;
	padding-top: 250px;
	height: 280px;
	min-height: 280px;
}

.espaciador  {
	height: 6px;
	clear: both;
}

/* TIENDA */
.ArticuloTienda {
	width: 24%;
	text-align: center;
	font-weight: bold;
	float: left;
}

.ArticuloTienda img {
	border: 0;
}

.ArticuloTienda .Nombre {
	color: #676733;
	text-decoration: none;
}

.ArticuloTienda .Precio {
	color: #cd0104;
	text-decoration: none;
}

/* TABLA NOTICIAS */
#CuadroNoticias #tablaN {
	height: 233px;
	overflow-y: auto;
	overflow-x: hidden;
}

#Noticias {
	width: 420px;
	background-color: #dfddd1;
}

#Noticias .fechasnoticias {
	width: 80px;
	text-align: center;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #900;
}

#Noticias .titulos_noticias {
	width: 340px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	padding: 0 2px 2px 2px;
}

#Noticias .titulos_noticias a {
	color: #333;
	text-decoration: none;
}

/* CUADRO ÚLTIMAS CLASES */
#UltimasClases .titulo {
	font-weight: bold;
	font-size: 120%;
	color: #003366;
}

#UltimasClases .texto {
	color: #666;
	font-size: 70%;
	float: right;
	margin-right: 10px;
	width: 250px;
}

#UltimasClases .miniatura {
	float: left;
	padding-left: 5px;
	margin-bottom: 10px;
}

/* CUADRO TIENDA */
#CuadroTienda #TituloTienda {
	margin: 8px 0 4px 5px;
}

#CuadroTienda .MasProductos {
	margin: 8px 5px 6px 5px;
	background: #dfddd1;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;	
}

#CuadroTienda a {
	text-decoration: none;
}

#CuadroTienda .MasProductos a {
	color: #686846;
}

/* CUADRO ESCUELA */
#PisoEscuela {
	height: 150px;
	background: url(../img/p/fondo_Escuela.jpg) top no-repeat;
}

#CuadroEscuela {
	width: 348px;
	float: left;
}

#CuadroEscuela img {
	margin: 8px 4px 0 14px;
	border: 0;
}

#CuadroClases {
	width: 330px;
	margin-left: 360px;
}

#CuadroClases img {
	margin: 4px 0 0 4px;
}

#CuadroClases p {
	margin-left: 8px;
	font-size: 80%;
	color: #6a6a6a;
}

#CuadroClases a {
	font-size: 110%;
	color: #19355d;
	font-weight: bold;
	text-decoration: none;
}
