@font-face {
    font-family: 'Roboto';
    src:url("polices/Roboto-Light.ttf");
}
@font-face {
    font-family: 'RobotoBold';
    src:url("polices/Roboto-BoldCondensed.ttf");
}

body{
	cursor : wait;
	background-color : #DDDDDD;
	font-family: Roboto, arial, sans-serif;
}

img{
	width : 200px;
	cursor : zoom-in;
}

h1,h2,p,img{
	z-index : -1;
}

h1{
	border-bottom : solid red 1px;
	text-transform : uppercase;
	font-size : 24px;
}

h2{
	font-family : RobotoBold;
	font-size : 18px;
}

.link{
	width : auto;
}


.clicks{
	background : #DDDDDD;
	border : solid #FFFFFF 1px;
}

.clicks:hover{
	background : #000000;
	color: #FFFFFF;
	cursor : pointer;
}

#principal{
	width : 75%;
	margin-left : 12.5%;
	margin-top: 0%;
	padding: 20px;
	background-color : #FFFFFF;
	opacity : 0.1;
	position : absolute;
}

#patienter{
	margin-top : 10%;
	font-family : RobotoBold;
	text-align : center;
	width : 100%;
	font-size : 30px;
	position : absolute;
}

.content{
	position : relative;
	height : 18px;
	overflow:hidden;
	border-bottom : dashed #DDDDDD 1px;
}
