@charset "UTF-8";

/* Cañeros 16-17
Versión 7, Oct 2016. Creada por Andrey Fuentes
Aplica a páginas tipo PopUp */

@import url("reset.css");

/********************************************************************** HTML */
body {
	background:#030;
	color:#000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Segoe UI", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase
}
h1 {
	font-size:24px
}
h2 {
	color:#060;
	font-size:20px;
	line-height:40px
}
h3 {
	font-size:14px;
	line-height:30px
}
p {
	line-height:1.6;
	margin:auto auto 1em auto
}
a {color:#030}
a:hover {color:#0C0}
pre {margin:10px}
abbr {cursor:help}
table {
	border:2px #030 solid;
	margin:0 auto 1em auto
}
table tr:hover td {
/*	background:#CFC*/
}
table thead th {
	background:#030;
	padding:2px 2px 4px 2px
}
table th {
	background:#060;
	color:#FFF;
	font-weight:bold;
	padding:2px
}
table td {
	border:1px #030 solid;
	padding:2px
}
/****************************************************************** FIN HTML */

#page {margin:auto}

#encabezado {
	background:url('imagenes/pagina2016/caneros170x80.png') no-repeat center center;
	height:80px
}

#contenido {
	background:#FFF;
	margin:auto; padding-bottom:1em;
	max-width:640px
}
#contenido h1 {
	background:#060;
	background:-moz-linear-gradient(top, #6C0 0%, #248a00 50%, #060 51%, #060 100%);
	background:-webkit-linear-gradient(top, #6C0 0%, #248a00 50%, #060 51%, #060 100%);
	background:linear-gradient(to bottom, #6C0 0%, #248a00 50%, #060 51%, #060 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6C0', endColorstr='#060',GradientType=0 );
	border:1px #7F0 solid;
	border-width:1px 1px 0 1px;
	color:#FFF;
	line-height:40px;
	margin-bottom:10px;
	height:40px
}

#contenido p {
	margin:0 12px 1em 12px
}

/********************************************************************* TEXTO */
.advertencia {
	background:#FC0;
	border:2px #F00 solid;
	padding:2px
}

/******************************************************************** TABLAS */
.verano {}
.verano th {
	color:#FF0;
	padding:4px 2px
}
.verano .nac {width:56px}
.verano .nom {width:220px}
.verano .org {width:200px}

#stats {
/*	background:#020;*/
	border:2px #FC0 solid;
	border-collapse:separate;
	color:#FFF;
	text-align:center
}
#stats thead th {
	background:#FC0
}
#stats th {
	background:#FF0;
	color:#030;
	font-weight:bold;
	padding:4px
}
#stats tr:nth-child(even) {background:#020}
#stats tr:nth-child(odd) {background:#030}
#stats td {
	border:1px #030 solid;
	border-collapse:collapse !important;
	padding:4px
}
#stats td:nth-child(2) {
	text-align:left
}
#stats a {
	color:#FC0;
	font-weight:bold
}
#stats a:hover {
	color:#FF0
}
