@import url('https://fonts.googleapis.com/css?family=Modak|Roboto'); 

* {
	font-family: 'Roboto',Calibri,Verdana,tahoma;  
}


a {
	color: #205c90;
}

/*@media screen and (max-width: 799px)*/
@media screen and (max-width: 992px) 	
	{

	#logoAj{
		display:none;
		}
		
	.MyBanner{
		display:none;
	}
	
	#Zona1{
		display:none;
	}
	
}

.derecha {float:right;}

.trcateg {
	background-color:#000000;
	color:white;
	padding:10;
	line-height:2em;
}
.categ {
	font-family:Roboto;
	q-background-color:#ff9999;
	text-decoration:none;
	font-weight: bold;
	q-color:#4181C0;
	q-background:#EFF8FB;
	padding:10;
}

.pontcontainer {
	display:inline-block;
	-webkit-box-shadow: 2px 4px 5px 0px rgba(194,194,194,1);
	-moz-box-shadow: 2px 4px 5px 0px rgba(194,194,194,1);
	box-shadow: 2px 4px 5px 0px rgba(194,194,194,1);
	margin:2em;
	background-color:white;
}
.pontcontainer .title{
	//padding:1em;
	padding:10px;
}

.pontcontainer .imagen img{
	width:200px;
	height:273px;
}
#linkTarifes{
	float: right;	
	margin-top: 1em;
	text-decoration: none;
	color: #205c90;
}

.MyBanner {	
	background-color: #000000;
	/*padding: 12px 0px 10px 0px;*/
	align-items: center;
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;	 
    
}


.MyDisplay {
	border: 1px solid #c0c0c0;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}

.BtnMenu {
	font-family: verdana;
	color: #FFFFFF;
}

.btnCap {
	font-family: Roboto;
	text-decoration: none;
    color: #fff;
    background-color: #000000;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
	font-size: x-large;
    outline: 0;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 16px;
    text-transform: none;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.btnCap:hover {
	background-color: #ffffff;
	color: #000;
}

.negreta {
	font-weight: bold;
}
	
td a {
	color: #fff;
}
#contactar:hover {
	img {
    content: url("contactar_on.jpg");
	}
}

#intranet:hover {
	img {
    content: url("intranet_on.jpg");
	}
}  


.titol {
	font-family: Serif;
	color: #000; 	
}
