﻿.FormatoUpper
{	
	text-transform:uppercase;
}

#img-foot .img1 {
    margin-bottom: 10px;
    margin-top: 0px;
    margin-right: 40px;
    height: 109px;
    width: 347px;
}

.header {
    display: grid;
    background-color: #00adee;
    color: #fff;
    font-family: 'Barlow Semi Condensed Bold', HelveticaNeue, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
    font-size: 11px;
    padding: 0 0 0 0;
}

.AppTitle {
    display: block;
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
    vertical-align:middle;
    margin-top: 30px;
    text-wrap: nowrap;
}

.fecha {
    vertical-align: top;
    text-align: right;
    text-wrap: nowrap;
}

.logo {
    margin-bottom: 4px;
    margin-top: 4px;
    margin-left: 4px;
    height: 110px;
    width: 151px;
}

.app1 {
    margin-bottom: 10px;
    margin-top: 0px;
    height: 24px;
    width: 24px;
}

#canales-atencion1 {
    color: #262261;
    text-align: right;
}

#canales-atencion2 {
    color: #262261;
    margin-top: 20px;
}

.canales-atencion {
    color: #262261;
    font-size: medium;
    font-weight: bold;
    text-align: right;
}


.material-icons.md-12 {
    font-size: 12px;
}

.footer-text1 {
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #262261;
    font-size: 11px;
    margin-bottom: 0px;
}

.footer-text2 {
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #262261;
}

.pnlMensajeCaducidad
{
		min-height: 30px;
		text-align: center; 
		background-color: #FFFFCC;
		border: solid Orange 1px;
		display: table-cell;
		padding: 5px;
		font-size: 13px;
		font-weight: bold;
		font-family:Arial, Tahoma, Verdana;
		color: Black;
		vertical-align: middle;
}

.pnlMensajeInformacion
		{
			width: 700px;
			min-height: 30px;
			text-align: center;
			background-color:#DCDCDC;
			border:solid #c3c3c3 1px;
			display: table-cell;
			padding: 5px;
			font-size: 13px;
			font-weight: normal;
			color:#000;
			vertical-align: middle;
		}
		
/************************************************************************************/
.pnlMensajeError
		{
			width: 700px;
			min-height: 30px;
			text-align: center; 
			background-color: #FFD5D5;
			border: solid Red 1px;
			display: table-cell;
			padding: 5px;
			font-size: 13px;
			font-weight: bold;
			color: Red;
			vertical-align: middle;
		}
		.pnlMensajeAdvertencia
		{
			width: 700px;
			min-height: 30px;
			text-align: center; 
			background-color: #FFFFCC; 
			border: solid Orange 1px;
			display: table-cell;
			padding: 5px;
			font-size: 13px;
			font-weight: bold;
			color: Black;
			vertical-align: middle;
		}
		.pnlMensajeExito
		{
		    width: 700px;
			min-height: 30px;
			text-align: center;
			background-color:#e5eecc;
			border:solid #c3c3c3 1px;
			display: table-cell;
			padding: 5px;
			font-size: 13px;
			font-weight: bold;
			color:#617f10;
			vertical-align: middle;
		}