/** BASIC */

html, body {
	height: 100%;
}

body {
	margin-top: 10px;
}

/** HEADER */

#header {
	width: 940px;
	height: 60px;
	margin: 0px auto;
}

#logo {
	float: left;
	width: 600px;
	padding-left:5px;
	text-align:right;  
	height: 60px;
	font-family: Tahoma;
	background: url(images/homepage01.jpg) repeat-x left bottom;	
}

#logo h1 { display:inline; font-size:22px;}

/* AŅADIDO */
#logo br
{
 line-height: 0px;
}
#logo h2
{
 color: #58ACFA;
 font-size:18px;
 display: inline;
}
/* FIN AŅADIDO */

/** SEARCH */

#search {
	float: right;
	padding: 5px 35px 0px 0px;
}

/** MENU */

#menu {
	width: 900px;
	height: 42px;
	margin: 0px auto;
	padding: 16px 20px 0px 20px;
	border: 1px solid #FFFFFF;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 7px 15px 0px 17px;
	background: url(images/subpage1_01.gif) no-repeat left top;
}

#menu .first a {
	background: none;
}

/** CONTENT */

#content {
	width: 880px;
	margin: 0px auto;
	padding: 40px 30px 30px 30px;
}

#right {
	float: right;
	width: 639px;
}

#left {
	float: left;
	width: 203px;
}

/** FOOTER */

#footer {
	width: 940px;
	margin: 0px auto;
	padding: 15px 0px;
}

/** BOX1 */

#box1 {
	margin-bottom: 40px;
}

/** BOX2 */

#box2 {
	float: left;
	width: 377px;
}

#box2 .content {
	padding: 0px 15px;
}
/* AŅADIDO */
#box2 p
{
 line-height: 22px;
}

/** BOX3 */

#box3 {
	float: right;
	width: 229px;
}

#box3 .bg8 {
	padding: 25px 25px 0px 25px;
}

/** BOX4 */

#box4 {
}

#box4 .bg6 {
	padding-bottom: 15px;
	background-position: left bottom;
}

#box4 .content {
	padding: 0px 15px;
	margin-bottom: 30px;
}

/** BOX5 */

#box5 {
}

#box5 .bg6 {
	padding-bottom: 15px;
	background-position: left bottom;
}

#box5 .content {
	padding: 0px 15px;
}

/* AŅADIDO */
#box6 p
{
 line-height: 22px;
}

#map
{
 position:absolute;
 float:left;
 height:305px;
 width:350px;
 border: 1px solid #C0C0C0;
 z-index: 1
}

#imgMap
{

 position:relative;
 top: 340px;
 		width: 350px;
		height: 600px;
	
 

}

#txtLoc
{
 position:relative;
 top:-220px;
/* left: 50px;*/
 float:right;
 width: 225px;
}

#direccion
{
  float:right;
	/*border: 2px solid #00f;*/
 width:280px;
}

#nodisponible
{
 position:relative;
 top: 300px;
 left: 150px;
}

.linkF {
	text-decoration: none;	
  color:#C0C0C0;
}



.linkF:hover {
	text-decoration: underline;
}

#TABLE
table {
  border-collapse: collapse;
  border: 1px solid #666666;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #f6f6f6;
  text-align:left;
  }
caption {
  text-align: center;
  font: bold 16px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #CC00FF;
  text-transform: uppercase;
}
thead, tfoot {
background:url(images/bg1.png) repeat-x;
text-align:left;
height:30px;
}
thead th, tfoot th {
padding:5px;
}
table a {
color: #333333;
text-decoration:none;
}
table a:hover {
text-decoration:underline;
}
tr.odd {
background: #f1f1f1;
}
tbody th, tbody td {
padding:5px;
}

