.subtitulo2 {
	font-family: "Tahoma";
	font-size: 12px;
	color: #2C76B3;
	text-decoration: none;
	font-weight: bold;
}

.letra_naranja {
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
	color: #FF9A24;
	text-decoration: none;
}
.subtitulos {
	font-family: "Tahoma";
	font-size: 18px;
	color: #448BC9;
	font-weight: bold;
}

.textobajada {

	font-family: "Tahoma";
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}
.mensaje_ERROR {

	font-family: "Tahoma";
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
}
.bordesContenidosAM {
	border: 1px solid #207BC3;
}

/*CVI*/
body {
    background-color: #F8F9FE;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

nav {
    background-color: #FFFFFF;
}

div .Titulo {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 5px;
    color: #27278E;
    text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2),
        0px -5px 35px rgba(255, 255, 255, 0.3);
}

div .SubTitulo {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 26px;
    line-height: 10px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 5px;
    color: #27278E;
    text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2),
        0px -5px 35px rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 992px) {
    div p[class="Titulo"] {
        font-size: 28px !important;
        line-height: 10px !important;
        text-align: center !important;
        padding: 15px 30px 15px 30px !important;
    }

    div p[class="SubTitulo"] {
        font-size: 22px !important;
        line-height: 10px !important;
        text-align: center !important;
        padding: 0px 30px 5px 30px !important;
    }

    a img {
        width: 200px;
    }
}

@media screen and (max-width: 768px) {
    div p[class="Titulo"] {
        font-size: 26px !important;
        line-height: 10px !important;
        text-align: center !important;
        padding: 15px 30px 15px 30px !important;
    }

    div p[class="SubTitulo"] {
        font-size: 20px !important;
        line-height: 10px !important;
        text-align: center !important;
        padding: 0px 30px 5px 30px !important;
    }

    a img {
        width: 180px;
    }
}

@media screen and (max-width: 525px) {
    div p[class="Titulo"] {
        font-size: 24px !important;
        line-height: 10px !important;
        text-align: center !important;
        padding: 0px 30px 15px 30px !important;
    }

    div p[class="SubTitulo"] {
        font-size: 18px !important;
        line-height: 10px !important;
        text-align: center !important;
        padding: 0px 30px 0px 30px !important;
    }

    a img {
        width: 180px;
        padding-left: 15%;
        padding-bottom: 5%;
    }
}
/*CVI*/