/*** NEUTRALIZANDO ESTILOS: elementos que queremos limpiar completamente: ***/  
* {  
	margin: 0;  
	padding: 0;  
    border: none;  
}  
html {  
	font: 62.5% "Georgia", Lucida, Verdana, sans-serif;  
}  
/*** NEUTRALIZANDO ESTILOS: elementos con margen vertical: ***/  
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {  
	font-weight: normal;  
    margin: 0 0 1em 0;  
}  
/*** Algunos ajustes basicos: ***/  
li, dd, blockquote {  
	margin-left: 1em;  
}  
/*** LINKS: recuerda utilizar siempre la regla del LoVe-HAte ***/  
a, a:link , a:visited {  
	text-decoration: none;  
	color: #7491af;
}  
a , a:hover,a:active  {
	color: #666666;
}
a img {  
	border: none;  
    text-decoration: none;  
}  
img { 
	border: none;  
    text-decoration: none;  
}  
.clear {
	clear: both;
}
.fb-salto {
	margin-bottom: 10px;
}
/*** Maquetacion principal ***/
body { 
	background: #FFFFFF url('images/bg_index.jpg') repeat-x 0 0;
	text-align: justify;
	font-size: 1.3em;
	font-weight: bolder;
	color: #6A6A6A;
}
.interior {
	background: #FFFFFF url('images/bg-no-index.jpg') repeat-x 0 0;
	text-align: inherit;
}
#wrap {
	width: 980px;

	margin-left:auto;
	margin-right:auto;
	background: url('images/rallas.png') no-repeat 0 0; 
}
#main {
	margin-top: 6px;
}
#logo {
   	padding:0;
}
#logo h1 a {
	width: 236px; 
	height: 244px; 
	background: url('images/logo.jpg') no-repeat; 
	display: block; 
	text-indent: -9999px;
	margin-top: 0;
	margin-left: 16px;
}

#main h1 {
    margin-top:80px;;
}
.column {
	float: left;
	width: 270px;
}
.second {
	margin-left: 20px;
	padding-left: 40px;
	background: url('images/punto.gif') repeat-y 0 0;
}
.clear {
	clear: both;
}

/* Menu */
#menu {
	margin: 0;	
	padding: 0 0 0 0;
	height: 18px;
	list-style: none;
	display: inline;
	overflow: hidden;

}
#menu li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
}
#menu a, #menu span {
	float: left;
	padding: 18px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:18px; /* para IE5/Win solo */
}	
#menu a:hover, #menu a:active, #menu a.selected {
	background-position: 0 -18px;
}

#inicio a {
	margin-left: 20px;
	width: 53px;
	background: url('images/b_inicio.gif') top left no-repeat;
}
#nosotros a {
	width: 83px;
	background: url('images/b_nosotros.gif') top left no-repeat;
}
#clinicas a {
	width: 70px;
	background: url('images/b_clinicas.gif') top left no-repeat;
}
#horarios a {
	width: 80px;
	background: url('images/b_horarios.gif') top left no-repeat;
}
#tratamientos a {
	width: 116px;
	background: url('images/b_tratamientos.gif') top left no-repeat;
}
#contacto a {
	width: 83px;
	background: url('images/b_contacto.gif') top left no-repeat;
}
#menu span {
	width: 1px;
	height: 20px;
	margin: 0 20px 0 20px;
	background: url('images/bar.jpg') 0 0 no-repeat;
}


#main {
	font-size: 1.1em;
	float:right;
	width:600px;
	padding:10px;
}
h2 {
	margin:0 0 1em;
	color: #CC967E;
}
h3 {
	color: #CFBDB5;
}
h4 {
	color: #000000;
}
#sidebar {
	float:left;
	width:269px;
	margin: 0 0 20px 70px;
	padding:0;
	background: url('images/sidebar.png') repeat-y 0 0;
}

#sidemenu {
	color: #89929C;
	padding: 0 30px ;
}
#sidemenu a:link , #sidemenu a:visited {
	text-decoration: none;  
	color: #666666;
}
#sidemenu a:hover,#sidemenu a:active  {
	color: #ffffff;
}

#sidemenu ul {
	color: #89929C;
	font-size: 1.1em;
	list-style: none;
	margin: 10px 0 20px 10px;
}
#sidemenu ul ul {
	color: #89929C;
	font-size: 0.9em;
	margin: 5px 0 5px 0;
	padding-left: 10px;
	list-style:  square;
}
#sidebar h2 {
	color: #FEFEFE;
	padding-left: 10px;
	border-bottom: 1px #89929C solid;
	border-top: 1px #89929C solid;
}

#sidebarbottom {
	width: 269px;
	height: 39px;
	background: url(images/sidebar-bottom.jpg) no-repeat -1px 0;
}
#box {
	clear: both;
	width: 624px;
	height: 248px;
	background: url('images/box.png') no-repeat 0 0;
	padding: 17px;
	margin-top: 30px;
	margin-bottom: 0;	
}
.clinica {
	background: url(images/botiquin.jpg) no-repeat 0 0;
	list-style: none;
	padding-left: 60px;
}
#map span {
	font-size: 0.8em;
}
#footer {
	clear:both;
	padding:5px 10px;
	background-color: #6a6a6a;
	font: 62.5% "Tahoma", sans-serif; 
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: center;
	}
#footer p {
	margin:5px;
}
* html #footer {
	height:1px;
}
#menufooter {
	list-style: none;
	display: inline;
}
#menufooter li {
	padding: 0;
    list-style: none;
	display: inline;
}
#menufooter a,#menufooter span {
	padding: 18px 0 0 0;
	text-decoration: none;  
}	
#menufooter a:link ,#menufooter a:visited , #menufootera:hover,a:active {
	text-decoration: none;  
	color: #ffffff;
}
#menufooter a:hover,#menufooter a:active  {
	color: #89929C;
}
/** 
SlideShow

Set the width and height to match your images 

**/

#slideshow {
    position:relative;
    width: 592px;
    height:215px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
/* Fin de SlideShow */
/*Tablas */
#main table {
	width: 700px;
	font-weight: normal;
}
thead {
	background-color: #FCFCFC;
	border-bottom: #CCCCCC 1px solid;
	font-weight: bold;
}
tr {
	height: 30px;
}
/* Formularios */
#contact { width: 590px; margin: 1em auto; }

form {
	margin-left: 8px;
	padding: 16px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 8px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 8px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 8px;
	box-shadow: rgba(200,200,200,1) 0 4px 8px;
}

form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0; }

#contact form .submit input {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding: 3px 10px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
}

#contact form p {
	margin-bottom: 0;
}

label {
	color: #777;
	font-size: 13px;
}

form .forgetmenot label {
	font-size: 11px;
	line-height: 19px;
}

form .submit { float: right; }

form p { margin-bottom: 24px; }

#form_nombre, #form_email, #form_comentarios, #captcha-form {
	font-size: 24px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}

