/**
* inc/css/general/copyright.css
*
* Hoja de estilo para la tabla de coyright y textos legales
* Proyecto: Prototipo hoteles
*
* @copyright (c) Aquí Nuevas Tecnologías
*/

/**
* Estilo para el borde de la tabla del copyright
*/
.bordecopyright
{
  border: 0px solid #666666;
}

/**
* Estilo para los enlaces de textos legales
*/
a:link.enlacelegal
{
  font-family: arial, helvetica, sans-serif;
  font-size: 70%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  text-indent: 0em;
  color: #666666;
  background-color: #ffffff;
}

a:visited.enlacelegal
{
  font-family: arial, helvetica, sans-serif;
  font-size: 70%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  text-indent: 0em;
  color: #666666;
  background-color: #ffffff;
}

a:hover.enlacelegal
{
  font-family: arial, helvetica, sans-serif;
  font-size: 70%;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  text-align: center;
  text-indent: 0em;
  color: #666666;
  background-color: #ffffff;
}
/**
* Estilo para el copyright
*/

.copyright
{
  font-family: arial, helvetica, sans-serif;
  font-size: 70%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  text-indent: 0em;
  color: #cccccc;
  background-color: #ffffff;
}

/**
*  Estilo para el separador del copyright y textos legales
*/
.separador
{
  font-family: arial, helvetica, sans-serif;
  font-size: 80%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  text-indent: 0em;
  color: #666666;
  background-color: #ffffff;
}

/**
* Estilo para la etiqueta <hr> de la barra de separacion
*/
hr
{
  width: 70%;
	align: center;
	color: #46551A;
}
