@charset "utf-8";
/* CSS Document */

body{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#776e60;
}
a, img{ text-decoration:none; border:none; outline:none }
p{ text-align:justify }

h1, h2, h3, h4, h5, h6, a, strong{ color:#73a013 }

.center{ text-align:center }

.gallery .img{
	float:left;
	margin:2px;
	overflow:hidden;
}
.gallery .img img{
	border:1px solid #73a013;
	display:block;
	margin:0;
	padding:0;
}
.gallery .img h1{
	background-color:#73a013;
	font-size:12px;
	margin:0;
	padding:0;
	text-align:center;
	color:#fff
}
.banner{
	display:block;
	padding:0;
	margin:20px 0;
}
.tipos{ vertical-align:middle; padding-right:20px }

h4{
	text-transform:uppercase;
	border-bottom:#776e60 1px solid;
}
span.block{ display:block; overflow:hidden; width:100% }
label{ display:block; float:left; width:125px; margin:1px; text-align:right; }
input, select, textarea{
	float:left;
	background:#000;
	border:#776e60 1px solid;
	margin-bottom:10px;
	color:#776e60;
}
input.button{
	background:#73a013;
	border:#fff 1px solid;
	color:#fff;
	font-weight:bold;
	padding:2px 20px;
	float:none;
	cursor:pointer
}
input.button:hover{
	background:#fff;
	border:#73a013 1px solid;
	color:#73a013;
}
input.big{ width:386px }
input.med{ width:193px }
input.sml{ width:96px }
select{ width:195px }
textarea{ width:386px; height:100px }

.alft{ text-align:left }

.msg{
	border:#fff 2px solid;
	text-align:center;
	padding:10px;
	margin:10px 0;
	background:#73a013;
	color:#fff
}

.pdf{
	display:inline-block;
	background:url(../media/gral/pdf.gif) no-repeat;
	padding-left:20px;
	line-height:16px;
}

.orange{ color:#F90 !important }
.green{ color:#693 !important }
.pink{ color:#F6F !important }
.yellow{ color:#FF0 !important }
.purple{ color:#66C !important }
.red{ color:#F00 !important }
.blue{ color:#0FF !important }

.deportes{ padding:10px 20px 10px 0 }
.last{ padding-right:0 }
