/****************************************************/
/* Propiedades generales */
html,body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;

	font-family:Verdana;
	font-size:10px;
	background-color:#000000;
	color:#CCCCCC;

}
body{
	background-image:url(/images/fondo/fondo.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
table {
	border-spacing:  0px;
	border-collapse: collapse;
	width:100%;
}
td {
	padding:	 0px;
}
a img {
	border:none;
	border-width:0px;
}

/****************************************************/
/* Formularios y Enlaces */
input, button, select, option, optgroup, textarea {
	font-family:Verdana;
	font-size:10px;
}
textarea {
	height:100px;
}
a {
	color:#FF7800;

}
a:hover {
	color:#949191;
}

a,button {
	cursor:pointer;
}

b {
	font-weight:bolder;
	color:#FFFFFF;
}

.input {
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#6E2500;
	border-width:1px;
	width:100%;
}
.button {
	background-color:#720000;
	border-style:solid;
	border-color:#6E2500;
	border-width:1px;
	color:#FF7800;
}
div.button {
	position:relative;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	padding:2px 0px 0px 0px;
}

/****************************************************/
/* Cabecera */
.header {
	background-image:url(/images/general/bg_t.jpg);
	background-position:center;
	background-repeat:no-repeat;
	min-width:766px;
	height:375px;
	font-family:Verdana;
	font-size:14px;
	font-weight:bolder;
	letter-spacing:-1px;
	vertical-align:bottom;
}
.header2 {
	background-image:url(/images/general/bg_t2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	min-width:766px;
	height:91px;
	font-family:Verdana;
	font-size:14px;
	font-weight:bolder;
	letter-spacing:-1px;
	vertical-align:bottom;
}
.header td {
	text-align:center;
	padding:0px 0px 18px 0px;
}
.header a {
	color:#949191;
	text-decoration:none;
}
.header a:hover {
	color:#FF7800;
}

/****************************************************/
/* Contenido */
.content {
	text-align:justify;
}

.separator  {
	font-size:1px;
	width:10px;
	height:10px;
}
#general td {
	vertical-align:top;
}
#general .dcha .box {

}
.title1 {
	font-weight:bolder;
	font-size:12px;
	text-align:center;
}
.title2 {
	font-weight:bolder;
	font-size:16px;
	text-align:center;
	color:#FF7800;
}

.resultado_busqueda {
	margin:10px;
	padding:5px;
	border-width:0px;
	border-style:dotted;
	border-bottom-width:1px;
}

.msg {
	color:#FF7800;
	font-weight:bolder;
}
.iframeMap {
	border-width:1px;
	border-style:solid;
	border-color:#6E2500;
	width:100%;
	height:370px;
}
.temaSeparador {
	border-width:0px;
	border-style:dotted;
	border-color:#CCCCCC;
	border-bottom-width:1px;
}

.datos_club {
	margin:10px 0px 0px 0px;
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-top: 1px solid rgb(110, 37, 0); border-left: 1px solid rgb(110, 37, 0); border-right: 1px solid rgb(110, 37, 0); border-bottom: 1px solid rgb(110, 37, 0);
	background-color: #333333;
}
