/* CSS Document */
body{
	margin:0;
	font-family:"Trebuchet MS";
    background: #464646;
	font-size:10pt;
    /* Mozilla: 
    background: -moz-linear-gradient(top, #FCFCFC, #EAEAEA);
    /* Chrome, Safari:
    background: -webkit-gradient(linear,
                left top, left bottom, from(#FCFCFC), to(#EAEAEA));
    /* MSIE 
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#FCFCFC', EndColorStr='#EAEAEA', GradientType=0);
     End MSIE */		
}
.lista{
	list-style:square;
}
.lista a:link{
	color:#2B726C;
	text-decoration:none;
}
.lista a:visited{
	color:#2B726C;
	text-decoration:none;
}
.lista a:active{
	color:#2B726C;
	text-decoration:none;
	border-bottom:1px dotted #2B726C;
}
.lista a:hover{
	color:#2B726C;
	text-decoration:none;
	border-bottom:1px dotted #2B726C;
	margin-bottom:-1px;
}
.parrafo a:link{
	color:#2B726C;
	text-decoration:none;
}
.parrafo a:visited{
	color:#2B726C;
	text-decoration:none;
}
.parrafo a:active{
	color:#2B726C;
	text-decoration:none;
	border-bottom:1px dotted #2B726C;
}
.parrafo a:hover{
	color:#2B726C;
	text-decoration:none;
	border-bottom:1px dotted #2B726C;
	margin-bottom:-1px;
}
h2{
	line-height:30px;
	font-family:"Century Gothic";
	margin:0;
	color:#2B726C;
	font-size:19px;
	letter-spacing:-1px;
}
h2 a{
	line-height:30px;
	margin:0;
	color:#2B726C;
	font-size:19px;
	text-decoration:none;
}
.parrafo{
	padding:5px;
	margin:0;
}
h3{
	font-family:"Century Gothic";
	text-shadow:1px 1px 1px #000;
	color:#BFE97B;
	font-weight:bold;
	letter-spacing:-1px;
	text-transform:uppercase;
	font-size:11pt;
}
.black_bold{
color:#000000;
font-family:'Century Gothic';
font-size:10pt;
font-weight:bold;
letter-spacing:-1px;
text-align:right;	
}
.black_bold a{
color:#000000;
text-decoration:none;
font-family:'Century Gothic';
font-size:10pt;
font-weight:bold;
letter-spacing:-1px;
text-align:right;	
}
#buscador{
	width:210px;
	height:27px;
	font-size:19px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family:'Century Gothic';
font-size:12pt;
letter-spacing:-1px;
font-weight:bold;
}

#navcontainer a
{
display: block;
color: #FFF;
background-color: #488580;
padding: .37em;
padding-left:.5em;
text-align:left;
text-decoration: none;
}

#navcontainer a:hover
{
background-color:#2B726C;
color: #FFF;
}
#footer_top{
	font-family:"Century Gothic";
	color:#FFFFFF;
	padding:20px;
	height:190px;
}
#footer_bottom{
	font-family:"Century Gothic";
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:-1px;
	text-align:right;
	padding-right:10px;
}
#footer_bottom a{
	color:#FFFFFF;
	text-decoration:none;
}
.footer_text{
	font-size:9pt;
}
.footer_text ul{
	margin-left:-15px;
	list-style:square;
}
.footer_text a{
	color:#FFFFFF;
	text-decoration:none;
}
.footer_text a:hover{
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px dotted #FFFFFF;
	margin-bottom:-1px;
	
}
#Navegadores
{
  display: block;
  width: 980px;
  height: 120px;
  background: url("images/navegadores_web.png") no-repeat 0 0;

}

#Navegadores:hover
{ 
  background-position: 0 -120px;
}

#Navegadores span
{
  display: none;
}
#Paq
{
  display: block;
  width: 427px;
  height: 110px;
  background: url("images/paquetes-web-todo-incluido.jpg") no-repeat 0 0;

}

#Paq:hover
{ 
  background-position: 0 -110px;
}

#Paq span
{
  display: none;
}
