@CHARSET "UTF-8";

/*
-------------------------------
-------------------------------
----------------------GENERALES
-------------------------------
-------------------------------
*/

body {
	background-color:#F7F7FA;
	background-image:url(../images/bg-noise.png);
    color: #6D6E71;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
	padding:0;
	margin:0;
}

h1, h2, h3, p, span{
	margin:0;
	padding:0;
}

a{
	color:#ccc;
	text-decoration:none;
}

a:hover{
	color:#fff;
	text-decoration:none;
}

img{
	border:0!important;
}

label{
	font-size:14px;
}

button{
	cursor: pointer;
	background:none;
	border:none;
	padding:0;
	margin:0;
}

table{
	width:100%;
    border: 0 none;
    border-collapse: collapse;
    padding: 0;
}

.coltorneo-clogo img {
    max-height: 80px;
    max-width: 80px;
}

#Loading{
	padding: 3px;
	position: fixed;
	background-color: #F9EDBE;
	border-color: #F0C36D;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	color: #222222;
	font-weight: bold;
	font-family: arial,sans-serif;
	z-index: 9999;
	width: 100%;
	top: 0;
	white-space: nowrap;
	font-size: 12px;
	text-align: center;
}

.loading{
	padding: 10px;
	font-weight: bold;
	font-family: arial,sans-serif;
	white-space: nowrap;
	font-size: 12px;
	border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.loading img{
	margin-right:10px;
}

.content{
	width:970px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding: 0 15px;
}

.auto{
	width:auto!important;
}

.cleft{
	float:left;
}

.cright{
	float:right;
}

.clear{
	clear:both;
}

.hidden{
	display:none!important;
}

.focus{
	border: 1px solid #8BBAE9!important;
	background-color:#fff!important;
}

.bgfocus{
	background-color:#017FD6!important;
	/*
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#79BEF0), color-stop(100%,#017FD6));
	background: -moz-linear-gradient(bottom center, #79BEF0 0%, #79BEF0 30%, #017FD6 90%) repeat scroll 0 0 transparent!important;
	*/
}

.strong{
	font-weight:bold;
}

.required{
	margin-right:5px!important;
	color:#DD4B39!important;
	font-size:14px!important;
	font-weight:bold!important;
}

.btn{
	border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.6);
}

.bigbtn{
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    text-align: center;
	color: #FFFFFF;
    font-size: 16px;
    padding: 7px 25px 8px;
    text-shadow: 0 -1px #367BBB;
	cursor:pointer;
}

.smallbtn{
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    text-align: center;
	color: #FFFFFF;
    font-size: 12px;
    padding: 2px 5px;
    text-shadow: 0 -1px #367BBB;
	cursor:pointer;
}

.btnblue {
	background-color:#2F78D0;
/*
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#2F78D0), color-stop(100%,#51A8E6));
	background: -moz-linear-gradient(bottom center, #2F78D0 0%, #51A8E6 100%) repeat scroll 0 0 #2F78D0;
*/
    border-color: #4A86C1;
}

.bluebutton span:hover{
	background-color:#2F78D0;
/*
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#2F78D0), color-stop(100%,#4795CC))!important; 
	background: -moz-linear-gradient(center bottom, #2F78D0 0%, #4795CC 100%) repeat scroll 0 0 #2F78D0!important;
*/
	text-decoration:none;
}

.bluebutton button:hover{
	background-color:#2F78D0;
/*	
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#2F78D0), color-stop(100%,#4795CC))!important;
	background: -moz-linear-gradient(center bottom, #2F78D0 0%, #4795CC 100%) repeat scroll 0 0 #2F78D0!important;
*/
	text-decoration:none;
}

.btngray{
	background-color:#999;
/*
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#999), color-stop(100%,#666));
	background: -moz-linear-gradient(bottom center, #666 0%, #999 100%) repeat scroll 0 0 #666;
*/
	border-color: #999;
}

.graybutton span:hover{
	background-color:#999;
/*
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#666), color-stop(100%,#666))!important;
	background: -moz-linear-gradient(center bottom, #666 0%, #666 100%) repeat scroll 0 0 #666!important;
*/
	text-decoration:none;
}

.btnsilver{
	background-color:#f3f3f3;
/*
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#f3f3f3), color-stop(100%,#f1f1f1));
	background: -moz-linear-gradient(bottom center, #f1f1f1 0%, #f3f3f3 100%) repeat scroll 0 0 #f1f1f1;
*/
	border-color: #999;
}

.btnred{
	background-color:#D15C65;
/*
	background: -webkit-gradient(linear, left bottom, left center, color-stop(0%,#BC1320), color-stop(100%,#D15C65));
	background: -moz-linear-gradient(center bottom , #BC1320 0%, #D15C65 100%) repeat scroll 0 0 #BC1320;
*/
    border-color: #BC1320;
}

.redbutton span:hover{
	background-color:#D15C65;
/*
	background: -webkit-gradient(linear, left bottom, left center, color-stop(0%,#BC1320), color-stop(100%,#D15C65));
	background: -moz-linear-gradient(center bottom , #BC1320 0%, #D15C65 100%) repeat scroll 0 0 #D15C65;
*/
}

.formrow-first{
	margin-top:0!important;
}

.formrow{
	margin-top:5px;
}

.formrow label{
    border: medium none;
    color: #333333;
    font-weight: normal;
    line-height: 25px;
    margin: 2px 10px;
    text-align: right;
    width: 300px;
}

.formrow input {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #D9D9D9;
    padding: 5px 5px;
	font-size:14px;
	color: #4c4c4c;
    width: 300px;
}

.formrow textarea {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #D9D9D9;
    padding: 5px 5px;
	font-size:14px;
	color: #4c4c4c;
    width: 300px;
}

.formrow select {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #D9D9D9;
    padding: 3px 5px;
	font-size:14px;
	color: #4c4c4c;
    width: 312px;
}

.formrow input.radiobutton {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #D9D9D9;
    padding: 5px 5px;
	font-size:14px;
	color: #4c4c4c;
    width: 30px!important;
}

.formrow .bgtextbox{
    background: none repeat scroll 0 0 #eaeaea;
    border-radius: 4px 4px 4px 4px;
    padding: 3px;
}

.divider-bottom{
    background: url("../images/separador_lineadoble_con_sombra_bottom.png") no-repeat scroll center bottom transparent;
    height: 10px;
}

.divider-top{
    background: url("../images/separador_lineadoble_con_sombra_top.png") no-repeat scroll center bottom transparent;
    height: 10px;
}

/*
-------------------------------
-------------------------------
-----------------------MESSAGES
-------------------------------
-------------------------------
*/

.errMessages{
	background-image:url(../images/warning.gif);
	background-repeat:no-repeat;
	background-position:10px 50%;
	background-color: #FDE7E1;	
	box-shadow: 0 0 4px 0 #FF978C inset;
    outline: medium none;
    margin-bottom: 10px;	
	padding:20px 20px 20px 40px;
}

/*
-------------------------------
-------------------------------
-----------------------------BG
-------------------------------
-------------------------------
*/

#bg .bg-gradient-bottom{
	background-image:url(../images/bg-gradient-bottom.png);
	width:100%;
	height:100px;
	position:absolute;
	top:470px;
	z-index:-9;
}

#bg .bg-gradient-top{
	background-image:url(../images/bg-gradient-top.png);
	width:100%;
	height:100px;
	position:absolute;
	top:160px;
	z-index:-9;
}

/*
-------------------------------
-------------------------------
----------------------------TOP
-------------------------------
-------------------------------
*/

#top {
	background-color:#eaeaea;
	border-bottom:1px solid #DDD;
	color:#414042;
}

#top .cancha-status{
	line-height:30px;
}

#top .cancha-estado{
	float:left;
}

#top .cancha-estado .estado{
	font-weight:bold;
	color:#0088CC;
}

#top .cancha-estado-lastupd{
	float:left;
	margin-left:5px;
}

#top .weatherRange{
	color:#414042;
	line-height:30px;
}

#top .weatherCity{
	color:#414042;
	line-height:30px;
}

#top .weatherTemp{
	color:#0088CC;
	font-size:16px;
	margin-right:5px;
	line-height:30px;
}

#top .weatherImage{
	height:30px;
}

/*
-------------------------------
-------------------------------
-------------------------HEADER
-------------------------------
-------------------------------
*/

#header{
	background-color:#F7F7FA;
	background-image:url(../images/bg-noise.png);
	min-height: 100px;
}

#isologo{
	text-align:center;
	margin: 10px;
}

#isologo img{
	max-height: 95px;
	max-width: 600px;
}

#header .sponsors table{
	border-collapse:collapse;
}

#header .sponsors td{
	height:100px;
	border:0;
	padding:0;
	margin:0;
}

#header .sponsors img{
	max-height: 80px;
	max-width: 170px;
}

/*
-------------------------------
-------------------------------
-------------------------MNUNAV
-------------------------------
-------------------------------
*/

#mnunav {
	background-color:#F7F7FA;
	background-image:url(../images/bg-noise.png);
	font-size:14px;
	color:#006838;
	width:100%;
	padding:0 0 10px 0;
	z-index:2;
}

#mnunav .content{
	background-color:#414042;
	border-radius:4px;
	padding:3px;
}

#mnunav .section{
	border-radius:4px;
	height:34px;
	line-height:34px;
}

#mnunav .section01{
	background:#58595B;
	margin-left:5px;
}

#mnunav .section02{
	background:#808285;
}

#mnunav .section03{
	background:#0088CC;
}

#mnunav .section04{
	background:#0088CC;
	margin-left:5px;
}

#mnunav .section01 ul{
	margin:0;
	padding:0;
}

#mnunav .section01 li{
	display:inline;
}

#mnunav .section01 a{
	color:#fff;
	text-decoration:none;
	padding:7px 10px;
}

#mnunav .section01 a:hover{
	color:#00AEEF;;
}

#mnunav .section02 ul{
	margin:0;
	padding:0;
	list-style:none;
}

#mnunav .section02 li{
	display:inline;
}

#mnunav .section02 a{
	color:#fff;
	text-decoration:none;
	padding:7px 20px;
}

#mnunav .section02 a:hover{
	color:#00AEEF;;
}

#mnunav .section03 .mnuopc-home{
	background-image:url(../images/ico_home.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	display: inline-block;
	vertical-align: middle;
	margin-top:2px;
	margin-right:5px;
	margin-left:5px;
	width:30px;
	height:30px;
}

#mnunav .section04 .mnuopc-contactus{
	background-image:url(../images/ico_contactus.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	display: inline-block;
	vertical-align: middle;
	margin-top:2.5px;
	margin-left:5px;
	margin-right:5px;
	width:30px;
	height:30px;
}

#mnunav_myaccount{
	position:absolute;
	z-index:9999;
	width:100%;
}


/*
-------------------------------
-------------------------------
---------------------------MAIN
-------------------------------
-------------------------------
*/

#main{
	min-height:500px;
	/*padding-bottom:20px;*/
	/*background-color:#F1F2F2;*/
}

#main .content{
	padding:10px 15px!important;
}

#main .header{
    margin: 0 0 10px 0;
    padding: 10px 0;
    text-align: center;
    display: block;
}

#main .header h1{
    font-size: 36px;
    font-weight: normal;
    line-height: 1em;
    margin: 0 0 10px;
    padding: 0;
}

#main .header p{
    color: #4C4C4C;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

#main .box{
	background: none repeat scroll 0 0 white;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    padding: 10px 10px 30px;
	color:#000;
	min-height:450px;
}

#main .box .step-description {
    margin: 10px 0;
}
#main .box .step-description h3 {
    font-size: 14px !important;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
#main .box .step-description .mnu-faq a {
    color: #0088CC;
    font-size: 14px !important;
}
#main .box .step-description .bg_faq {
    background-image: url("../images/ico_faq_small.png");
    background-position: right 3px;
    background-repeat: no-repeat;
    height: 30px;
    line-height: 30px;
    padding-right: 30px;
}

/*
-------------------------------
-------------------------------
-------------------------BOTTOM
-------------------------------
-------------------------------
*/

#bottom{
	color:#fff;
	background-color:#333;
}

#bottom .section{
	padding:10px 0;
}

#bottom .credits{
	text-align:center;
	line-height:22px;
}

#bottom .credits a{
	color:#fff;
}

#bottom .credits a:hover{
	text-decoration:underline;
	color:#fff;
}

/*
-------------------------------
-------------------------------
----------------------SP-BOTTOM
-------------------------------
-------------------------------
*/

#sp_bottom{
	background-color:#fff;
}

#sp_bottom .sp-bottom{
	padding:20px;
}

#sp_bottom .sp-row-margin{
	margin-bottom:25px;
}

#sp_bottom .sp-row-margin-last{
	margin-bottom:0!important;
}

#sp_bottom .sp-row table{
	width:auto!important;
}

#sp_bottom .sp-first{
	padding-left:0!important;
}

#sp_bottom .sp{
	padding-left:60px;
}

#sp_bottom img{
	max-height: 80px;
	max-width: 120px;
}
/*
-------------------------------
-------------------------------
--------------------------LOGIN
-------------------------------
-------------------------------
*/

#login .form-login{
	margin-top:40px;
}

#login p{
	text-align:center;
	margin-bottom:20px;
}

#login p a{
	color:#2F78D0;
	text-decoration:underline;
}

#login p.subtitle{
	font-size:14px;
}
