/********************
* nombre: greenmaze.css
* Autor: Janmi.com 10/07/2007 22:23
********************/

/** Genericos **/
body
{
	text-align: center;
	font-family: verdana;
	font-size: 10px;		
	background-color: #363636;
	/* background: url(bg.jpg);	 */
}
td
{
	font-family: verdana;
	font-size: 10px;
}
div
{
	font-family: verdana;
	font-size: 10px;
}
a
{
	color: white;
}
a:hover
{
	color: #5dcf1c;
}


/** Clases propias **/
.enlace2
{
	color: black;
}

.cabecera
{
 width:548px;
 height:137px;
 background: url(fondocabecera.png);	 
}

.cuerpo
{
	width: 548px;
	margin: 0px auto;
	text-align: left;
	background-color: #252120;
	height: 612px;
}
.pie
{
	width: 638px;
	height: 35px;
	margin: 0px auto;	
}

.piecontenido
{
	text-align: center;
}

.contenido_flash
{
	height: 300px;	
}
.descripcion
{
	text-align:justify;
	font-family: arial;
	font-size: 12px;
	color: #013434;
}

.linea1
{
	background: #83c05d;
	width: 100%;
	height:10px;
}

.linea2
{
	background: #5dcf1c;
	width: 100%;
	height:8px;
}
.cajaizq1
{
	color: #cccccc;
	width:126px;
	height:182px;
	background:url(cajaizq_01.gif);
	margin: 10px;	
	padding: 5px;
}
.cajadch1
{
	color: #f6e1b2;
	width:365px;
	height:182px;
	background:url(cajadch_01.gif);
	margin: 5px;	
	padding: 5px;
}
.titular
{
	font-family: times, times new roman, arial;
	font-size: 24px;
	font-weight: bold;
	color: f6e1b2;
}

/*- Menu Tabs C--------------------------- */

    #tabsC {
      float:left;
      width:100%;
      /* background:#EDF7E7; */
      font-size:12px;
      font-family: verdana;
      font-weight: bold;
      line-height:normal;
      }
    #tabsC ul {
	  margin:0;
	  padding:10px 0px 0 100px;
	  list-style:none;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsC a {
      float:left;
      background:url("tableftC.gif") no-repeat left top;
      margin-left:4px;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsC a span {
      float:left;
      display:block;
      background:url("tabrightC.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#464E42;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {float:none;}
    /* End IE5-Mac hack */
    #tabsC a:hover span {
      color:#FFF;
      }
    #tabsC a:hover {
      background-position:0% -42px;
      }
    #tabsC a:hover span {
      background-position:100% -42px;