#special{height:300px; width:207px; position:fixed; left:0px; top: 30px; float:inherit; z-index:4; margin:60px 0 0 700px; border:none;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#333;
}
.surgeon-testimonial-b{border:1px solid #999; width:450px; margin:0 auto;}
.ctrimg{margin: 0 auto 0 auto; display:block;}
.left{float:left; padding-left:10px; padding-right:10px;}
.imagen{border:3px #333 solid;}
.warning{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F00;
	text-align:center;
}
.new-testimony{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:center;
}
h1{font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#906; text-transform:uppercase; text-align:center;}
h2,h3{
	font-family:Arial, Verdana, sans-serif;
	font-size:14px;
	color:#5D5D5D;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
}
.centrar{text-align:center;}
.tit-panel {
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	padding-left:10px;
}
.copyrights{font-family:Arial, Verdana, sans-serif;
	font-size:9px;
	color:#fff;
	padding-left:10px;}
	

.text-panel {
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	color:#5D5D5D;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
}

.text-form {
	font-family:Arial, Verdana, sans-serif;
	font-size:10px;
	color:#5D5D5D;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
}
.forma{width:200px; height:auto; position:relative;}

#cirugia-menu{width:957px; height:32px; float:left; position:relative;}

a.home { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 63px; /* width of reactive image */
     height: 32px; /* height of reactive image */
     background-image: url(../images/home.jpg); /* source for start image */
     background-repeat: no-repeat;
	 	 float:left;
     }
	 
a.home:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/home-o.jpg); /* source for target image */
     } 

a.doctor { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 97px; /* width of reactive image */
     height: 32px; /* height of reactive image */
     background-image: url(../images/about-dr.jpg); /* source for start image */
     background-repeat: no-repeat;
float:left;
     }
	 
a.doctor:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/about-dr-o.jpg); /* source for target image */
     } 

a.location { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 75px; /* width of reactive image */
     height: 32px; /* height of reactive image */
     background-image: url(../images/location.jpg); /* source for start image */
     background-repeat: no-repeat;
	 float:left;
     }
	 
a.location:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/location-o.jpg); /* source for target image */
     } 
	 
a.phylosophy { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 98px; /* width of reactive image */
     height: 32px; /* height of reactive image */
     background-image: url(../images/phylosophy.jpg); /* source for start image */
     background-repeat: no-repeat;
	 float:left;
     }
	 
a.phylosophy:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/phylosophy-o.jpg); /* source for target image */
     }
	 
a.staff { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 63px; /* width of reactive image */
     height: 32px; /* height of reactive image */
     background-image: url(../images/staff.jpg); /* source for start image */
     background-repeat: no-repeat;
	 float:left;
     }
	 
a.staff:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/staff-o.jpg); /* source for target image */
     } 
	
a.traveling { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 84px; /* width of reactive image */
     height: 32px; /* height of reactive image */
     background-image: url(../images/traveling.jpg); /* source for start image */
     background-repeat: no-repeat;
	 float:left;
     }
	 
a.traveling:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/traveling-o.jpg); /* source for target image */
     }
	 
a.why-mexico { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 104px; /* width of reactive image */
     height: 32px; /* height of reactive image */
     background-image: url(../images/why-mexico.jpg); /* source for start image */
     background-repeat: no-repeat;
	 float:left;
     }
	 
a.why-mexico:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/why-mexico-o.jpg); /* source for target image */
     }
	
a.price { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 66px; /* width of reactive image */
     height: 32px; /* height of reactive image */
     background-image: url(../images/price.jpg); /* source for start image */
     background-repeat: no-repeat;
	 float:left;
     }
	 
a.price:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/price-o.jpg); /* source for target image */
     }
	 
a.process { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 71px; /* width of reactive image */
     height: 32px; /* height of reactive image */
     background-image: url(../images/process.jpg); /* source for start image */
     background-repeat: no-repeat;
	 float:left;
     }
	 
a.process:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/process-o.jpg); /* source for target image */
     }
	 
a.foundation { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 150px; /* width of reactive image */
     height: 32px; /* height of reactive image */
     background-image: url(../images/dr-foundation.jpg); /* source for start image */
     background-repeat: no-repeat;
	 float:left;
     }
	 
a.foundtation:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/dr-foundation-o.jpg); /* source for target image */
     }
	 
a.blog{ /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 86px; /* width of reactive image */
     height: 32px; /* height of reactive image */
     background-image: url(../images/blog.jpg); /* source for start image */
     background-repeat: no-repeat;
	 float:left;
     }
	 
a.blog:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/blog-o.jpg); /* source for target image */
     } 
.list {
	padding-left: 10px;
}

