@charset "utf-8";
.modal_pram_header {
	text-align: center;
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	display: block;
	background-color: #0055A0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #0066CC;
	font-style: oblique;
}
.contenedorContenido {
	max-width:960px;
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:960px) {
.contenedorContenido {
	    width: 100%;

}
}

.contenedorCaluga {
	height: auto;
	overflow: visible;
	padding: 0.5em;
	width: auto;
	float: left;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.calugas {
	width: auto;
	text-align: center;
	background-color: #FF0000;
	float: left;
	height: auto;
}
