p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}
.texto-pie {
	color: #999999;
	font-size: 10px;
}

.texto-negrita {
	font-weight: bold;
}
.texto-titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
	font-weight: bold;
}


.texto-cursiva {
	font-style: italic;

}
.texto-es {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.texto-en {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #999999;
}


h1 {
	color: #B5B5B5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 1px;

}
A:link, A:active, A:visited  {
	color: #9B8D64;
	text-decoration: none;
}
A:hover {
	color: #DBAD44;
	cursor: hand;
}
body {
	background-color: #FFFFFF;
}
.celda-pie {
	background-color: #f8f8f6;
}

.celda-imagen {
	background-image: url(layout-alba/fondo.gif);
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	width: 800px;
}
.celda-menu {
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3D1C2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(imagenes_coliseo/bg_menu.gif);
	background-repeat:  repeat-x;
	background-position: top;
}
.celda-contenido {
	background-color: #FFFFFF;
}


.linea-inferior {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
}
.linea-superior {
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
.celda-titulos {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url(layout-alba/fondo-menu.gif);
	background-repeat:  repeat-x;
	height: 27px;
	color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EAEBEB;
	border-left-color: #EAEBEB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.celda-textitulo {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCCCCC;
	letter-spacing: 1px;
}

.celda-linea-inf {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.celda-linea-sup {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.celda-linea-der {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(imagenes_coliseo/bg_izq.gif);
	background-repeat:  repeat-y;
	background-position: right;
}
.celda-linea-izq {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(imagenes_coliseo/bg_der.gif);
	background-repeat:  repeat-y;
	background-position: left;
}
.celda-linea-imagen {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #e5e4dc;
}
