body {

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;

}
.texto-pie {
	color: #FFFFFF;
	font-size: 10px;
}

.texto-menu {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.texto-negrita {
	font-weight: bold;
}
.texto-titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CCCCCC;
}
.texto-mini-menu {
	font-size: 12px;
	font-weight: bold;
}


.texto-cursiva {
	font-style: italic;

}
h1 {
	color: #a48c4b;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;

}
A:link, A:active, A:visited  {
	color: #806723;
	text-decoration: none;
}
A:hover {
	color: #c9a236;
	cursor: hand;
	text-decoration: underline;
}
.link-menu:link {
	color: #e8dcb2;
	text-decoration: none;
}
.link-menu:active {
	color: #FFFFFF;
	text-decoration: none;
}
.link-menu:visited {
	color: #e8dcb2;
	text-decoration: none;
}
.link-menu:hover{
	color: #FFFFFF;
	text-decoration: none;

}
.link-menu-pie:link {
	color: #dfd1aa;
	text-decoration: none;
}
.link-menu-pie:active {
	color: #dfd1aa;
	text-decoration: none;
}
.link-menu-pie:visited {
	color: #dfd1aa;
	text-decoration: none;
}
.link-menu-pie:hover{
	color: #FFFFFF;
	text-decoration: none;

}
.celda-logo {
	width: 800px;
	background-image: url(layout-miramon/logo_fondo.jpg);
	background-repeat: no-repeat;
	height: 103px;
}

.celda-menu-pie {
	background-color: #000000;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D5CAB3;
	border-bottom-color: #D5CAB3;
	padding-right: 10px;
	padding-left: 10px;
	height: 40px;
}

.celda-pie {
	background-color: #df0f1a;
	padding: 10px;
}
.celda-pie-fondo {
	background-color: #df0f1a;
	background-image: url(layout-miramon/bg.gif);
	height: 100px;
}
.celda-pie-i {
	height: 100px;
	background-image: url(layout-miramon/bg-i.gif);
	background-repeat:  repeat-y;
	background-position: right;
}
.celda-pie-d {
	height: 100px;
	background-image: url(layout-miramon/bg-d.gif);
	background-repeat:  repeat-y;
	background-position: left;
}



.celda-derecha {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f1eace;
	padding-left: 10px;
}

.celda-imagen {
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D5CAB3;
	border-bottom-color: #D5CAB3;
	height: 170px;
	background-image: url(layout-miramon/bg.gif);
}
.celda-imagen-i {
	height: 170px;
	background-image: url(layout-miramon/bg-i2.gif);
	background-repeat:  no-repeat;
	background-position: right;
}
.celda-imagen-d {
	height: 170px;
	background-image: url(layout-miramon/bg-d2.gif);
	background-repeat:  no-repeat;
	background-position: left;
}


.celda-fondo-i {
	background-image: url(layout-miramon/bg-i.gif);
	background-repeat:  repeat-y;
	background-position: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990000;
}
.celda-fondo-d {
	background-image: url(layout-miramon/bg-d.gif);
	background-repeat:  repeat-y;
	background-position: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #990000;
}
.celda-menu {
	height: 30px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.celda-menu-fondo {
	background-color: #000000;
}

.celda-contenido {
	background-color: #FFFFFF;
}
.celda-text-titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #999999;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	font-style: italic;
	font-weight: bold;
}
.celda-text-titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.celda-titulos {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-weight: bold;
	background-image: url(layout-miramon/bg-celda-titulos.gif);
	background-repeat:  repeat-x;
	background-position: top;
}
.celda-gris {
	background-color: #EEEEEE;
}


.linea-inferior {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
