body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

a {
text-decoration: none;
}
tablaPrincipal {
	background-image: url(imagenes/fondo.png);
	background-repeat: no-repeat;
	background-position: left top;
	background: FCFDFE;
}
.textoTitulos {
	 font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
}
.textoNormal {
	 font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.textoTitulos2 {
	 font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}
.cajatextoVerde {
	border: 1px solid #787878;
	font-size: 13px;
	height: 26px;
    margin-bottom: 4px;
	transition: border linear .2s, box-shadow linear .2s;
    border-radius: 4px;
	    padding: 4px 6px;
}
.textoFormasPago {
	 font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}
.textoPeque {
	 font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.boton {
	 font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #cf1916;
}
.mensajeBien {
	 font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006600;
}
.mensajeMal {
	 font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
.textoMorado {
	 font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height:22px
}
.textoPequeNegro {
	 font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.textoPequeClarito {
	 font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
}
#principal {
	height: 100%;
}

.principal {
	height: 100%;
}
.footer{
   /* background-color: #f0f0f0 !important;
    box-shadow: 0px 2px 5px 0px rgba(115, 115, 115, 0.29) inset;
    background-image: url("imagenes/pattern.png");
    background-size: 285px auto;
    background-position: 48px 84px;*/
	}
.piepagina{
    font-size: 12px !important;
    color: rgba(89, 89, 89, 0.9) !important;
	  font-family: 'Open Sans', Arial;
     padding-bottom: 15px;
    padding-top: 15px;
}	
.titulopie {
    padding-bottom: 15px;
    padding-top: 19px;
    color: #373737;
    font-family: 'Open Sans', Arial;
    line-height: 1.15;
}
}
.img-block {
    display: block;
    margin: 15px auto;
    text-align: center;
}
.img-block img {
    width: 90px;
}

/*.footer img:hover {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
}

.footer img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 0.6s linear 0s;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.logos {
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.logos .organizing img {
    width: 90px;
}
*/