/**
 * @package    Deporte Total
 * @copyright  Copyright (c) 2007 Acan (http://acan.com.mx/)
 * @license    Creative Commons, Reconocimiento-No comercial-Sin obras derivadas 2.5 ("http://creativecommons.org/licenses/by-nc-nd/2.5/mx/")
 */

/* @group Initial Cleanup */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6 { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0 }
table { border-collapse: collapse;border-spacing: 0; }
a img, :link img, :visited img, img { border: none; }

/* @end */


body {
	background: #fff;
	color: #000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;	
	margin: 0;
	padding: 15px;
}

td {
	padding: 2px;
}

.tituloNombre {
	font-size: 10px;
	font-weight: bold;
}

.tituloDeporte Total
 {
	color: #434343;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	text-shadow: #c0c0c0 3px 3px 0;
	border-top: 1px solid #b4b4b4;
}

input[type=text] {
	border: 1px solid #000;
}

input[type=text]:focus {
	background-color: #f7ffb1;
}

/* @group Errors in validation */

#formMessageBox {
	background: #FFE5E5;
	padding: 5px 10px;
	color: #FF4747;
	font-weight: bold;
	display: none;
	font-size: 12px;
}

#formMessageBox li {
	list-style-type: none;
}

#formMessageBox2 {
	background: #FFE5E5;
	padding: 5px 10px;
	color: #FF4747;
	font-weight: bold;
	display: none;
	font-size: 12px;
}

#formMessageBox2 li {
	list-style-type: none;
}

div.error {
	display: block;
	margin-left: 15px;
	padding-left: 15px;
}

div.success {
	display: block;
	margin-left: 15px;
	padding-left: 15px;
	color: #589643;
	font-weight: bold;
}

.errorMsg {
	display:none;
	font-size:12px;
	padding:5px;
}


input.error,
fieldset input.error {
	color: red ;
	border: 1px solid #FF4747;
}


select.error {
	color: red;
	background: inherit;
	border: 1px solid #FF4747;
	padding: 1px 1px;
}

/* @end */

#invalidDate {
	border: 1px solid #ff1c00;
	width: 500px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #ff1c0e;
}

input[type=submit] {
	background-color: #ddd;
	border: 1px solid #323232;
}

input[type=submit]:hover {
	background-color: #fff;
	border: 1px solid #cecece;
}

.logo {
	text-align: center;
}