a:link  {text-decoration: none; color: gray}
a:active  {text-decoration: none; color: gray}
a:hover  {text-decoration: none; color: black}
a:visited {text-decoration: none; color: gray}

@font-face {
font-family: 'YaldeviMedium';
src: url('fonts/Yaldevi-Medium.eot');
src: url('fonts/Yaldevi-Medium.eot?#iefix') format('embedded-opentype'),
	url('fonts/Yaldevi-Medium.woff2') format('woff2'),
	url('fonts/Yaldevi-Medium.woff') format('woff'),
	url('fonts/Yaldevi-Medium.svg#Yaldevi-Medium') format('svg');
font-weight: 500;
font-style: normal;
font-display: swap;
}


@font-face {
    font-family: 'YaldeviRegular';
    src: url('fonts/Yaldevi-Regular.eot');
    src: url('fonts/Yaldevi-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Yaldevi-Regular.woff2') format('woff2'),
        url('fonts/Yaldevi-Regular.woff') format('woff'),
        url('fonts/Yaldevi-Regular.svg#Yaldevi-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'YaldeviBold';
    src: url('fonts/Yaldevi-Bold.eot');
    src: url('fonts/Yaldevi-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Yaldevi-Bold.woff2') format('woff2'),
        url('fonts/Yaldevi-Bold.woff') format('woff'),
        url('fonts/Yaldevi-Bold.svg#Yaldevi-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
   font-family: 'YaldeviRegular'; 
   font-weight: normal; 
   font-style: normal; 
   font-size: 14px;
}

.capcal {
    font-family: 'YaldeviRegular';
    font-size: 20px;
    background-size: cover;
    height: 235px;
    padding-top: 20px;
    padding-left: 20px;
    text-align: left ;
    background-image: url("capcalera.jpg");
}

.cos {
    font-family: 'YaldeviRegular';
    margin-top: 50px;
    padding-left: 20px;
    margin-bottom: 30px;
}

.peu {
    line-height: 20px;
    text-align: left;    
    font-size: 80%;
    font-family: 'YaldeviRegular';
    color: #6c757d;
    padding-left: 70px;
    vertical-align: middle;          
    background-color: #ded0c3;
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 20px;
    z-index: 10;  
    background-image: url('cc.jpg');
    background-repeat: no-repeat;    
}