﻿#backlayer
{
    position: absolute;
    width: 952px;
    height: 606px;
    left: 0px;
    top: 0px;
    background-color: Black;
    z-index: 200;
}
.box
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 12px;
    text-align: left;
    position: absolute;
    display: none;
    background-color: White;
    border: 6px solid gray;
    z-index: 300;
}
.box h1
{
    font-size: 16px;
    font-weight: bold;
    color: Black;
    width: 100%;
    height: 24px;
    margin: 0px;
    padding: 0px;
    background-color: Gray;
}
.box div
{
    margin: 16px;
}
.textField
{
    border: 1px solid #666;
    width: 164px;
}
.focused
{
    border: 1px solid black;
    background-color: #FFFFE0;
}
.email
{
}
.msghidden
{
	display: none;
}
#login, #register, #message, #detail, #contactForm
{
	width: 380px;
	left: 280px;
}
#login
{
    top: 160px;
}
#register
{
    top: 40px;
    width: 540px;
    left: 200px;
}
#message
{
    top: 190px;
}
#detail
{
	top: 80px;
	left: 176px;
	width: 600px;
	max-height: 450px;
	overflow: auto;
}
#contactForm
{
    top: 120px;
}

.photo
{
	width: 600px;
}

.lista
{
    height: 599px;
	overflow: auto;
	position: relative;
}

.categoria
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    color: Black;
}

.catseparator
{
	overflow: hidden;
	line-height: 1px;
	height: 4px;
}

.equipo
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 12px;
    color: Black;
    border: 1px solid #EAEAEA;
    width: 458px;
    overflow: hidden;
    /*position: relative;*/
	height: 180px;	
}

.tabs
{
}

.tab
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.tab-content
{
	height: 530px;
	overflow: auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

a.btnDetalle, a.btnDetalle:active
{
	color: Black;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}

a.btnDetalle:hover
{
	color: Black;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	background-color: #F8F8F8;
}

.even
{
	background-color: #E6E6E6;
}

.odd
{
	background-color: #D8D8D8;
}
