body{
	/*background-color: #222A35 !important;*/
}

main{
	width: 1000px;
	min-height: 500px;
	margin: 20px auto;
	/*border: 1px #999 solid;*/
	border-radius: 5px;
}

.tituloLogo{
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	border-radius: 5px 5px 0 0;
	background-color: #07639d;

	background-image: url('/main-frame/media/Logo-Horizontal-Prudential-Branca-CURVAS.svg');
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 170px auto;
}

.tituloActions{
	width: 100%;
	min-height: 30px;
	margin: 0 0 20px;
	padding: 7px;
	border-radius: 0 0 5px 5px;
	background-color: #2a3642;
	overflow: hidden;
}

.tituloActions a{
	display: block !important;
}

.titleHeader{
	color: #EEE;
	margin:0;
	padding: 0;
	font-family: 'Roboto Condensed';
	font-size: 12px;
}

a{
	text-decoration: none !important;
}

.logout{
	color: #EEE !important;
	float: right;
	margin:0;
	padding: 0;
	font-family: 'Roboto Condensed';
	font-size: 12px;
}

.tituloPrincipal{
	font-family: 'Roboto Condensed';
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
}

.subTitulo{
	font-family: 'Roboto';
	margin-bottom: 20px;
	color: #555;
	text-align: justify;
}

.cuadroGeneral{
	width: 100%;
	margin: 0;
	padding: 5px;
	border: 1px #CCC solid;
	border-radius: 5px;
}

.borderless{
	border: none !important;
}

.cuadroGeneral .form{
	width: 100%;
	min-height: 200px;
	margin: 0;
	padding: 0;
}

form{
	font-family: 'Roboto';
	width: 80%;
	margin: 20px auto 50px;
	padding: 0;
}

.form-group span{
	color: red;
}

.cuadroGeneral .buttons{
	width: 80%;
	min-height: 20px;
	margin: 0 auto 20px;
	padding: 10px 0;
	overflow: hidden;
}

.cuadroGeneral .buttons button{
	float: right;
	color: #FFF;
	margin-left: 10px;
	font-family: 'Roboto Condensed';
}

#save{
	background-color: #07639d;
	border-color: #07639d;
	padding-left: 30px;
	padding-right: 30px;
}

#save:hover{
	background-color: #06c;
}

#back{
	background-color: #2a3642;
	border-color: #2a3642;
}

#back:hover{
	background-color: #ffd200;
	color: #2a3642;
}

.columna{
	width: 50%;
	float: left;
}

.columna:nth-child(1){
	padding-right: 5px;
}
.columna:nth-child(2){
	padding-right: 5px;
}

.centerText{
	text-align: center;
}

footer{
	width: 1000px;
	margin: 100px auto 20px;
	font-size: 12px;
	font-family: 'Roboto Condensed';
	color: #555;
	text-align: center;
}

/*AJUSTES PARA MOBILE*/
@media (max-width: 1080px) {
	main{
		width: 80%;
	}
	footer{
		width: 80%;
	}
}
@media (max-width: 670px) {
	.tituloPrincipal{
		font-size: 30px;
	}
	#txtTitulo{
		font-size: 12px;
	}
	#save{
		padding-left: 10px;
		padding-right: 10px;
	}
	.columna{
		width: 100% !important;
		padding: 0;
	}
}