body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#333;
}
.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;}
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.inicio { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 57px; /* width of reactive image */
     height: 32px; /* height of reactive image */
     background-image: url(../images/inicio.jpg); /* source for start image */
     background-repeat: no-repeat;
	 	 float:left;
     }
	 
a.inicio:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/inicio-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: 119px; /* width of reactive image */
     height: 32px; /* height of reactive image */
     background-image: url(../images/acerca-doctor.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/acerca-doctor-o.jpg); /* source for target image */
     } 

a.ubicacion { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 80px; /* width of reactive image */
     height: 32px; /* height of reactive image */
     background-image: url(../images/ubicacion.jpg); /* source for start image */
     background-repeat: no-repeat;
	 float:left;
     }
	 
a.ubicacion:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/ubicacion-o.jpg); /* source for target image */
     } 
	 
a.filosofia { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 78px; /* width of reactive image */
     height: 32px; /* height of reactive image */
     background-image: url(../images/filosofia.jpg); /* source for start image */
     background-repeat: no-repeat;
	 float:left;
     }
	 
a.filosofia:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/filosofia-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: 56px; /* 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.viajando { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 72px; /* width of reactive image */
     height: 32px; /* height of reactive image */
     background-image: url(../images/viajando.jpg); /* source for start image */
     background-repeat: no-repeat;
	 float:left;
     }
	 
a.viajando:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/viajando-o.jpg); /* source for target image */
     }
	 
a.mexico { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 117px; /* width of reactive image */
     height: 32px; /* height of reactive image */
     background-image: url(../images/mexico.jpg); /* source for start image */
     background-repeat: no-repeat;
	 float:left;
     }
	 
a.mexico:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/mexico-o.jpg); /* source for target image */
     }
	
a.precios { /* 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/precios.jpg); /* source for start image */
     background-repeat: no-repeat;
	 float:left;
     }
	 
a.precios:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/precios-o.jpg); /* source for target image */
     }
	 
a.proceso { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 74px; /* width of reactive image */
     height: 32px; /* height of reactive image */
     background-image: url(../images/proceso.jpg); /* source for start image */
     background-repeat: no-repeat;
	 float:left;
     }
	 
a.proceso:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/proceso-o.jpg); /* source for target image */
     }
	 
a.fundacion { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 138px; /* width of reactive image */
     height: 32px; /* height of reactive image */
     background-image: url(../images/fundacion.jpg); /* source for start image */
     background-repeat: no-repeat;
	 float:left;
     }
	 
a.fundacion:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/fundacion-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: 100px; /* 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 */
     } 