@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #413A36;
}
.Aviso {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #8E5C2B;
	text-decoration: none;
}
.TextoDireccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #8E5C2B;
	text-decoration: none;
}
.Texto
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#BBB1A6;
	text-decoration: none;
}
.TextoResaltado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #BBB1A6;
	text-decoration: none;
	font-weight: bold;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
}
a:hover
{
	font-weight: bold;
	color:#FF0000;
}

/* Layout */
.BordeDerecha {
	background-image: url(img/layout/borde_der.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.BordeIzquierda {
	background-image: url(img/layout/borde_izq.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.BordeAbajoDerecha {
	background-image: url(img/layout/abajo_derecha.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.BordeAbajoIzquierda {
	background-image: url(img/layout/abajo_izquierda2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.BordeArribaDerecha {
	background-image: url(img/layout/arriba_derecha.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.BordeArribaIzquierda {
	background-image: url(img/layout/arriba_izquierda.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.BordeAbajo {
	background-image: url(img/layout/borde_abajo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.BordeArriba {
	background-image: url(img/layout/borde_arriba.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/* Fin Layout */

/* Home */
.Home1 {
	background-image: url(img/layout/home1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 136px;
	height: 413px;
}
.Home2 {
	background-image: url(img/layout/home2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 136px;
	height: 413px;
}
.Home3 {
	background-image: url(img/layout/home3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 136px;
	height: 413px;
}
.Home4 {
	background-image: url(img/layout/home4.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 136px;
	height: 413px;
}
div#Bio
{
	background-image: url(img/layout/bioA.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 30px;
	height:127;
	cursor:pointer;
}
div#Bio:hover
{
	background-image: url(img/layout/bioB.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 30px;
	height:127;
	cursor:pointer;
}
div#Clases
{
	background-image: url(img/layout/clasesA.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 30px;
	height:127;
	cursor:pointer;
}
div#Clases:hover
{
	background-image: url(img/layout/clasesB.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 30px;
	height:127;
	cursor:pointer;
}
div#Fotos
{
	background-image: url(img/layout/fotosA.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 30px;
	height:127;
	cursor:pointer;
}
div#Fotos:hover
{
	background-image: url(img/layout/fotosB.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 30px;
	height:127;
	cursor:pointer;
}
/* Fin Home */

