/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/*LuisGG*/
@font-face {
    font-family: 'telefonica_sansregular';
    src: url('https://www.espacio199.com/telefonica/telefonica_sans_regular-webfont.woff2') format('woff2'),
         url('https://www.espacio199.com/telefonica/telefonica_sans_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body, h1, h2, h3, h4, h5, h6 {
	font-family:'telefonica_sansregular', sans-serif !important;
}


#header {

    background-image: url(https://catedra.us.es/catedratel2023/wp-content/uploads/2023/08/banner-telefonica.png) !important;
	background-size:100%;
	background-repeat:no-repeat
}
#logo img {
	display:none
}

.post .title a:link, .post .title a:visited {
    color: #06f !important;
}

#cat-nav {
    position: relative;
   background: none ;
    height: 38px !important;
 border-top:0;
    margin: 215px 0px 0px 0px !important;
}

#nav, #nav ul, #search {
   background-color:#fff !important;margin-top:0;
}
 #search {
   height:28px !important;
}
#search input {
margin-top:2px !important
}
/**/