/*
CSS
*/

body { 
    margin-top:0;
	background-image: url(images/fondo3.gif);
	background-repeat: repeat;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color: #154a56;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}	
	
p span {
text-decoration: underline;
}
	                          


hr {
	width: 400px;
	height: 1px;
	background-repeat: no-repeat;
	background-position: left;
	border:0;
	margin-top: 5px;
	}
	
li {
	margin:0;
	padding:0;
	list-style-position:outside;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	list-style-type: disc;
	color: #154a56;
}

li span{
	text-decoration: underline;
}
.mapaweb {
	text-align: left;
	list-style-position: outside;
	list-style-image: none;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.mapaweb a {
	text-align: left;
	list-style-position: outside;
	list-style-image: none;
	line-height:2em;
	font-size: small;
	color: #154a56;
	font-weight: bold;
}
.mapaweb a:hover {
	text-decoration: underline;
}


.tit2{
	margin-top: 5px;
	margin-bottom: 0px;
	top: 0px;
	float: left;
}
	

.resalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #154a56;
	
}

.mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	font-weight: bold;
}
.imag {
	border: 1px solid #154A56;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 15px;
	float: left;
	height: 110px;
	width: 150px;
	padding: 2px;
}
.foto {
	border: 1px solid #154A56;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: none;
	padding: 2px;
	height: 75px;
	width: 100px;
}



h1, h2, h3, h4, h5 {
	text-align: center;
	color: #154a56;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Header */

#header {
	width: 720px;
	height: 60px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/cabecera-2.gif);
	background-position: center center;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#header h1 {
	float: right;
	font-size: 50px;
	letter-spacing: -4px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

#header h2 {
	float: left;
	font-size: 12px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
}


a {
	color: #c68600;
	text-decoration: none;
}

a:hover {
	color: #555E4F;
	text-decoration: none;
}

/* Menu */

#menu1 {
	float: left;
	width: 170px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
	list-style-type: none;
}

#menu1 a {
	display: block;
	width: 170px;
	padding: 7px 0px;
	background-color: #e6af38;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #B5B5B5;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff7e6;
}

#menu1 a:hover {
	background-color: #ffc33e;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e3e3e3;
	border-bottom-color: #e3e3e3;
}

/* Content */

#content {
	width: 700px;
	padding-top: 5px;
	background-color: #fff7e6;
	top: 10px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/lat.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#colOne {
	float: left;
	width: 190px;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

#colTwo {
	float: right;
	margin-top: 20px;
	width: 440px;
	padding: 0 20px 0 20px;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #808080;
}


#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
}
.imag2 {
	border: 1px solid #154A56;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 135px;
	float: none;
	height: 110px;
	width: 150px;
	padding: 2px;
}

* html .imag2 {
	border: 1px solid #154A56;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 130px;
	height: 110px;
	width: 150px;
	padding: 2px;
	float: left;
}

.menu2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #154A56;
	margin-top: 45px;
	margin-left: 15px;
	float: left;
	display:inline;
	padding-left: 0px;
}

.menu2 span {
text-decoration: underline;
}

.menu2:hover {
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #154a56;
	text-decoration: none;
	display:inline;
}
.fisios {
	color: #FFF7e6;
}
.icon {

	border: thin solid #154A56;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 2px;
	margin-left: 2px;
	height: 60px;
	width: 60px;
	padding: 2px;
}
.icon2 {
	border: 1px solid #154A56;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 0px;
	height: 20px;
	width: 20px;
	padding: 2px;
	
	
}
s
#header a {

	width: 720px;
	height: 60px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/cabecera.gif);
	background-position: center center;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
.icon3 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	height: 80px;
	width: 90px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.mapa {

	border: 1px solid #154A56;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	height: 325px;
	width: 400px;
	padding: 3px;
}
#homeopatia, #ozonoterapia, #acupuntura{
	height: 110px;
	width: 110px;
	float: left;
	text-align: center;
	font-weight: bold;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #154a56;
}

#rehabilitacion{
	height: 110px;
	width: 130px;
	float: left;
	text-align: center;
	font-weight: bold;
	margin-right: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #154a56;
	margin-left: 30px;
}

* html #rehabilitacion{ margin-left:0;
						margin-right: 0px; }

#osteopatia{
	height: 110px;
	width: 110px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #154a56;
	margin-left: 0px;
	margin-top: 20px;
	float: left;
}

* html #osteopatia{
	margin-left:10px;
	float: right;
	margin-right: 65px;
	width: 130px;
}

#iridologia{
	height: 110px;
	width: 130px;
	float: left;
	text-align: center;
	font-weight: bold;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #154a56;
	margin-bottom: 0px;
}

* html #iridologia{ margin-left:0;
						margin-right: 10px; }

#tneural{
	height: 110px;
	width: 110px;
	float: left;
	text-align: center;
	font-weight: bold;
	margin-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #154a56;
	margin-left: 60px;
	margin-top: 20px;
}

* html #tneural{
	margin-left:25px;
	margin-top: 5px;
	clear: both;
	
}




.validadores {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.logoraggi {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding: 2px;
	height: 79px;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
