
@import url('tablas.css');
@import url('escenarios.css');
@import url('ultimas-noti-foto.css');
@import url('ficha.css');
html {font-size:100.01%;}
body{
	margin:0;
	color:#000;
	font:66.5% verdana, arial,sans-serif;
	background:#0b1731 url(/images/tema/bg-body.gif) repeat-x;
}
img{border-style:none;} 
a{text-decoration:none;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* page */
.dash-spacer{
	background: transparent url(/images/tema/bg-heading.gif) repeat-x scroll 0 100%;padding: 3px 0;margin:10px 0;
}
#page {
	width: 962px;
	overflow:visible;
	position:relative;
	margin:0 auto;
}
#page .container{
	width:962px;
	display:table;
	overflow:visible;
}
#page .logo{
	position:absolute;
	top:48px;
	left:90px;
	width:400px;
	/*text-indent:-9999px;*/
	height:105px;
	overflow:hidden;
	z-index:1;
}
#page .logo a{
	display:block;
	height:100%;
	/*background:url(/images/tema/logo.png) no-repeat;*/
}
#page .logo img{
	height: 105px;
}

/* header */
#header {
	width:962px;
	overflow:hidden;
	display:table-header-group;
	position:relative;
	background:#fff;
}
#header .header-container{
	/*left:0; en IE 8 pone el menu del sistema a la izquierda*/
	position:absolute;
	top:0;
	z-index:1;
}
#header .header-holder{
	width:100%;
	overflow:hidden;
	background:url(/images/tema/bg-header-holder.gif) repeat-x;
}
#header .slogan{
	width:199px;
	height:26px;
	position:absolute;
	bottom:15px;
	right:-40px;;
	background:url(/images/tema/slogan.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	z-index:3;
}
/* navigation-box */
#header .navigation{
	width:705px;
	float:left;
}
#header .navigation ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	overflow:hidden;
}
#header .navigation ul li{
	float:left;
	background:url(/images/tema/navigation-sep.gif) no-repeat 0 4px;
	padding:0 8px;
	margin:0 0 0 -2px;
	font-size:11px;
	font-weight:bold;
	line-height:26px;
}
#header .navigation ul li a{color:#58595b;}
#header .navigation ul li a:hover, #header .navigation ul li.active a{
	color:#f58220;
	text-decoration:none;
}
/* date */
#header .navigation em{
	float:right;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	line-height:26px;
	color:#58595b;
}
/* language */
#header .language{
	width:180px;
	float:right;
	padding:0 17px 0 60px;
	visibility: hidden;
}
#header .language p{
	margin:0;
	font-size:11px;
	font-weight:bold;
	line-height:26px;
	color:#58595b;
}
/* flags-box */
#header .language .flags{
	float:left;
	overflow:hidden;
}
#header .language .flags .flags-left{
	width:19px;
	height:17px;
	float:left;
	background:url(/images/tema/bg-flags-l.png) no-repeat;
}
#header .language .flags .flags-right{
	width:19px;
	height:17px;
	float:left;
	background:url(/images/tema/bg-flags-r.png) no-repeat;
}
#header .language .flags ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	background:#fff;
	overflow:hidden;
}
#header .language .flags ul li{
	float:left;
	padding:0 6px 2px;
	background:url(/images/tema/flags-sep.gif) no-repeat;
	margin:0 0 0 -2px;
}
#header .language .flags a{
	width:26px;
	height:14px;
	color: #58595B;
  font-size: 11px;
  font-weight: bold;
	display:block;
	/*text-indent:-9999px;*/
	overflow:hidden;
}
#header .language .flags .spa{background:url(/images/tema/lg-spa.gif) no-repeat;}
#header .language .flags .usa{background:url(/images/tema/lg-usa.gif) no-repeat;}
#header .language .flags .fra{background:url(/images/tema/lg-fra.gif) no-repeat;}
/* search-form */
#header .form{
	width:100%;
	overflow:hidden;
	position:absolute;
	z-index:2;
	bottom:19px;
	right:12px;
}
#header .form .search{
	width:204px;
	float:right;
	border:1px solid #58595b;
	background:#939598;
	padding:5px 6px 3px 6px;
}
#header .form .search span{
	background:#fff url(/images/tema/search.gif) no-repeat 0 3px;
	border:1px solid #848689;
	padding:0 0 0 12px;
	float:left;
}
/* submit-button */
#header .form .search input{
	float:right;
	background:url(/images/tema/bg-submit.gif) no-repeat;
	width:57px;
	border:0;
	padding:1px 0 2px;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
	margin:2px 0 0;
}
#header .form .search span input{
	background:none;
	border:0;
	float:left;
	width:124px;
	padding:2px 3px;
	cursor:text;
	margin:0;
}
/* header image */
#header .header-image{
	width:100%;
	overflow:hidden;
	position:relative;
	padding:26px 0 8px;
	
}

#inner-1 #page #header .header-image{
	padding:26px 0 8px;
}
#header .header-image img{
	display:block;
	position:relative;
}
#page #content-container{
	width:962px;
	display:table-footer-group;
	position:relative;
	z-index:1;
}
/* content */
#content {
	width:962px;
	background:#fff url(/images/tema/bg-content.gif) repeat-y;
	position:relative;
}

.layout-2-col{
	background:#fff url(/images/tema/bg-content-2col.gif) repeat-y !important;
}
.layout-2-col .content-holder{
	background: none !important;
	width: 759px !important;
}

.layout-1-col{
	background:#fff !important;
}
.layout-1-col .content-holder{
	background: none !important;
	width: 962px !important;
	padding: 0px !important;
	
}

.layout-1-col-bottom{
	background: url(/images/tema/content-bottom-white.png) no-repeat !important;
	
}


#content:after{
	clear:both;
	height:0;
	display:block;
	content:"";
}
#content .content-holder{
	width:764px;
	float:right;
	padding:0 11px 0 0;
	position:relative;
	margin-bottom: 20px;
}
.content-bottom{
	height:20px;
	overflow:hidden;
	background:url(/images/tema/content-bottom.png) no-repeat;
}

.layout-2-col-bottom{
	background:url(/images/tema/content-bottom-2col.png) no-repeat !important;
}

#content .content-holder .content-box{
	width:536px;
	float:left;
	position:relative;
}
/* text-box */
#content .content-holder .text-box{
	width:512px;
	overflow:hidden;
	border-top:1px solid #bdbfc1;
	padding:12px 12px 16px;
}

#content .content-holder .text-box a{
	text-decoration: none;
	
}
/* figure-list */
#content .content-holder .figure-list{
	position:absolute;
	top:0;
	left:0;
	width:536px;
	overflow:hidden;
	background:url(/images/tema/bg-figures.gif) no-repeat;
	margin:0 0 8px;
}
#content .content-holder .figure-list div{
	position:relative;
	float:left;
	width:483px;
	height:56px;
	overflow:hidden;
}
#content .content-holder .figure-list ul{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:5px;
	left:3px;
	width:99999px;
}
#content .content-holder .figure-list ul li{
	float:left;
	width:45px;
	height:45px;
	padding:0 12px;
}
/* previous button */
#content .content-holder .figure-list .link-prev{
	float:left;
	width:16px;
	height:16px;
	background:url(/images/tema/bt-prev.gif) no-repeat;
	text-indent:-9999px;
	text-align: left;
	overflow:hidden;
	margin:20px 0 0 7px;
}
/* next button */
#content .content-holder .figure-list .link-next{
	float:right;
	width:16px;
	height:16px;
	background:url(/images/tema/bt-next.gif) no-repeat;
	text-indent:-9999px;
	text-align: left;
	overflow:hidden;
	margin:20px 7px 0 0;
}
/* heading */
#content .content-holder .text-box .heading{
	width:100%;
	overflow:hidden;
	background:url(/images/tema/bg-heading.gif) repeat-x 0 100%;
	padding:0 0 12px;
	margin:0 0 8px;
}
#content .content-holder .text-box .heading .img-holder{
	width:174px;
	float:left;
	border:1px solid #bcbec0;
}
#content .content-holder .text-box .img-holder img{display:block;}
#content .content-holder .text-box .heading .img-holder img{width:174px;}
#content .content-holder .text-box .current .img-holder img{width:174px;}
#content .content-holder .text-box .archive .img-holder img{width:75px;}

#content .content-holder .text-box .heading .text{
	width:326px;
	float:right;
}
#content .content-holder .text-box .heading h1{
	margin:0;
	font-size:1.7em;
	line-height:1.12em;
	color:#414142;
}
#content .content-holder .text-box .heading p{
	margin:0;
	font-size:1.1em;
	line-height:1.18em;
	color:#414142;
}
/* news-box */
#content .content-holder .text-box .news{
	width:100%;
	overflow:hidden;
	padding:7px 0 0;
	background:url(/images/tema/bg-news.gif) repeat-y;
	margin:0 0 9px;
}
/* current-news */
#content .text-box .news .current{
	width:196px;
	float:left;
	background:url(/images/tema/bg-archive.gif) repeat-x 0 100%;
	padding:0 0 18px;
}
#content .content-holder .text-box .current .img-holder{
	width:174px;
	overflow:hidden;
	border:1px solid #bcbec0;
	margin:0 0 12px;
}
#content .text-box .news .current h2{
	margin:0 0 6px;
	font-size:1.6em;
	line-height:1.06em;
}
#content .text-box .news .current p{
	margin:0;
	font-size:1.1em;
	line-height:1.18em;
}
/* archive-news */
#content .text-box .news .archive{
	width:300px;
	float:right;
}
#content .text-box .news .archive ul{
	margin:-20px 0 0px;
	padding:0;
	list-style:none;
}
#content .text-box .news .archive ul li{
	vertical-align:top;
	width:100%;
	overflow:hidden;
	background:url(/images/tema/bg-archive.gif) repeat-x 0 100%;
	padding:20px 0 8px;
}
#content .text-box .news .archive .img-holder{
	width:75px;
	float:left;
	border:1px solid #bbbaba;
}
#content .text-box .news .archive .img-holder img{display:block;}
#content .text-box .news .archive .text{
	width:215px;
	float:right;
}
#content .text-box .news .archive .text h3{
	margin:0;
	font-size:1.2em;
	line-height:1.17em;
}
#content .text-box .news .archive .text p{
	margin:0;
	font-size:1.1em;
	line-height:1.18em;
}
/* news-list */
#content .text-box .news-list{
	margin:0;
	padding:0;
	list-style:none;
}
#content .text-box .news-list li{
	vertical-align:top;
	background:url(/images/tema/bg-news-list.gif) no-repeat 3px 4px;
	padding:0 0 8px 16px;
	font-size:1.2em;
	line-height:1.08em;
}
#content .text-box .news-list li a{color:#414142;}
#content .content-holder .table-box{
	width:222px;
	float:right;
}

#content .content-holder .table-box .buscador-calendario{
	border: 1px solid #BDBFC1;
	margin-bottom: 10px;	
}
#content .content-holder .table-box .buscador-calendario select{
	width: 100%;
}
#content .table-box .image-holder{
	width:220px;
	overflow:hidden;
	border:1px solid #bdbfc1;
	margin:0 0 7px;
}
#content .table-box .image-holder img{display:block;}
#content .content-holder .table-box h3{
	margin:0 0 5px;
	font-size:1.1em;
}
.table-holder{background:url(/images/tema/bg-first.gif) repeat-y;}
.table-area{background:url(/images/tema/bg-last.gif) repeat-y 100%;}
.table-holder table{
	margin:0;
	border-collapse:collapse;
	width:100%;
	font-size:10px;
}
.table-holder table .thead td, .table-holder table .thead th{
	background:#eaeaeb url(/images/tema/bg-thead.gif) repeat-x;
	font-weight:bold;
	font-style:italic;
	padding:0 0 3px;
}
.table-holder table .thead td img, .table-holder table .thead th img{
	display:block;
	margin:0 auto;
}
.table-holder table .tfoot {
line-height:6px;
}
.table-holder table .tfoot td{
	background:url(/images/tema/bg-tfoot.gif) repeat-x 0 100%;
	}
.table .thead .first span{
	background:url(/images/tema/bg-thead-first.gif) no-repeat;
	display:block;
	height:auto;
}
.table-holder table .tfoot .first span{
	display:block;
	height:auto;
	background:url(/images/tema/bg-tfoot-first.gif) no-repeat 0 100%;
}
.table-holder table .thead .last span{
	background:url(/images/tema/bg-thead-last.gif) no-repeat 100% 0;
	display:block;
	height:auto;
}
.table-holder table .tfoot .last span{
	display:block;
	height:auto;
	background:url(/images/tema/bg-tfoot-last.gif) no-repeat 100% 100%;
}
 .table-holder table tr{line-height:13px;}
 .table-holder table tr td{
	text-align:center;
	padding:0;
	vertical-align:top;
}
 .table-holder  table tr.yellow td{background-color:#e9ec92;}
 .table-holder table .first{background:url(/images/tema/bg-first.gif) repeat-y;}
 .table-holder table .last{background:url(/images/tema/bg-last.gif) repeat-y 100% 0;}
 .table-holder table .border{
	width:3px;
	background:url(/images/tema/bg-border.gif) repeat-y !important;
}


#content .rss{
	position:absolute;
	right:13px;
	bottom:0;
}
#content .rss img{display:block;}
/* sidebar */
#content .sidebar{
	width:178px;
	float:left;
	margin:-46px 0 0;
	position:relative;
	z-index:3;
}
#content .sidebar .sidebar-box{
	width:162px;
	/*overflow:hidden;*/
	padding:63px 8px 152px 8px;
	background:url(/images/tema/bg-sidebar.png) no-repeat;
}
/* stopwatch */
#content .sidebar h4{
	margin: 3px;
}
#content .sidebar .stopwatch{
	width:155px;
	height:33px;
	background:url(/images/tema/stopwatch.gif) no-repeat;
	margin:0 0 26px 5px;
}
#content .sidebar .stopwatch ul{
	margin:0 0 0 5px;
	padding:2px 0 0;
	list-style:none;
	overflow:hidden;
}
#content .sidebar .stopwatch ul li{
	float:left;
	background:url(/images/tema/stopwatch-sep.gif) no-repeat 0 8px;
	margin:0 0 0 -4px;
	padding:0 6px;
	font-size:18px;
	font-weight:bold;
}
/* sidemenu */
#content .sidebar .sidemenu{
	margin:0;
	padding:0 0 19px 6px;
	list-style:none;
	width:151px;
	position:relative;
	z-index:4;
}
#content .sidebar .sidemenu li{
	vertical-align:top;
	padding:0 0 10px;
	font-size:13px;
	line-height:39px;
	font-weight:bold;
}
#content .sidebar .sidemenu li a{
	display:block;
	width:99px;
	padding:0 4px 0 48px;
	height:39px;
	color:#414142;
}
#content .sidebar .sidemenu li a:hover{text-decoration:none;}
#content .sidebar .sidemenu .registration{background:url(/images/tema/bt-registration.png) no-repeat;}
#content .sidebar .sidemenu .athletes{background:url(/images/tema/bt-athletes.png) no-repeat;}
#content .sidebar .sidemenu .appoint{background:url(/images/tema/bt-appoint.png) no-repeat;}
#content .sidebar .sidemenu .venues{background:url(/images/tema/bt-venues.png) no-repeat;}
#content .sidebar .sidemenu .statistics{background:url(/images/tema/bt-statistics.png) no-repeat;}
#content .sidebar .sidemenu .calendar{background:url(/images/tema/bt-calendar.png) no-repeat;}
#content .sidebar .sidemenu .results{background:url(/images/tema/bt-results.png) no-repeat;}
#content .sidebar .sidemenu .records{background:url(/images/tema/bt-records.png) no-repeat;}
#content .sidebar .sidemenu .calendar-result{background:url(/images/tema/bt-calendar-result.png) no-repeat;}
#content .sidebar .sidemenu .galeria{background:url(/images/tema/bt-gallery.png) no-repeat;}

#content .table-box .tablas caption{
	text-align : left;
	font-weight: bold;
}
	

/* side navigation */
#content .sidebar .sidenav{
	margin:0 0 20px 0px;
	padding:0; 
	list-style:none;
	background:url(/images/tema/bg-sidenav.gif) repeat-x 0 100%;
	width:100%;
}
#content .sidebar .sidenav li{
	vertical-align:top;
	background:url(/images/tema/bg-sidenav.gif) repeat-x;
	padding:5px 0 5px 17px;
	font-size:1.2em;
	line-height:1.25em;
	font-weight:bold;
}
#content .sidebar .sidenav li a{color:#444;}
/* gallery-link box */
#content .sidebar-bottom{
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:3;
	width:160px;
	height:116px;
	padding:8px 0 0 18px;
	background:url(/images/tema/bg-sidebar-bottom.jpg) no-repeat;
}
#content .sidebar-bottom a{
	display:block;
	width:147px;
	height:101px;
	background:url(/images/tema/gallery-link.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
/* footer */
#footer {
	width:962px;
	overflow:hidden;
	padding:20px 0 20px;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
#footer ul li{
	display:inline;
	background:url(/images/tema/footer-sep.gif) no-repeat;
	padding:0 10px 0 16px;
	font-size:1.2em;
}
#footer ul li:first-child{
	background:none;
	padding-left:0;
}
#footer a, #footer a:VISITED{color:#fff;}
#footer p{
	margin:0;
	color:#fff;
	font-size:1.2em;
	text-align:center;
}
/* inner - 1 */
#inner-1{background:#fff;}
#inner-1 #content {background:#fff;}
#inner-1 .content-area{
	width:100%;
	overflow:visible;
	background:url(/images/tema/bg-inner.gif) repeat-y;
	position:relative;
}
#inner-1 .content-area .top{background:url(/images/tema/bg-inner-top.gif) no-repeat;}
#inner-1 .content-area .bottom{
	background:url(/images/tema/bg-inner-bottom.gif) no-repeat 0 100%;
	height:1%;
	width: 962px;
	padding:55px 0 45px;
	clear: left;
}

.volver
{
	float:right;
	margin:10px;
	width:60px;
	
}

.volver a{
	color:#58595B;
	font-weight: bold;
	font-size: 11px
}

div.volver:hover a{
	color:#F58220;
	text-decoration:none;
}

/* instruction-box */
.instruction{
	width:920px;
	overflow:hidden;
	padding:28px 10px 0 32px;
}

#inner-1 .instruction .select-sport {
	margin-right: 100%;
}


/* instruction-headings */
.instruction .select-sport h3,
.instruction .branch h3,
.instruction .tipo h3,
.instruction .tests h3,
.instruction .login h3{
	font-size:32px;
	line-height:31px;
	text-align:center;
	letter-spacing:-1px;
	color:#414142;
	position:relative;
}
.instruction .select-sport h3 span,
.instruction .branch h3 span,
.instruction .tipo h3 span,
.instruction .tests h3 span,
.instruction .login h3 span{
	position:absolute;
	top:3px;
	left:21px;
	font:bold 52px Arial, Helvetica, sans-serif;
}
/* select-sport box */
.instruction .select-sport{
	width:85%;
	overflow:hidden;
	margin:0 0 96px;
}
.instruction .select-sport h3{
	margin:0 0 38px;
	width:232px;
	height:75px;
	background:url(/images/tema/bg-instruction-s.gif) no-repeat;
	padding:36px 12px 6px 72px;
}

.instruction .select-sport ul{
	margin:0 60px 0 25px;
	padding:0;
	list-style:none;
	width:280px;
	float:left;
	background:url(/images/tema/sports-sep.gif) repeat-x 0 100%;
}
.instruction .select-sport ul li{
	vertical-align:top;
	width:100%;
	overflow:hidden;
	background:url(/images/tema/sports-sep.gif) repeat-x;
	font-size:1.7em;
	padding:6px 0 5px;
}
.instruction .select-sport ul li a{
	color:#414142;
}
.instruction .select-sport .ico{
/*	width:29px;*/
	float:left;
	padding:0 26px 0 13px;
}
.instruction .select-sport .ico img{display:block;}
.instruction .branch{
	width:884px;
	overflow:hidden;
	padding:0 0 0 36px;
	margin:0 0 56px;
}
.instruction .branch h3{
	margin:10px 0 0;
	width:232px;
	height:75px;
	background:url(/images/tema/bg-instruction-s.gif) no-repeat;
	padding:36px 12px 6px 72px;
	float:left;
}
.instruction .branch ul{
	margin:0;
	padding:0 0 0 30px;
	list-style:none;
	width:485px;
	float:left;
}
.instruction .branch ul li{
	float:left;
	width:170	px;
	text-align:center;
	padding:0 0 0 20px;
	font-size:2.1em;
}
.instruction .branch ul li a{color:#414142;}
.instruction .branch ul li img{
	display:block;
	margin:0 0 7px;
}


#inner-1 .content-area .instruction .tipo{
	width:884px;
	overflow:hidden;
	padding:0 0 0 36px;
	margin:0 0 56px;
}
#inner-1 .content-area .instruction .tipo h3{
	margin:10px 0 0;
	width:232px;
	height:75px;
	background:url(/images/tema/bg-instruction-s.gif) no-repeat;
	padding:36px 12px 6px 72px;
	float:left;
}
#inner-1 .content-area .instruction .tipo ul{
	margin:0;
	padding:0 0 0 30px;
	list-style:none;
	width:485px;
	float:left;
}
#inner-1 .content-area .instruction .tipo ul li{
	float:left;
	width:222px;
	
	text-indent: -9999px;
	text-align:center;
	padding:0 0 0 20px;
	font-size:2.1em;
}
#inner-1 .content-area .instruction .tipo .grupales{ 
	background: url(/images/tema/grupal.png) no-repeat;
	height: 90px; 
}
#inner-1 .content-area .instruction .tipo .individuales{ 
	background: url(/images/tema/individual.png) no-repeat;
	height: 90px;
	width: 240px; 
}

ul.equipos {	margin-top:30px !important; }
ul.equipos li{	padding-right:50px !important; }	

/* test box */
#inner-1 .content-area .instruction .tests{
	width:884px;
	overflow:hidden;
	padding:0 0 0 36px;
	margin:0 0 93px;
}
#inner-1 .content-area .instruction .tests h3{
	margin:0;
	width:232px;
	height:75px;
	background:url(/images/tema/bg-instruction-s.gif) no-repeat;
	padding:36px 12px 6px 72px;
	float:left;
}
#inner-1 .content-area .instruction .tests ul{
	margin:0;
	padding:38px 0 0 136px;
	list-style:none;
	width:432px;
	float:left;
}
#inner-1 .content-area .instruction .tests ul li{
	vertical-align:top;
	background:url(/images/tema/tests-sep.gif) no-repeat 0 4px;
	padding:0 0 3px 21px;
	font-size:1.6em;
	font-weight:bold;
}
#inner-1 .content-area .instruction .tests ul li a{color:#414142;}
#inner-1 .content-area .instruction .login{
	width:896px;
	overflow:hidden;
	padding:0 0 0 24px;
}

/* login box */
#inner-1 .content-area .instruction .login h3{
	margin:0 0 20px;
	width:356px;
	height:53px;
	background:url(/images/tema/bg-instruction-l.gif) no-repeat;
	padding:36px 10px 9px 66px;
}
#inner-1 .content-area .instruction .login-holder{
	width:100%;
	overflow:hidden;
}
#inner-1 .content-area .instruction .login-form{
	width:570px;
	float:right;
	padding:0 68px 0 0;
}
#inner-1 .content-area .instruction .buttons{
	width:570px;
	overflow:hidden;
	margin:0 0 30px;
}
#inner-1 .content-area .instruction .login-form .registred-user{
	float:left;
	width:273px;
	height:75px;
	background:url(/images/tema/bt-registred.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#inner-1 .content-area .instruction .login-form .new-user{
	float:right;
	width:251px;
	height:75px;
	background:url(/images/tema/bt-new.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#inner-1 .content-area .instruction .text-form{
	width:440px;
	overflow:hidden;
	background:#f58220;
	margin:0 0 0 92px;
	display: none;
}
#inner-1 .content-area .instruction .text-form .top{background:url(/images/tema/login-form-top.gif) no-repeat;}
#inner-1 .content-area .instruction .text-form .bottom{
	background:url(/images/tema/login-form-bottom.gif) no-repeat 0 100%;
	padding:10px 24px 17px;
}
#inner-1 .content-area .instruction .text-form h4{
	margin:0 0 8px 70px;
	background:url(/images/tema/login-form-text.gif) no-repeat;
	width:285px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
}
#inner-1 .content-area .instruction .text-form .bottom div{
	width: 395px;
	overflow:hidden;
}
#inner-1 .content-area .instruction .text-form div label{
	display:block;
	text-align:center;
	font-size:1.6em;
	margin:0 0 5px;
}
#inner-1 .content-area .instruction .text-form div input{
	width:370px;
	padding:4px 8px;
	border:0;
	/* color:#d1d3d4;*/
	font-size:12px;
}
/* dropdown */
.menu-holder{
	width:98%;
	margin: 10px;
	position:absolute;
	top:0px;
	left:0;
	z-index:15;
}
/* main menu */
.menu{
	margin:0;
	padding:7px 5px 5px 7px;
	list-style:none;
	width:100%;
}
#sfWebDebug .menu li{
	float: none
}
#sfWebDebug .menu li a{
	 background: none;
	 float: none;
}

.menu li{
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	padding:5px 3px 0 0;
	text-align:center;
	position:relative;
}
.menu li a{
	color:#fff;
	float:left;
	padding:0;
	background:url(/images/tema/bt-menu-l.gif) no-repeat;
}
.menu li a span{
	float:left;
	height:25px;
	background:url(/images/tema/bt-menu-r.gif) no-repeat 100% 0;
	cursor:pointer;
}
.menu li:hover, .menu li.hover{position:relative;}
.menu li:hover a, .menu li.hover a{
	background-position:0 -25px;
	text-decoration:none;
}
.menu li a.arrow .bt-center{background:none;}
.menu li li a.arrow .bt-center{background:url(/images/tema/arrow.gif) no-repeat 130px 50%;}
.menu li li li a.arrow .bt-center{background:url(/images/tema/arrow.gif) no-repeat 130px 50%;}
.menu li li li li a.arrow .bt-center{background:url(/images/tema/arrow.gif) no-repeat 130px 50%;}

/* 1 level hover */
.menu li:hover a span,
.menu li.hover a span{background-position:100% -25px;}
.menu li:hover .bt-top,
.menu li.hover a .bt-top{background-position:0 0;}
.menu li:hover .bt-bottom,
.menu li.hover a .bt-bottom{background-position:0 100%;}
.menu li:hover .bt-center,
.menu li.hover a .bt-center{background:none;}

/* 2 level hover */
.menu li li:hover a,
.menu li li.hover a{background:url(/images/tema/bt-menu.gif) repeat-y;}
.menu li li:hover .bt-top,
.menu li li.hover .bt-top{background:url(/images/tema/bt-menu-top.gif) no-repeat;}
.menu li li:hover .bt-bottom,
.menu li li.hover .bt-bottom{background:url(/images/tema/bt-menu-bottom.gif) no-repeat;}
.menu li li:hover .bt-center,
.menu li li.hover .bt-center{background:url(/images/tema/arrow.gif) no-repeat 130px 50%;}
/* 2 level hover link */
.menu li li:hover a:hover,
.menu li li.hover a:hover{background:url(/images/tema/bt-menu-h.gif) repeat-y;}
.menu li li:hover a:hover .bt-top,
.menu li li.hover a:hover .bt-top{background:url(/images/tema/bt-menu-top-h.gif) no-repeat;}
.menu li li:hover a:hover .bt-bottom,
.menu li li.hover a:hover .bt-bottom{background:url(/images/tema/bt-menu-bottom-h.gif) no-repeat;}
.menu li li:hover a:hover .bt-center,
.menu li li.hover a:hover .bt-center{background:none;}

.menu li li:hover li .bt-center,
.menu li li.hover li .bt-center{background:none;}
.menu li li:hover li a,
.menu li li.hover li a{background:url(/images/tema/bt-menu.gif) repeat-y;}
.menu li li:hover li .bt-top,
.menu li li.hover li .bt-top{background:url(/images/tema/bt-menu-top.gif) no-repeat;}
.menu li li:hover li .bt-bottom,
.menu li li.hover li .bt-bottom{background:url(/images/tema/bt-menu-bottom.gif) no-repeat;}
.menu li li li:hover a,
.menu li li li.hover a{background:url(/images/tema/bt-menu-h.gif) repeat-y;}
/* 3 level hover */
.menu li li li:hover .bt-top,
.menu li li li.hover .bt-top{background:url(/images/tema/bt-menu-top-h.gif) no-repeat;}
.menu li li li:hover .bt-bottom,
.menu li li li.hover .bt-bottom{background:url(/images/tema/bt-menu-bottom-h.gif) no-repeat;}
.menu li li li:hover .bt-center,
.menu li li li.hover .bt-center{background:url(/images/tema/arrow.gif) no-repeat 130px 50%;}
/* 3 level hover link */
.menu li li li:hover a:hover,
.menu li li li.hover a:hover{background:url(/images/tema/bt-menu-h.gif) repeat-y;}
.menu li li li:hover a:hover .bt-top,
.menu li li li.hover a:hover .bt-top{background:url(/images/tema/bt-menu-top-h.gif) no-repeat;}
.menu li li li:hover a:hover .bt-bottom,
.menu li li li.hover a:hover .bt-bottom{background:url(/images/tema/bt-menu-bottom-h.gif) no-repeat;}
.menu li li li:hover a:hover .bt-center,
.menu li li li.hover a:hover .bt-center{background:none;}

.menu li li li:hover li .bt-center,
.menu li li li.hover li .bt-center{background:none;}
.menu li li li:hover li a,
.menu li li li.hover li a{background:url(/images/tema/bt-menu.gif) repeat-y;}
.menu li li li:hover li .bt-top,
.menu li li li.hover li .bt-top{background:url(/images/tema/bt-menu-top.gif) no-repeat;}
.menu li li li:hover li .bt-bottom,
.menu li li li.hover li .bt-bottom{background:url(/images/tema/bt-menu-bottom.gif) no-repeat;}
.menu li li li li:hover a,
.menu li li li li.hover a{background:url(/images/tema/bt-menu-h.gif) repeat-y;}
/* 4 level hover */
.menu li li li li:hover .bt-top,
.menu li li li li.hover .bt-top{background:url(/images/tema/bt-menu-top-h.gif) no-repeat;}
.menu li li li li:hover .bt-bottom,
.menu li li li li.hover .bt-bottom{background:url(/images/tema/bt-menu-bottom-h.gif) no-repeat; }
.menu li ul{display:none; z-index: 25}
.menu ul li:hover,.menu ul li.hover{position:relative;}
.menu li:hover ul, .menu li.hover ul{display:block;}
.menu li:hover ul ul, .menu li.hover ul ul{display:none;}
.menu li li:hover ul, .menu li li.hover ul{display:block;}
.menu li:hover ul ul ul, .menu li.hover ul ul ul{display:none;}
.menu li li li:hover ul, .menu li li li.hover ul{display:block;}

.menu a span{
	width:142px;
	cursor:pointer;
}
.menu .configuration span{width:216px;}
/* dropdown level-1 */
.menu ul{
	position:absolute;
	top:22px;
	left:0;
	margin:0;
	padding:16px 0 0;
	list-style:none;
	width:142px;
	background:url("/images/none.gif");
}
.menu ul li{
	clear:both;
	height:auto;
	line-height:normal;
	width:100%;
	padding:0;
	margin:0 0 10px;
}
.menu ul li a{
	background:url(/images/tema/bt-menu.gif) repeat-y;
	float:none;
	display:block;
	width:142px;
	padding:3px 0;
}
.menu ul li .bt-top{
	float:none;
	position:absolute;
	top:-3px;
	left:0;
	background:url(/images/tema/bt-menu-top.gif) no-repeat;
	width:142px;
	height:12px;
}
.menu ul li .bt-center{
	position:relative;
	z-index:1;
	float:none;
	display:block;
	background:url(/images/tema/arrow.gif) no-repeat 125px 50%;
	margin:0;
	width:142px;
	height:auto;
	text-align:center;
}
.menu ul li .bt-bottom{
	position:absolute;
	bottom:-3px;
	left:0;
	background:url(/images/tema/bt-menu-bottom.gif) no-repeat;
	width:142px;
	height:13px;
}
/* dropdown level-2*/
.menu ul ul{
	position:absolute;
	top:0px;
	left:140px;
	padding:0 10px;
	z-index:5;
}
.menu li.last ul ul{
	left:auto;
	right:140px;
}
#inner-1 #footer ul li a, #inner-1 #footer p{color:#58595b;width:100%;}

/****************/
ul.lista {
	list-style:none;
}
ul.lista li a{color:#414142; text-decoration: none !important;}
ul.lista li {
	background:transparent url(/images/tema/tests-sep.gif) no-repeat scroll 0 4px;
	font-size:1.6em;
	font-weight:bold;
	padding:0 0 3px 21px;
	vertical-align:top;
}

.articulo {	font-size: 100%; padding-right: 10px;}
div.content-holder>h2, div.content-holder .text-box>h2, div#content-holder > h2{
	border-bottom: medium #F58221 double;
	padding-left: 10px;
	font-size: 2em;
}
.articulo .texto{
	
}

.info-adicional{
	font-size: 90%;
	padding-top: 4em;
}
.pagination{
	font-size: 130%;
}

.center-space{
	text-align: center;
	margin: 1em;
}


/***************
Bienvenida
*/
.bienvenida{
	/*background: url(/images/tema/fondo-dv.png);
	background-repeat: repeat;*/
	height: 400px;
	text-align: center;
	min-width: 600px;
	vertical-align: middle;
	margin: 2px;
	
}
.bienvenida .mensaje-bienvenida {
	background: url(/images/tema/fondo-bienvenida.png) no-repeat;
	position: relative;
	height: 180px;
	margin:  auto;
	top: 130px;
	width: 580px;
	overflow: visible;
}

.bienvenida .mensaje-bienvenida .blanco-grande{
	color: white;
	padding: 30px 0 0 20px;
	margin-bottom: 0;
	text-align: left;
	font-family: verdana, arial,sans-serif;
	font-size: x-large;
}

.bienvenida .mensaje-bienvenida h3{
	padding: 0 0 0 30px !important;
	margin-top: 0;
	font-style: italic;

}
.mascota-bienvenida {
	position:absolute;
	z-index: 2;
	display: inline;
	top:160px;
	left: 580px;
	height: 200px;
}

#calendario{
	padding-bottom: 3em;
}


#information
{
	margin-left:10px;
	width : 98%;
}

#information h1
{
	color: darkblue;
}

#information h2
{
	text-align:center;
	
}

/* person-box */
.person{
	width: auto;
	margin:0 auto 0 10px;
	overflow:hidden;
	background:url(/images/tema/bg-person.gif) repeat-y;
}
.person .person-top{background:url(/images/tema/bg-person-top.gif) no-repeat;}
.person .person-bottom{
	background:url(/images/tema/bg-person-bottom.gif) no-repeat 0 100%;
	padding:5px 3px 36px 3px;
}
/* person name */
.person h1{
	margin:0 0 9px;
	font-size:2.1em;
	line-height:0.9em;
	background:url(/images/tema/bg-person-name.gif) no-repeat;
	padding:12px 0 22px 27px;
}
.person-holder{
	width:100%;
	overflow:hidden;
}
/* photo-holder */
.person .photo-holder{
	width:164px;
	float:left;
	padding:0 0 0 26px;
}
/* person info */
.person .info{
	width:78%;
	float:right;
	padding:9px 0 0;
}
.person .info h2{
	background-color: #C1D0DF;
	margin-bottom:4px;
	margin-left:0;
	margin-right:27px;
	margin-top: 0px;
	font-size:1.7em;
}
.person-bottom h1 span{
	font-size: 12px;
}
.person .info-holder{
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
}
.info .person-info{
	width:49%;
	float:left;
}
.person-info dl{
	margin:0 0 2px;
	padding:0;
	width:100%;
	overflow:hidden;
	font-size:1.3em;
}
.person-info dl dt{
	float:left;
	/* width:150px; nueva ficha */
	font-weight:bold;
}
.person-info dl dd{
	float:left;
	clear: left;
	/* width:265px; nueva ficha */
	margin:0;
}
.info .person-data{
	width:50%;
	float:right;
}
.person-data dl{
	margin:0 0;/* nueva ficha*/
	padding:0;
	width:100%;
	overflow:hidden;
	font-size:1.3em;
}
.person-data dl dt{
	float:left;
/*	width:150px; nueva ficha*/
	font-weight:bold;
}
.person-data dl dd{
	float:left;
	clear: left;
	/*width:125px; nueva ficha */
	margin:0;
}
/* person events */
.person .events{
	width:100%;
	overflow:hidden;
}
.events dl{
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	font-size:1.3em;
}
.events dl dt{
	float:left;
	width:150px;
	font-weight:bold;
}
.events dl dd{
	float:left;
	width:540px;
	margin:0;
}
.person .events ul{
	margin:0;
	padding:0;
	list-style:none;
}
.person .events ul li{
		display:inline;
		background:url(/images/tema/events-sep.gif) no-repeat 0 3px;
		padding:0 4px 0 10px;
}
.person .events ul li:first-child{
	background:none;
	padding-left:0;
}

#personas form {
	padding-left: 10px;
}

.letra, .letra-header {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	padding: 4px;
	border: 1px solid white;
}

.letra.activa, .letra:hover{

color: #FF9900;
border: 1px solid #FF9900;
}


/*************************
* MENU SUPERIOR cssmenubuilder.com full copy right in menu_superior.css
******************************/
.menu_superior {margin:0 auto; padding:0; height:30px; width:100%; display:block; background:url('/images/tema/menu-superior-img.png') repeat-x;}
.menu_superior li{padding:0; margin:0; list-style:none; display:inline;}
.menu_superior li a{float:left; padding-left:15px; display:block; color:rgb(3,3,3); text-decoration:none; font:12px Verdana, Arial, Helvetica, sans-serif; cursor:pointer; background:url('/images/tema/menu-superior-img.png') 0px -30px no-repeat;}
.menu_superior li a span{
	line-height:30px;
	float:left;
	display:block;
	padding-right:15px;
	background:url('/images/tema/menu-superior-img.png') 100% -30px no-repeat;
}
.menu_superior li a:hover{background-position:0px -60px; color:rgb(255,255,255);}
.menu_superior li a:hover span{background-position:100% -60px;}
.menu_superior li a.active, .menu li a.active:hover{line-height:30px; font:12px Verdana, Arial, Helvetica, sans-serif; background:url('/images/tema/menu-superior-img.png') 0px -90px no-repeat; color:rgb(255,255,255);}
.menu_superior li a.active span, .menu li a.active:hover span{background:url('/images/tema/menu-superior-img.png') 100% -90px no-repeat;}


.clear{
	clear: both;
}

#header-evento {

	background-color:#002E62;
	color:#FFFFFF;
	margin:0 0 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	font-size: 1.1em;
	font-weight:bold;
	padding: 8px;
}

#header-bienvenida {

	background-color:#FE9900;
	color:#FFFFFF;
	margin:0 250px 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	font-size: 1.1em;
	font-weight:bold;
	padding: 8px;
}

#otrosEv .otrosEventos{
	background:url(/images/silk_icons/shape_align_bottom.png) no-repeat 10px 4px;
	text-indent:30px;
	display:block;
}

#otrosEv.button{
	background:url(/images/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:22px;
	line-height:24px;
	text-decoration:none;
	width:255px;
	cursor: pointer;
}

.img_colspan {
	cursor:pointer;
}


div.team div {

	background-color: grey;
}

/* person info */
.person .info2{
	width:74%;
	float:right;
	padding:9px 0 0;
}

.person .info2 h2 {
background-color:#C1D0DF;
font-size:1.7em;
margin:0 27px 4px 0;
}

.info2 .person-info {
float:left;
width:49%;
}

.info2 .person-data {
float:right;
width:50%;
}

.descripcion-panel {
	
}

.descripcion-panel dt {
	display: inline;
	font-weight: bold;
}

.descripcion-panel dd{
	display: inline;
	margin-right: 20px;
}
