@charset "utf-8";

body
{
	color: #FFF;
	font-family: Open Sans;/*Open Sans;*/
	/*font-family: Alex Brush;*/
	width:100%;
	height:100%;
	margin-left:8%;
	margin-right:8%;
	margin-bottom:0px;
	margin-top:0px;
}

h1
{	color: black; 
	font-size:15px;
}
t1
{	color: black;
	font-size:24px;
}
t2
{	color: GREY;
	font-size:18px;
}
e1
{	color: black;
	font-size:13px;
}
e2
{	color: black;
	font-size:20px;
	font-weight:      bold;
}


h2{	color: black;
	font-size:18px;
	font-weight:normal}
a{							
	font-size:20px;
	font-weight:bold
	text-decoration:  none;
	font-weight:      bold;
}
a:link {
		color:black;
		text-decoration:none;
		font-weight: bold;
}      /* unvisited link */
a:visited {
		color:black;
		text-decoration: none;
		font-weight: bold;
}		/* visited link */
a:hover {
		color:#0D3412;
		text-decoration:  none;
		font-weight:      bold;
}  /* mouse over link */

a:active {color:black;text-decoration:  none;
	font-weight:      bold;}  /* selected link */

	

.container
{	height:100%;
	width:84%;
	}
.top
{
	position:fixed;
	/*background-image:url('clinica2.JPG');*/
	width:84%;
	/*background-size:100%;
	background-repeat:no-repeat;*/
	margin:0 auto;
}
.mid
{
	position:fixed;
	top:70%;
	height:5%;
	width:84%;
	text-align: center
	
}
.mid h1
{
	color: Grey;
	font-size:13px;
    margin: 0 auto;
	text-align: center;
	cursor: pointer; cursor: hand;
}
.mid h1:hover
{
	color: Black;
	font-size:13px;
    margin: 0 auto;
	text-align: center;
	cursor: pointer; cursor: hand;
}
.element
{
	display: inline-block;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
}

.FacebookElement
{
	float:right;
	background-image:url('facebook.png');
	background-size:100%;
	width:30px;
	height:30px;
	display: inline-block;
	border:1px;
	border-color:white;
}
.InElement
{
	float:right;
	background-image:url('in.png');
	background-size:100%;
	width:30px;
	height:30px;
	display: inline-block;
}
.bottom
{
	position:fixed;
	top:75%;
	height:25%;
	width:84%;
	
}
.banner
{
	width:25%;
    margin: 3px;
	height:100%;
	float: left;
	text-align: center;
}
.banner img {
   height: 100%;
   text-align: center;
}
.contact{
	width:25%;
	text-align:right;
	float: left;
}
.description{
	padding-top:1%;
	text-align:justify;
	margin: 0 auto;
	width:49%;
	height:100%;
	float: left;
}
.description h2
{
	font-size:17px;
}
.floatContent
{
	background: rgba(0, 0, 0, 0.6);
	position:fixed;
	left:20%;
	top:5%;
	height:65%;
	width:60%;
	margin:0 auto;
	text-align: center;
	display: table-cell;vertical-align: middle;
	overflow:hidden;
}

.floatContent a:link {
		font-size:14px;
		color:white;
		font-weight:normal;
}      /* unvisited link */
.floatContent a:visited {
		font-size:14px;
		color:white;
		font-weight:normal;
}		/* visited link */
.floatContent a:hover {
		font-size:14px;
		color:white;
		text-decoration:  none;
		font-weight:normal;
}  /* mouse over link */
.floatContent h1 {
		font-size:16px;
		color:white;
		text-decoration:  none;
}
.floatContent h2 {
		font-size:16px;
		color:white;
		text-decoration:  none;
		font-weight:bold;
}
.floatContent e1{
		font-size:16px;
		color:white;
		text-decoration:  none;
}
.floatContent t1
{	color: white;
	font-size:24px;
}
.floatContent t2
{	color: white;
	font-size:18px;
}
