#codigo{
	font-size:30px;
	color:#416D93;
	width:280px;
	font-weight:bold;
	text-align:center;
}

#ventana_control {
	text-align: center;
	margin: 0px auto;
	width: auto;

}
h1.verde{
	vertical-align:middle;
}

h3.verde,
h3.azul,
h3.rojo{
	margin: 5px auto;

}
.verde,
.azul,
.rojo{
	font-size: 24px;
	width:auto;
	text-align: center;
	background-position: center top;
	margin:10px auto 30px auto;
	height:auto;
	padding-top: 40px;
	/*padding-left:90px;*/
}

.verde{
	color:#4D9906;
	background: url('/imgs/icono-valido.gif') no-repeat center top;
	background-size: 40px 40px;

}

.azul{
	color:#2A5793;
	background: url('/imgs/icono-i.gif') no-repeat center top;
	background-size: 40px 40px;
}

.rojo{
	color:#B40000;
	background: url('/imgs/icono-prohibido.gif') no-repeat center top;
	background-size: 40px 40px;
}
.acreditacion{
	border:#CECECE solid 1px;
	color:#454B4D;
	text-align:center;
	width: auto;
	height: auto;
	margin: 0px auto;
	padding: 10px 10px 0px 10px;
	text-transform:uppercase;
	font-size: 1.4em;
}
.acreditacion img{
	margin-bottom:10px;
}
.acreditacion h5  {
	margin: 0px 0px 0px 0px;
}
.acreditacion p {
	/*margin-top: 0px;*/
}