/**
* inc/css/local/error.css
*
* Hoja de estilo para mostrar errores
* Proyecto: Prototipo hoteles
*
* @copyright (c) Aquí Nuevas Tecnologías
*/

/**
* Estilo para el borde de la tabla del menu
*/
.bordeerror
{
  border: 2px solid #002D82;
	
}

/**
* Estilo general para titulo1
*/
.titulo1
{
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  text-indent: 0em;
  color: #002D82;
  background-color: #ffffff;
}

/**
* Estilo general para el texto
*/
.textoerror
{
  font-family: arial, helvetica, sans-serif;
  font-size: 80%;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  text-indent: 0em;
  color: #002D82;
  background-color: #ffffff;
}

