
#contenidoclinica{
	margin-top: 10px;
	background: #f2f2f2;
	width: 1000px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
    	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    	border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;    
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.5);        
}
.footer{
	margin-top: 20px;
}

#faded{
	text-align: center;
	position: relative;
	top: 30px;
	right: 82px;
}

#faded img{
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.5);        
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.pagination {
	top: 350px !important;
	left: 183px !important;
}

#clinica{
	text-align: right;
}

#misionvision{
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
.vmision{
	width: 400px;
}
.vmision h1{
	font-size: 1em;
	font-weight: bold;
	padding: 0;
}
.vmision p{
	font-style: italic;
}

.vleft{
	text-align: right;
	padding-right: 20px;
}
.vright{
	text-align: left;
	padding-left: 20px;
}

.vleft h1{
	color: #2ea5be;
}
.vright h1{
	color: #ff7f00;
}

#odontoverde{
	margin-top: 20px;
	text-align: left;
	width: 400px;
	padding-bottom: 40px;
	margin-left: 60px;

}
#odontoverde p{
	width: 370px;
	padding-bottom: 20px;
	text-align: justify;
	font-style: italic;
	
}

#odontoverde h1{
	color: rgb(47, 199, 83);
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	padding-top: 20px;
}
#fondodontoverde{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4),inset 0px 0px 1px 3px rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4),inset 0px 0px 1px 3px rgba(255, 255, 255, 1);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 400px;
	height: 665px;
	padding-left: 30px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;

}
#historia{
	margin-top: 20px;
	text-align: right;
	width: 400px;
	padding-bottom: 40px;
	margin-left: 50px;
}

#historia p{
	width: 370px;
	padding-bottom: 20px;
	text-align: justify;
	font-style: italic;
	margin-left: 30px;
}

#historia h1{
	color: rgb(47, 199, 83);
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	padding-top: 20px;
}
#fondohistoria{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4),inset 0px 0px 1px 3px rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4),inset 0px 0px 1px 3px rgba(255, 255, 255, 1);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 400px;
	height: 665px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;

}


#sombraclinica{
	background: url(../images/sombraclinica.png) no-repeat;
	width: 730px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

@media screen and (min-width:1200px){  
  
 #footer{  
 width:1366px;  
 }    
                            
}

@media screen and (max-width:1000px){  

 #footer{  
 width:1000px;
 }   
  

}    


