﻿body {}

@font-face {
    font-family: "VAG Rounded Std Bold";
    src: url(../Fonts/VAGRoundedStd-Bold.otf);
    src: local('VAG Rounded Std Bold'), url(../Fonts/VAGRoundedStd-Bold.otf) format('opentype');     
}

@font-face {
    font-family: "VAG Rounded Std Light";
    src: url(../Fonts/VAGRoundedStd-Light.otf);
    src: local('VAG Rounded Std Light'), url(../Fonts/VAGRoundedStd-Light.otf) format('opentype');  
}
@font-face {
    font-family: "Futura Std";
    src: url(../Fonts/FuturaStd-Light.otf);
    src: local('Futura Std'), url(../Fonts/FuturaStd-Light.otf) format('opentype');  
}

.TituloIHPCursos {font-family:'VAG Rounded Std Bold'; font-size: 24px}
.SubtituloIHPCursos {font-family:'VAG Rounded Std Light'; font-size: 20px}

.logtipo {min-width:40px}

.naranjaIHP{color: rgb(237, 125, 49)}
.barraTitulo{background-image:url(../images/fondo_BarraTit.jpg); background-repeat:repeat-x; width:100%; height:72px; margin-bottom:10px}
