body {
	padding: 0;
	margin: 0;
	text-align: center;
}
html {
	padding: 0;
	margin: 0;
	text-align: center;
}
#contenedor {
	/*background-image: url(images/fondo.jpg);*/
	width: 780px;
	/*min-height: 1108px;*/
	text-align:left;
	margin:auto;
}
#pie {
  position: relative;
  top: 0px;
  left: 0px;
	/*clear: both;*/
	/*background-image: url(/images/pie.jpg);*/
	/*background-repeat: repeat-x;*/
	height: 50px;
}
#pie a {
  text-decoration: none;
	color: #666666;
}
#pie .powered {
	font-size: small;
}
#textopie {
  position: absolute;
  top: 24px;
  left: 0px;
  width: 780px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
#cabecera {
  position: relative;
  top: 0px;
  left: 0px;
	/*background-image: url(/images/cabecera.jpg);*/
	height: 90px;
	text-align: left;
}
#menu {
	width: 200px;
	float: left;
	position: relative;
	min-height: 400px;
}
#menucategorias {
  clear: both;
}
#menucategorias a {
  text-decoration: none;
  color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
#menucategorias a:hover {
  color: #FF6600;
}
#cuerpo {
	width: 780px;
  min-height: 300px;
  height: auto !important;
  height: 400px;
	background-image: url(/images/menu.jpg);
	background-repeat: no-repeat;
	/*display: block;*/
	position: relative;
}
#contenido {
	float: right;
	/*min-height: 678px;*/
	width: 580px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	/*overflow: auto;*/
	/*position: relative;*/
	/*display: block;*/
	color: #666666;
  /*
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  */
	/*background-image: url(images/esquina.jpg);*/
	background-repeat: no-repeat;
}
#contenido a {
	text-decoration: underline;
	font-style: italic;
	color: #FF6600;
}

#contenido h1 {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}
#idioma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 20px;
	width: 250px;
	position: absolute;
	left: 520px;
	top: 30px;
	text-align: right;
}
#idioma a {
	text-decoration: none;
	color: #666666;
}
.forms {
	border: 1px solid #990033; 
	color: #990033; 
	background-color: #FFDDDD;
}
#listadocontenedor {
  width: 580px;
}
#listadocategorias {
  float: left;
}
#listado {
  float: right;
}
#listado table {
  margin-left: auto;
  margin-right: auto;
}
#listado th {
	background-color: #FF6600;
	font-style: italic;
  color: #FFFFFF;
}
#listado th a {
  text-decoration: none;
  color: #FFFFFF;
}
#listado .filacolor0 {
  background-color: #DDDDDD;
}
#listado .filacolor1 {
  background-color: #FFCC99;
}
#formulario table {
  margin-left: auto;
  margin-right: auto;
}
#formulario th {
  text-align: right;
}
/* cssnav */
.cssmenu {
	width: 190px;
}
.cssnav	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: url(/images/menu-on.gif) no-repeat;
	width: 92px;
	height: 120px;
	overflow:hidden;/* for ie to hide extra height*/	
}
.cssnav a {
	display: block;
	font-size: 11px;
	width: 92px;
	height: 120px;
	display: block;
	float: left;
	color: black; 
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.cssnav a:hover {color: #000000; }
.cssnav img {
  width: 91px;
  height: 119px;
  border: 0;
}
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}
.cssnav span {
  position: absolute;
  left: 0px; bottom: 10px;
  color: #000000;
  text-align: right;
  cursor: pointer;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
  width: 80px;
}
#searchdomain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 56px;
	left: 650px;
	width: 120px;
  padding: 2px;
  background-color: #FF6600;
}
#searchdomain a {
  text-decoration: none;
	color: #FFFFFF;
}