﻿div.Equipos
{
	background: transparent url(../img/border-top.gif) no-repeat center top;
	padding-top: 5px;
	margin-top: 10px;
	text-align: left;
}

	div.Equipos table.Content
	{
		width: 200px;
		background-color: #f6f6f6;
		border-collapse: collapse;
		border-left: solid 1px #cccccc;
		border-right: solid 1px #cccccc;
		border-bottom: solid 1px #cccccc;
		border-top: 0 none;
		margin: 0 auto;
		
		font-size: 11px;
		font-family: "Trebuchet MS", serif;
	}	
		div.Equipos table.Content *
		{
			font-size: 11px;
			font-family: "Trebuchet MS", serif;
			empty-cells: show;
		}
	
		div.Equipos table.Content td.Cont
		{
			width: 100px;		
		}
		
		div.Equipos table.Content td.Left
		{
			border-right: solid 1px #e6e6e6;
		}
		
			div.Equipos table.Content td.Cont table.Equipo
			{	
				width: 98px;
			}
			
				td.prim{width: 80px;}
				td.secu{width: 22px;}
				
				div.Equipos table.Content td.Cont table.Equipo td
				{
					border: 0 none;
					margin: 0;
					padding: 0;
					vertical-align: middle;
					border-right: solid 1px #e6e6e6;
					border-bottom: solid 1px #e6e6e6;
				}
			
				div.Equipos table.Content td.Cont table.Equipo tr.firstRow td td
				{
					height: 30px;
					border: none;
				}
				
				div.Equipos table.Content td.Cont table.Equipo td.Nombre
				{
					height: 28px;
					width: 98px;
					border-right: solid 1px #e6e6e6;
					background-color: #f6f6f6;
					text-align: center;
					padding-left: 4px;
					border: none;
					border-bottom: solid 1px #e6e6e6;
				}
					
					div.Equipos table.Content td.Cont table.Equipo td.Nombre table
					{
						width: 100%;
					} 
					
						div.Equipos table.Content td.Cont table.Equipo td.Nombre table td
						{
							text-transform: uppercase;
							font-weight: bold;
							font-size: 90%;
						}
			
				div.Equipos table.Content td.Cont table.Equipo td.Resultado
				{
					font-size: 20px;
					color: #B82816;
					font-weight: bold;
					height: 28px;
					text-align: center;
					
				}

				div.Equipos table.Content td.Cont table.Equipo td.Jugador
				{
					background: #ffffff;
					padding: 0px 0px 0px 5px;
					height: 20px;
				}
				
				div.Equipos table.Content td.Cont table.Equipo td.Tarjeta
				{
					height: 18px;

					background: #f6f6f6;
					width: 28px;
					height: 20px;
					
				}
				
					div.Equipos table.Content td.Cont table.Equipo td.Tarjeta div.Container
					{
						border: solid 1px #ffffff;
						height: 18px;
						width: 20px;
						background: #f6f6f6;
						text-align: center;
					}
					
						div.Equipos table.Content td.Cont table.Equipo td.Tarjeta div.TAmarilla
						{
							background: #fffc26;
							border: solid 1px #d3d3d3;
							width: 6px;
							height: 10px;
							margin: 0 auto;
							font-size: 1px;
						}
						
						div.Equipos table.Content td.Cont table.Equipo td.Tarjeta div.TRoja
						{
							background: #ff1818;
							border: solid 1px #d3d3d3;
							width: 6px;
							height: 10px;
							font-size: 1px;
							margin: 0 auto;
						}
						
				
		div.Equipos table.Content td.DT
		{
			height: 20px;
			color: #B82816;
			border-bottom: solid 1px #d3d3d3;
			padding-left: 5px;
		}
		
		div.Equipos table.Content td.Text
		{
			vertical-align: top;
			padding-left: 5px;
			padding-bottom: 5px;
			line-height: 14px;

		}
			
			div.Equipos table.Content td.Text strong
			{
				display: block;
				text-transform: uppercase;
				font-size: 9px;
			}
	
	div.Equipos div.Goles
	{
		width: 194px;
		background: #f6f6f6;
		margin: 0 auto;
		text-align: left;
		padding-top: 5px;
		padding-left: 5px;
		padding-bottom: 5px;
		border: solid 1px #d3d3d3;
		border-top: none;
	}

		div.Equipos div.Goles strong
		{
			text-transform: uppercase;
			font-size: 9px;
		}

	div.Equipos div.Arbitro
	{
		width: 193px;
		background: #f6f6f6;
		margin: 0 auto;
		text-align: left;
		padding-top: 5px;
		padding-left: 5px;
		padding-bottom: 5px;
		border: solid 1px #d3d3d3;
		border-top: none;
		color: #B82816;
	}

