@charset "utf-8";
html{
   width: 100%;
   height: 100%;
   min-width:350px !important;
   font-family: Arial, Helvetica, sans-serif;
}
body{
	width: 100%;
	height: 100%;
	margin: 0px;
	min-width:350px !important;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	background-color: #e4f3fe;
	background-attachment: fixed;
	font-weight: 300;
	color: #000000;
}
p.titulo_pagina{
	font-weight: 300;
	font-size: 35px;
	text-align: left;
	color: #000000;
	padding-top: 35px;
	Padding-bottom: 10px;
}
.recuadro_flujo{
	margin-right: auto;
	margin-left: auto;
	max-width: 1920px;
	width: 100%;
	height: auto;
}


@media (min-width: 1400px){
	body{
		background-color: #ffffff;
	}
}

@media (max-width: 1400px) and (min-width: 851px){
	body{
		background-color: #ffffff;
	}
	p.titulo_pagina{
		font-size: 30px;
		padding-top: 25px;
	}
}

@media (max-width: 850px) and (min-width: 451px){
	body{
		background-color: #ffffff;
	}
	p.titulo_pagina{
		font-size: 25px;
		padding-top: 15px;
	}
}
@media (max-width: 450px){
	body{
		background-color: #ffffff;
	}
	p.titulo_pagina{
		font-size: 18px;
		padding-top: 15px;
	}
}



.mensaje_div_error{
	border: 1px solid #891d1d;
	width: 99%;
	max-width: 1900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f3c5c5;
	color: #5b0a0a;
	font-size: 12px;
}
mensaje_tit_error{
	font-size: 14px;
	color: #3e0606;
	font-weight: 700;
}
.mensaje_div_infor{
	border: 1px solid #172071;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1900px;
	height: auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #c5caf3;
	color: #0b0a5b;
	font-size: 12px;
}
mensaje_tit_infor{
	font-size: 14px;
	color: #06063e;
	font-weight: 700;
}
.mensaje_div_correc{
	border: 1px solid #156a15;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	max-width: 1900px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #c5f3c5;
	color: #0a5c14;
	font-size: 12px;
}
mensaje_tit_correc{
	font-size: 14px;
	color: #063e06;
	font-weight: 700;
}
.mensaje_div_other{
	border: 1px solid #81811b;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	max-width: 1900px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f3f3c5;
	color: #746e23;
	font-size: 12px;
}
mensaje_tit_other{
	font-size: 14px;
	color: #373303;
	font-weight: 700;
}
