/* Stylesheet for eiberoamerica.com and tranquilamente.com */
@import url(anchor.css);
@import url(body.css);
@import url(div.css);
@import url(form.css);
@import url(headers.css);
@import url(html5.css);
@import url(img.css);
/* @import url(legal.css); */
@import url(lists.css);
@import url(table.css);

/* Definición de párrafos */
p {
display: block; /* en bloque, separado de antes y después */
margin-left: 3%;
margin-right: 3%;
text-align: justify; /* parejo en ambos lados */
}

/* Bold, Definición de Negritas */
b {font-weight: bolder;}

/* Definición de italizado */
i {font-style: italic;}

/* Definición de subrayado */
	u {text-decoration: underline;}

.hidden {display: none;}
.blwh { background-color: white; color: blue }
.whbl { background-color: blue; color: white }
.rdwh { background-color: white; color: red }
.whrd { background-color: red; color: white }
.bkwh { background-color: white; color: black }
.whbk { background-color: black; color: white }
.bkgn { background-color: green; color: black }
.gnbk { background-color: black; color: green }
.bkye { background-color: yellow; color: black }
.yebk { background-color: black; color: yellow }
.blye { background-color: yellow; color: blue }
.yebl { background-color: blue; color: yellow }
.gybk { background-color: black; color: grey }
.bkgy { background-color: grey; color: black }
.slbk { background-color: black; color: silver }
.bksl { background-color: silver; color: black }
.whwh { background-color: white; color: white; }

/* End of stylesheet Fin de Hoja de Estilo */
