body {
	font-family: Open Sans;
}
h1 {
	font-family: Open Sans;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 26.4px;
}
h3 {
	font-family: Open Sans;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 15.4px;
}
p {
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}
blockquote {
	font-family: Open Sans;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
pre {
	font-family: Open Sans;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5667px;
}
.dnnFormPopup.ui-dialog-titlebar.main_indicaciones_medicas {
    background: #f7f7f7;
    margin: 0 auto;
    width: 100%;
}
.main_indicaciones_medicas {
    background: #f7f7f7;
    margin: 0 auto;
    width: 100%;
}
.main_info_textos {
    color: #5b5b5b;
}
.mensaje_primario_med {
    padding: 10px 0;
}
.cabecera_indicaciones_med {
    background: #005297;
    color: #fff;
    display: block;
    padding: 10px 15px;
    text-align: center;
}
    
}
.title_med {
    width: 50%;
    display: inline-block;
}
.title_med h3 {
    font-size: 20px;
    font-weight: 400;
}
.logo_hcuch_indicaciones_med {
	width: 100%;
    text-align: center;
}
.logo_hcuch_indicaciones_med img {
	width: 30%;

}
.main_principal_contenido_ind_med {
	padding: 10px 15px;
}
.txt_important_med {
    border-bottom: 1px solid #d9d9d9;
}
.txt_important_med h3 {
    font-size: 30px;
    color: #4b4b4b;
}
.main_alert_med {
	background: #cce5ff;
	border: 1px solid #b8daff;
	border-radius:  .25rem;
	color: #004085;
	padding: .75rem 1.25rem;
}
.main_btns_ind_med {
    padding: 10px 15px;
    margin: 20px auto 10px;
    text-align: center;
    text-transform: uppercase;
}
.main_btns_ind_med a.in_med_aceptar {
	background: #005297;
	border-radius: 30px;
	border: 1px solid #005297;
	color: #ffffff;
	display: block;
	margin: 2px 0 15px 0;
	padding: 10px 30px;
	text-decoration: none;

    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
}
.main_btns_ind_med a:hover.in_med_aceptar,
.main_btns_ind_med a:active.in_med_aceptar,
.main_btns_ind_med a:focus.in_med_aceptar {
	background: #1abc9c;
	border: 1px solid #1abc9c;
	color: #ffffff;
	text-decoration: none;
}
.main_btns_ind_med a.in_med_cancelar {
	background: transparent;
	border: 1px solid #cacaca;
	border-radius: 30px;
	color: #707070;
	display: block;
	margin: 2px 0 15px 0;
	padding: 10px 30px;
	text-decoration: none;

    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
}
.main_btns_ind_med a:hover.in_med_cancelar,
.main_btns_ind_med a:active.in_med_cancelar,
.main_btns_ind_med a:focus.in_med_cancelar {
	background: #dfdfdf;
	border: 1px solid #cfcfcf;
	color: #5f5f5f;
	text-decoration: none;
}


/***************/
/*MEDIA QUERIES*/
/***************/

@media all and (max-width: 768px) {
	.main_indicaciones_medicas {
	    width: 90%;
	}
}
@media all and (max-width: 480px) {
	.main_indicaciones_medicas {
	    width: 100%;
	}
}
@media all and (max-width: 414px) {

}
@media all and (max-width: 375px) {
	.title_med h3 {
	    line-height: 20px;
	}
	.logo_hcuch_indicaciones_med img {
	    padding: 20px 0 0 0;
	    width: 43%;
	}
}
@media all and (max-width: 360px) {

}
@media all and (max-width: 320px) {

}