/* CSS Document */
/* Manual de CSS de AthenaShipSupplies.com */
/* Definición de estilos en un archivo aparte */
/* Añadir a la página la línea: <LINK REL="stylesheet" TYPE="text/css" HREF="estilos_danzadelvientre.css"> */


/****************************** Estilos para las etiquetas de las tablas*********************************/
body {
	font: 10px "Lucida Sans Unicode", Verdana, Arial;
	margin-top: 0px;
	margin-left:0px;
	color: #000000;
	background-color:#F9E1B7;
	margin: 0px;
	padding: 0px;
    }
	
TABLE.logo_danzadelvientre {
	font: bold 12px Arial;
	color: #FFFFFF;
	text-align:center;
	background-image: url(images/images_arabic/d1.jpg);
	background-color: #FDC346;
	}

TD.cell_lateral_danzadelvientre{
	width: 76px;
	height:539px;
	text-align:center;
	background-image: url(images/images_arabic/d5.jpg);
	background-color: #F1B728;
	}
	
TD.cell_tribal_danzadelvientre{
	width: 79px;
	height:539px;
	text-align:center;
	background-image: url(images/images_arabic/d8.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #F5DC9A;
	}		

TD.cell_tribal2_danzadelvientre{
	background-image: url(images/images_arabic/d2.jpg);
	background-color: #F2B829;
	}	
	
TD.cell_body_danzadelvientre {
	background-image: url(images/images_arabic/d6.jpg);
	background-color: #F6DFB6;
    }


/****************************** Estilos para los contenedores BOX *********************************/

TD.cell_header {
	width:390px;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFCC;
	text-align: left;
	background-color:#FBB732;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	}
	
TD.cellimage {
	font: 13px "Lucida Sans Unicode", Verdana, Arial;
	width: 480px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width:1px;
	border-left-width:  1px;
	border-top-style:   solid;
	border-right-style: none;
	border-bottom-style:dotted;
	border-left-style:  solid;
	border-top-color: #FBB732;
	border-right-color: #FBB732;
	border-bottom-color: #FBB732;
	border-left-color: #FBB732;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}	

