@charset "utf-8";

<style type="text/css">

@font-face {
	font-family: 'Dimbo';
	src: url('fonts/Dimbo_Regular.ttf') format('ttf');
	src: url('fonts/Dimbo_Regular.svg') format('svg');
	src: url('fonts/Dimbo_Regular.otf') format('otf');
	src: url('fonts/Dimbo_Regular.woff') format('woff');
	src: url('fonts/Dimbo_Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

html {
	height: 100%;
}

body {
	font-family:'Dimbo';
	height: 100%;
	background-image: url("images/blue_bg.jpg");
	/*background-color: lightsteelblue; */
	-webkit-background-size: cover;
 	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 100%;
	background-repeat: repeat-y;
}

img {
	vertical-align: middle;
}
div.centered 
{
    text-align: center;
}
.container {
	z-index: 1;
	padding: 0;
	margin: 0;
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
}
.centered{
  width:98%;
  margin-left:auto; margin-right:auto;
  text-align:center;
} 
.txtContainer {
	text-align: left;
	font-size: 16px;
	color: #FFF;
	width: 95%;
	margin: 0 auto;
	min-height: 100%;
}
.txtContainer_center{
	text-align: center;
	color: #FFF;
	width: 90%;
	margin: 0 auto;
	min-height: 100%;
}
hr {
	width: 80%;
	color: #060;
	solid: #060;
	background-color: #060;
}

h1 {
	font-family: Dimbo;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 2px;
	text-decoration: underline;
	-webkit-text-stroke: 1px black;
	color: darkorange;
	text-shadow: 3px 3px 0 #000,
		-1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
	
}

h2 {
	font-family: Dimbo;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 1px;
        color: darkorange;
        text-shadow: 1px 1px 0 #000;

}

p {
    line-height: 25px;
	color: darkviolet;
	/*font-family: Open Sans;*/	
        font-family: Dimbo;
	font-size: 25px;
        text-shadow: 1px 1px 0 #FFFFFF;
	/* Arriba | Derecha | Abajo | Izquierda */
	margin: auto 10% auto 10%;

}

ul{
	
    line-height: auto;
        color: darkviolet;
        /*font-family: Open Sans;*/
        font-family: Dimbo;

        text-shadow: 1px 1px 0 #FFFFFF;
        /* Arriba | Derecha | Abajo | Izquierda */
        margin: auto 10% auto 10%;
}

#negrita {
	font-weight: bold;
}
</style>
