
p {
		background:			black; /*#17a;*/
		color:					white;
}

p:left { text-align: left; }
p.right { text-align: right; }
p.center { text-align: center; }
p.full { text-align: justify; }


h1 {
		font-family:	sans-serif;
		color:			gray;
		border-bottom:	1px solid black;
		text-align:		center;
}


body {
		background:			black; /*#17a;*/
		color:					white;
		background-repeat: repeat;
		/*#5bd #035 #068 #f30;*/
		/*#069 #6cf #5bd #fc0;*/
}

frameset {
		background:			black; /*#17a;*/
		color:					white;
		/*#5bd #035 #068 #f30;*/
		/*#069 #6cf #5bd #fc0;*/
}

h1 {
    font: bold 330%/100% "sans-serif";
		/*font:				 		bold 330%/100% verdana,sans-serif;*/
		position: 	 		relative;
   color: 			 		#fff;
		background:			#464646;
		text-align:			center;
}

h1 span {
    background: 		url("images/gradient-full.png") repeat-x;
    position: 			absolute;
    display: 				block;
    width: 					100%;
    height: 				100%;	/* 31px;*/
}

h2 {
		font:				 		bold 140%/100% verdana,sans-serif;
    position: 	 		relative;
    color: 			 		white;
		background:			#464646;
		text-align:			center;
}
h2 span {
    background: 		url("images/gradient-full.png") repeat-x;
    position: 			absolute;
    display: 				block;
    width: 					100%;
    height: 				100%;	/* 31px;*/
}


table {
		width:					100%;
		border-top:			1px solid red;
		border-bottom:	1px solid red;
		border-color:   1px solid red;
		background-color: black	;
		font:  					normal 0.8em Verdana, sans-serif;
		text-align:			justify;
}
td {
		border-top:		  1px solid red;
		padding: 				1em;
		padding-left: 	1em;
		padding-right: 	1em;
		background-color: black	;
}
/*-----------------------------------------------------------------------*/
/*                PARA LAS CAJAS DE LAS IMAGENES										 		 */
/*-----------------------------------------------------------------------*/
.dropshadow {
		float:	 				left;
		clear:					left;
		/*background: 		url(..images/shadowalpha.png) no-repeat bottom right !important;*/
		/*background:			url(..images/shadow.gif) no-repeat bottom right;*/
		background: 		url(..images/gradient4-bg.png.png) no-repeat bottom right !important;
		background:			url(..images/gradient4-bg.png.gif) no-repeat bottom right;
		margin:					10px 0 10px !important;
		margin:					10px 0 10px 5px;
		padding:				0px;
}
.innerbox {
    position:				relative;
		bottom:					6px;
		right:					6px;
		border:					1px solid #999999;
		padding:				4px;
		margin:					0px 0px 0px 0px;
}

/*
.sombra-izq {
    background:			url(../images/borders/sombra-izq.jpg) 100% 0 no-repeat; 
    width:					25em;
}
.sombra-abajo {
    background: 		url(../images/borders/sombra-abajo.jpg) 0 100% no-repeat;
}
.sombra-esquina {
    background: 		url(../images/borders/sombra-esquina.jpg) 100% 100% no-repeat; 
		padding:0 27px 27px 0
}

div.texto {
    background:#ffc;
}
*/
