
@font-face {
  font-family: 'Museo100';
  src: url('http://www.profesionalhosting.com/fonts/Museo-Regular-100.otf') format('opentype');
}

@font-face {
  font-family: 'Museo300';
  src: url('http://www.profesionalhosting.com/fonts/Museo-Regular-300.otf') format('opentype');
}

@font-face {
  font-family: 'Museo500';
  src: url('http://www.profesionalhosting.com/fonts/Museo-Regular-500.otf') format('opentype');
}

@font-face {
  font-family: 'Museo700';
  src: url('http://www.profesionalhosting.com/fonts/Museo-Regular-700.otf') format('opentype');
}

@font-face {
  font-family: 'Museo900';
  src: url('http://www.profesionalhosting.com/fonts/Museo-Regular-900.otf') format('opentype');
}

body {
	margin: auto;
	background-color: #F7F7F7;
}




#header {
	height: 67px;
	height: 118px;
	background-image: url('http://www.profesionalhosting.com/imgs/turquesa/header.jpg');
	background-repeat: repeat-x;
	font-size: 10px;
	text-align:center;
}

#header #centrado {
	width: 700px;
	margin: auto;
}

#header #centrado #logo {
	background-image: url('http://www.profesionalhosting.com/imgs/turquesa/logo.jpg');
	background-repeat: no-repeat;
	width: 185px;
	height: 55px;
	float: left;
	margin-top: 10px;
	margin-right: 260px;
}

#header #centrado #menuheader {
	float: left;
	text-align: right;
	margin-top: 15px;
	line-height: 25px;
}

#header #centrado #menuheader a {
	font: bold 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #6F6F6F;
	text-decoration:none;
}

#header #centrado #menuheader a:hover {
	color: orange;
}

#header #centrado #menuheader #telefono {
	font: bold 18px Tahoma, Arial, Helvetica, sans-serif;
	color: #6F6F6F;
	margin-top: 5px;
}

#header #centrado #menuheader #telefono img {
	margin-top: 2px;
	margin-left: 90px;
	float: left;
}


#menuprincipal { 
	height: 41px;
/*	background-image: url('http://www.profesionalhosting.com/imgs/turquesa/menu-principal.jpg');*/
/*	background-repeat: repeat-x;*/
	font-size:11px;
	clear: both;
	text-align: center;
	color: #FFFFFF;
	padding-top: 20px;
}

#menuprincipal a {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menuprincipal a:link {
	text-decoration: none;
}

#menuprincipal a:visited {
	text-decoration: none;
}

#menuprincipal a:hover {
	text-decoration: none;
	color:#DDEDF3;
}

#menuprincipal a:visited {
	text-decoration: none;
}


#menu_navegacion
{

color:#666666;
font: 13px Arial, Helvetica, sans-serif;
text-align:left;
*width: 700px;
margin-bottom:10px;
}

#menu_navegacion a {
	font: bold 13px Arial, Helvetica, sans-serif;
	color:#666666;
}

#menu_navegacion a:link {
	text-decoration: none;
}

#menu_navegacion a:visited {
	text-decoration: none;
}

#menu_navegacion a:hover {
	text-decoration: none;
	color:#0099FF;
}

#menu_navegacion a:visited {
	text-decoration: none;
}


#contenido {
	margin: auto;
	width: 700px;
	*width: 100%;
	text-align:center;
}



#footer {
	height: 79px;
	background-image: url('http://www.profesionalhosting.com/imgs/turquesa/footer.jpg');
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 20px;
	color: #000000;
	font: normal 12px Arial, sans-serif;
}

#footer a { font-family: Arial sans-serif; font-size: 13px; text-decoration: none; color: #FFFFFF; }
#footer a:visited { color: 	#DEFE30; }
#footer a:hover { color: #DEFE30; }
#footer a:active { color: #DEFE30; }

#footer #copyright {
	color: #FFFFFF;
 	margin-top: 6px;
}
#footer #copyright a:link {
	color: #DDEDF3;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#footer #copyright a:visited {	color: #DDEDF3;}
#footer #copyright a:hover { color: #FFFFFF; }
#footer #copyright a:active { color: #FFFFFF; }
/*Flotantes*/
.globo{

	width:128px;
	height:300px;
	position:absolute;
	right:0px;
	top:200px;
	display:block;
}
.globo:hover{
text-decoration:none;}

body > .globo {
	position: fixed;
	top: 200px;
	right: 0px;
} 

* html .globo { /*\*/position: absolute; top: expression((200 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + "px"); right: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + "px");/**/ }

