
.superior{
	clear:both;
	width:800px;
	margin-left: auto;
	margin-right: auto;
    padding:0px;
	text-align:justify;
	border:0px groove transparent;
	height:14px;
	background-image: url(../imgs/cajaTexto/superior.jpg);
}

.contenido{
	clear:both;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	border:0px groove transparent;
	background-image: url(../imgs/cajaTexto/contenido.jpg);
/*	background-color: transparent;*/
	height:142px;
}

.inferior{
	clear:both;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
    padding:0px;
	text-align:justify;
	border:0px groove transparent;
	height:14px;
	background-image: url(../imgs/cajaTexto/inferior.jpg);
}


.texto{
float:left;
	clear:both;
	width:530px;
	margin-left:115px;
	padding:0px;
	padding-left:3px;
    padding-right:3px;
	text-align:justify;
	border:0px dotted transparent;
	color: #FFFFFF;
	height:140px;
	overflow:hidden;
	
}

.textoVacio{
	clear:both;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;

	border:0px groove transparent;
	height:170px;
	background-image: url(../imgs/cajaTexto/textoVacio.jpg);
	
}

