body {
	margin: 0;
	padding: 0;
	background: url(images/header.png) repeat-x left top;
	#font-family: 'Open Sans', sans-serif;
	#font-size: 10pt;
	#color: #3B3B3B;
}

#header {
	width: 1300px;
	height:116px;
	margin: 0px auto;
	z-index: 1;
	position: relative;
}

#headers1{
	clear: both;
	width: 960px;
	height:40px;
	margin: 0px auto;
	
}

#search{
	width: 466px;
	float:right;
}


#headers2{
	clear: both;
	height:76px;
	width: 960px;
	margin: 0px auto;
	
}

#logo{
	width: 280px;
	float:left;
}

#imglogo {
	position: relative;
}
#imglogo2 {
	position:absolute; top:50px;
}


#menu{
	margin:0 0 0 480px;
	height: 80px; 
}

#body {
	margin: 0px auto;
	height:420px;
	width: 1300px;
	position:relative;
}
#bodys {
	width: 960px;
	margin: 0px auto;
	position:absolute; top:0px; left:170px; 
}

#title{
position:absolute; top:0px; left:170px; 
	font-size: 60px;
	color:#FFF;
	font-family:calibri;
	margin: 20px 0 0 20px;
}

.mi-menu  {
    border-radius: 5px;
    list-style-type: none;
    margin: 0 0 0 0; /* si queremos centrarlo */
    padding: 0;
    /* la altura y su ancho dependerán de los textos */
    height: 40px; 
    width: 600px;
	position: relative;
    /* el color de fondo */
   /* background: #555;
    background: -moz-linear-gradient(#555,#222);
    background: -webkit-linear-gradient(#555,#222);
    background: -o-linear-gradient(#555,#222);
    background: -ms-linear-gradient(#555,#222);
    background: linear-gradient(#555,#222);*/
  }

  /* si es necesario, evitamos que Blogger de problemas con los saltos de línea cuando escribimos el HTML */
  .mi-menu  br { display:none; }

  /* cada item del menu */
  .mi-menu  li {
    display: block;
    float: left; /* la lista se ve horizontal */
    height: 40px;
    list-style: none;
    margin: 19px 0 0 0;
    padding: 0px;
    position: relative;
  }
  .mi-menu li a {
    border-left: 1px solid #888;
    border-right: 1px solid #666;
    color: #888;
    display: block;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 14px;
    margin: 8px 0;
    text-decoration: none;
    /* animamos el cambio de color de los textos */
    /*-webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;*/
  }
  /* eliminamos los bordes del primer y el último */
  .mi-menu li:first-child a { border-left: none; }
  .mi-menu li:last-child a{ border-right: none; }
  /* efecto hover cambia el color */
  .mi-menu li:hover > a { color: Crimson; }

  /* los submenús */
  .mi-menu li ul {
	border-radius: 0 0 0px 0px;
    left: 0;
    margin: 0;
    opacity: 0; /* no son visibles */
    position: absolute;
    top: 60px; /* se ubican debajo del enlace principal */
    /* el color de fondo */
    background: #E8E8E8;
    background: -moz-linear-gradient(#E8E8E8,#FFF);
    background: -webkit-linear-gradient(#E8E8E8,#FFF);
    background: -o-linear-gradient(#E8E8E8,#FFF);
    background: -ms-linear-gradient(#E8E8E8,#FFF);
    background: linear-gradient(#E8E8E8,#FFF);
    /* animamos su visibildiad */
    -moz-transition: opacity .25s ease .1s;
    -webkit-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
  }
  /* son visibes al poner el cursor encima */
  .mi-menu li:hover > ul { opacity: 1; }

   /* cada un ode los items de los submenús */
  .mi-menu li ul li {
    height: 0; /* no son visibles */
    overflow: hidden;
    padding: 0;
	position:relative;
	margin: 14px 0 0 0;
    /* animamos su visibildiad */
    -moz-transition: height .25s ease .1s;
    -webkit-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
  }
  .mi-menu li:hover > ul li {
    height: 26px; /* los mostramos */
    overflow: visible;
    padding: 0;
  }
  .mi-menu ul li a {
    border: none;
    margin: 0 0 0 0;
    /* el ancho dependerá de los textos a utilizar */
    padding: 0 0 0px 0px;
    width: 180px;
  }
  /* el último n otiene un borde */
  .mi-menu ul li:last-child a { border: none; }



#imgbuscador{
	margin-left: 200px;
}

#buscador{
	color:#FFF;
	font-size: 17px;
	font-family:calibri;
	margin-left: 70px;
}

#resultado{
	margin-left: 225px;
	font-size: 17px;
	font-family:calibri;
	
}

.principal{
	color:#AAA;
	background:#000;
	font-size: 20px;
	font-family:calibri;
}

#footer {
	background: url(images/footer.png) repeat;
	height:426px;
	margin: 0px auto;
}