/*

	Extremo a Extremo 2.0
	
*/

/* Basics
------------------------------ */

* {
	padding: 0;
	margin: 0;
}
body {
	background: #5096a5 url(/wp-content/themes/extremo/images/bg_body.jpg) repeat-x top left;
 	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, sans-serif;
 	color: #fff;
}
.clear {
  clear: both;
}

#wrapper {
	margin: 0 auto;
	padding:0px 5px;
	width: 850px;
	background:#1e3e4a;
}
#wrapper_bottom {
	background:url(/wp-content/themes/extremo/images/wrapper_bottom.jpg) no-repeat center bottom;
	height:7px;
	width:860px;
	margin: 0px auto;
}
#header {
	margin: 0px auto;
	padding:0px 0px 0px 0px;
	width:1024px;
	height: 154px;
	background:url(/wp-content/themes/extremo/images/bg_header.jpg) no-repeat right top;
}
/*----- Header -----*/
	
	#header_content {
	margin:0px;
	height:120px;
}
#header_logo {
	margin:0px 0px 0px 100px;
	float:left;
    display:inline;
}
#header_logo h1 a {
	width:265px;
	height:118px;
	text-decoration:none;
	text-indent: -9000px;
	background:url(/wp-content/themes/extremo/images/logo_extremoaextremo.png) no-repeat 0 0;
	display:block;
	border: 0px;
	text-decoration: none;
	color: #000000;
	}
#header_banner {
	margin:0px;
	padding:0px 90px 0 0;
	float:right;
	width:400px;
	text-align:right;
	font-size:18px;
	color:#fff;
}
/*----- Fin Header content -----*/
	
	/*----- Navigation -----*/
	
#navigation {
	margin:0px auto;
	width:860px;
	height:34px;
	display:block;
	background:url(/wp-content/themes/extremo/images/bg_navigation.jpg) no-repeat left top;
}
#navigation ul {
	padding:0px;
	margin: 0px;
	list-style-type:none;
	text-align:center;
	font-size:15px;
height:34px;
}
#navigation ul li {
	float:left;
	position:relative;
	margin: 0px;
		background:url(/wp-content/themes/extremo/images/bg_btn.jpg) no-repeat left top;
height:27px;
}

#navigation ul li a, #navigation ul li a:visited {
	float:left;
	display:block;
	text-decoration:none;
	color:#000;
	padding:3px 17px;
	width: auto;
}
#navigation ul li:hover {
}
#navigation ul li a.menu_top:hover {
	color:#fff;
	background-position: bottom right;
}
#navigation ul li:hover a.menu_top {
	color:#fff;
	background-position: bottom right;
}
#navigation ul li a.menu_top {
	color:#000;
}
	#navigation ul li.first {
	 background:none!important;
	}
#navigation ul li ul {
	margin:0px;
	display: none;
	padding:10px 0px 0px 0px;
	width:auto;
}
#navigation table {
	margin:0;
	border-collapse:collapse;
	position:absolute;
	top:0;
	left:0;
}
#navigation tr.even td {
	background:none !important;
	border:none;
!important;
}
#navigation tr.odd td {
	background:none !important;
	border:none;
!important;
}
/* specific to non IE browsers */
#navigation ul li:hover ul {
	display:block;
	position:absolute;
	top:23px;
	margin:0px;
	left:0;
	width:162px;
}
#navigation ul li:hover ul.endstop {
	left:-92px;
}
#navigation ul li:hover ul li ul {
	margin:0px;
	height:auto;
	display: none;
	margin-left:40px;
}
#navigation ul li:hover ul li a {
	padding:3px 6px 3px 6px;
	display:block;
	background:#7fa909;
	color:#000;
	height:auto;
	line-height:15px;
	width:150px;
	border-bottom:1px solid #94b701;
	text-align: left;
}
#navigation ul li:hover ul li a.drop {
	background:#000 url(/wp-content/themes/extremo/images/bullet1.gif) no-repeat 3px 8px;
}
#navigation ul li:hover ul li a:hover {
	background: #ffa200;
}
#navigation ul li:hover ul li a:hover.drop {
	background: #ccd url(/wp-content/themes/extremo/images/bullet1.gif) no-repeat 3px 8px;
}
#navigation ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:153px;
	top:-1px;
}
#navigation ul li:hover ul li:hover ul.left {
	left:-153px;
}
/* specific to IE5.5 and IE6 browsers */

#navigation ul li a:hover ul {
	display:block;
	position:absolute;
	top:28px;
	t\op:30px;
	left:0;
}
#navigation ul li a:hover ul.endstop {
	left: -92px;
}
#navigation ul li a:hover ul li a {
	margin:0px;
	display:block;
	background:#1b8680;
	color:#fff;
	height:20px;
	line-height:15px;
	padding:5px 6px 0 6px;
	width:100px;
	border-bottom:0;
	text-align: left;
}
#navigation ul li a:hover ul li a.drop {
	background:#000;
	padding-bottom:4px;
}
#navigation ul li a:hover ul li a ul {
	visibility:hidden;
	position:absolute;
	height:0;
	width:0;
	margin-left:40px;
}
#navigation ul li a:hover ul li a:hover {
	background: #7f2c55;
}
#navigation ul li a:hover ul li a:hover.drop {
	background: #ccd url(/wp-content/themes/extremo/images/bullet1.gif) no-repeat 3px 8px;
}
#navigation ul li a:hover ul li a:hover ul {
	visibility:visible;
	position:absolute;
	top:0;
	color:#000;
	left:153px;
}
#navigation ul li a:hover ul li a:hover ul.left {
	left:-153px;
}
/*----- Fin Navigation -----*/
	
	/*----- Content-----*/

#content {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	margin-left: 50px;
	width: 750px;
	float: left;
}
.left {
	float: left;
}
.right {
	float: right;
}
#content h2  {
	margin:15px 0px 7px 0px;
	padding:5px 0px 5px 35px;
	font-weight:normal;
	font-size:20px;
	color:#ffbd1a;
	display:block;
	background:url(/wp-content/themes/extremo/images/bg_h2.jpg) no-repeat left center;
}
#content h2 a {
	font-weight:normal;
	font-size:20px;
	color:#ffbd1a;
}
#content h2 a:hover {
	font-weight:normal;
	font-size:20px;
	color:#ffbd1a;
	text-decoration: underline;
}
#content p {
	color:#fff;
	margin:0px;
	font-size:13px;
	padding:0px;
	margin:0px;
}
#content a {
	color:#ffbd1a;
	margin:0px;
	font-size:13px;
	padding:0px;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
#content img {
	margin:0px auto;
	display:block;
	padding:0px;
	background:#FFFFFF;
}
/*----- End Content-----*/

/*--  Page Content --*/

#sidebar {
	margin: 15px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
	color: #333;
	float: right;
	display: inline;
	background:url(/wp-content/themes/extremo/images/bg_sidebar_top.jpg) no-repeat left top;
}
#sidebar_content {
	margin: 0px;
	padding: 5px 5px;
	width: 268px;
	background:url(/wp-content/themes/extremo/images/bg_sidebar.jpg) repeat-y left top;
}
#sidebar .box {
	padding: 0px 5px;
	margin:0px 0px 15px 0px;
	background:url(/wp-content/themes/extremo/images/bg_sidebar_box.jpg) no-repeat center top;
}

#sidebar .post_box {
	padding: 0px 4px;
	margin:0px 0px 10px 0px;
	background:url(/wp-content/themes/extremo/images/bg_sidebar_box.png) no-repeat center top;
}

#sidebar .box h3, .post_box h3 {
	background:url(/wp-content/themes/extremo/images/bg_title_sidebar.jpg) no-repeat left top;
	font-size:16px;
	color:#FFFFFF;
	width:250px;
	height:24px;
	padding:3px 5px 0 8px;
	display:block;
	font-style:italic;
	font-weight:normal;
}

#sidebar .box h3 a, .post_box h3 a {
	font-size:16px;
	color:#FFFFFF;
	font-style:italic;
	font-weight:normal;
	text-decoration: none;
}



#sponsors_sidebar {
	padding:0px 0px;
	text-align:center;
	padding-top: 5px;
}
#sponsors_sidebar a img {
	border:1px solid #0b0202;
	margin-bottom:5px;
}
#gallery_sidebar {
	margin: 0px;
	padding-top: 5px;
}
.imagethumb {
	text-align: center;
	margin: 0 12px 8px 0;
    padding: 10px;
	float: left;
	width: 90px;
	border: 1px solid #1a353f;
	background: #2b4955;
    line-height: 100%;
}


.imagethumb a img {
	padding:3px;
	border: 1px solid #1e3e4a;
	font-size:12px;
}
.imagethumb a:hover img {
	padding:3px;
	border: 1px solid #1a353f;
}

.post {
font-size:12px;
color:#524f40;
padding-top: 8px;
}

.post a img {
float:left;
border: 2px solid #ac7d28;
margin:4px;
}

#sidebar_bottom {
	background:url(/wp-content/themes/extremo/images/bg_sidebar_bottom.jpg) no-repeat center top;
	height:12px;
	width:278px;
margin:0px;
padding:0px;
}
#programas {
	margin:5px 0px 10px 0px;
	padding:0px 0px 20px 0px;
	height:auto;
}
#programas a {
	color:#512b3e;
	font-size:12px;
	text-decoration:none;
	background:url(/wp-content/themes/extremo/images/bg_sidebar_a.gif) no-repeat 0 -21px;
	padding:3px 0px 0px 20px;
	margin:0px;
	display:block;
	height:21px;
}
#programas a:hover {
	color:#512b3e;
	background-position: 0 0px;
}
#banner img {
	margin:5px auto;
	display:block;
}
#banner a {
	border:none!important;
	background:none;
	text-decoration:none;
}
#banner a img {
	border:none!important;
	background:none;
	text-decoration:none;
}
/*----- Fin Wrapper -----*/

#fix_bottom {
	width: 830px;
	clear: both;
	margin: 0px;
	padding: 0px;
	float: inherit;
}
/*----- Footer -----*/
#footer {
	margin: 0px;
	padding:0px;
	height: 221px;
	clear: both;
	background:url(/wp-content/themes/extremo/images/fill_footer.jpg) repeat-x left bottom;
	color:#FFFFFF;
}
#footer h4 {
	font-size:16px;
	color:#FFFFFF;
	padding:3px 5px 0 10px;
	margin-bottom:5px;
	display:block;
	font-style:italic;
	font-weight:normal;
}
#footer p {
	color:#fff;
	font-size:12px;
	padding: 0px 0px 5px 30px;
	font-weight:normal;
}
#footer a {
	color:#fff;
	text-decoration:none;
	font-weight: bold;
}

#footer a:hover {
	color:#90c00a;
	text-decoration:underline;
	font-weight: bold;
}


#footer .ftr_boxes {
	margin: 0px auto;
	padding:5px 0px 5px 0px;
	width:860px;
	height:173px;
	background:url(/wp-content/themes/extremo/images/bg_footer.jpg) no-repeat center bottom;
}
#ftr_left {
	margin: 0px;
	padding: 0px 9px;
	width:558px;
	height:178px;
	float:left;
}
#ftr_left img {
margin:5px 20px 5px 5px;
padding:1px;
background:#1e3e4a;
border:1px solid #fff;
float:left;
}

#ftr_left h5 {
color:#fff;
font-style:italic;
font-weight:normal;
font-size:14px;
text-decoration:none;
}

#ftr_left h5 a {
color:#fff;
font-style:italic;
font-weight:normal;
font-size:14px;
text-decoration:none;
}

#ftr_left h5 a:hover {
color:#fff;
text-decoration:underline;
}
#ftr_facebook {
	margin: 0px;
	padding: 0px;
	width:558px;
	height:60px;
	float:left;
}

#ftr_boletin {
	margin: 0px;
	padding: 0px;
	width:558px;
	height:105px;
	float:left;
}
#boletin_area {
	width:558px;
	height:85px;
	background:url(/wp-content/themes/extremo/images/bg_boletin.jpg) no-repeat left bottom;
}

#boletin_register {
	width:183px;
	height:85px;
	float:left;
}

#boletin_register img {
border:none;
float:left;
background:none;
padding:0px 0px 0px 15px;
margin:10px 0px 0px 0px;
}


#boletin_message {
	width:328px;
	height:70px;
	padding:15px 15px 0px 15px;
	float:left;
}
.boletin {
	width:51px;
	height:17px;
	text-decoration:none;
	text-indent: -9000px;
	background:url(/wp-content/themes/extremo/images/title_boletin.jpg) no-repeat 0 0;
}

#ftr_trainning {
	margin: 0px;
	width:294px;
	height:164px;
}
#ftr_videos {
	margin: 0px;
	width:283px;
	height:173px;
	float:right;
}

#ftr_videos h4 {
	background:url(/wp-content/themes/extremo/images/bullet_videos.jpg) no-repeat left center;
	font-size:16px;
	color:#FFFFFF;
	padding:3px 5px 0 40px;
	margin-bottom:5px;
	display:block;
	font-style:italic;
	font-weight:normal;
}
#video {
	margin: 0px;
	width:278px;
	height:145px;
}
.thumb {
	text-align: center;
}
.thumb a img {
	margin:3px;
	border: 1px solid #5b848d;
	padding:1px;
	background:#CCCCCC;
}
.thumb a:hover img {
	margin:3px;
	border: 1px solid #CCCCCC;
	padding:1px;
	background:#5b848d;
}
#footer .info {
	margin: 0px auto;
	padding:0px;
	width:860px;
	height:38px;
	font-size:11px;
	color:#FFFFFF;
	font-size:12px;
	background:url(/wp-content/themes/extremo/images/bg_info.jpg) no-repeat center bottom;
}
#footer .info a {
	color:#fff;
	font-size:12px;
	float:none;
	padding:0px 0px 0px 20px;
	text-decoration:none;
}
#footer .info a:hover {
	text-decoration:underline;
}
#footer .info .ftr_menu {
	width:525px;
	float:left;
	margin:6px 0px 0px 0px;
	padding:5px 10px;
	text-align:right;
}
#footer .info .copyright {
	width:245px;
	margin:6px 0px 0px 0px;
	padding:15px 20px 0px 10px;
	text-align:right;
	float:left;
}
		/*----- Fin Footer -----*/
		
		/*----- Home -----*/
		
		#home_video {
		background:url(/wp-content/themes/extremo/images/bg_video.gif) no-repeat left bottom;
		width:556px;
		height:356px;
		margin:0px auto;
		padding:0px 5px 10px 5px;
		}
		
		#home_video h2 {
	font-size:20px;
	height:24px;
	color:#ffbd1a;
	display:block;
	background:url(/wp-content/themes/extremo/images/bullet_video_h2.jpg) no-repeat left top;
	padding:26px 0px 0px 50px;
	margin:0px;
}
	#video_intro {
	margin:5px 0px;
	padding:0px;
	height:auto;
}

.btn_video {
background:url(/wp-content/themes/extremo/images/btn_video.jpg) no-repeat left bottom;
height:23px;
width:116px;
padding:0px;
text-align:center;
display:block;
float:right;
margin:5px 0px;
}

	#video_preview {
	height:277px;
	width:345px;
	margin:1px;
	padding:0px;
	float:left;
}

	#video_info {
	height:auto;
	width:195px;
	margin:1px;
	padding:0px 5px;
	float:right;
}

	#video_info a {
	padding:0px;
	margin:0px;
	font-size:12px;
}

	#video_preview img {
	margin:0px;
	padding:0px;
	border:none;
}
	
	
#blog {
height:auto;
padding-bottom:10px;
}

.last_post {
height:120px;
padding:0px 5px;
margin-bottom:10px;
background:url(/wp-content/themes/extremo/images/bg_post.jpg) no-repeat left bottom;
}

#blog h3 a {
font-size:16px;
color:#ffad1f;
text-align:left;
margin:0px 0px 5px 0px;
padding:0px;
font-weight:normal;
float:none!important;
}

#blog h3 a:hover {
text-decoration:underline;
}

#blog a {
  color: #feb73c;
  text-decoration:none;
  font-size:12px;
  float:right;
  display:block;
}

#blog a:hover {
  color: #feb73c;
  text-decoration:underline;
}

#blog p {
padding:0px;
margin:0px;
}

#blog img {
float:left;
margin:0px 6px 0px 0px;
padding:0px;
border:2px solid #fff;
background:none;
}


#blog_post {
height:auto;
padding-bottom:10px;
}

#blog_post h3 a {
font-size:16px;
color:#ffad1f;
text-align:left;
margin:0px 0px 5px 0px;
padding:0px;
font-weight:normal;
float:none!important;
}

#blog_post h3 a:hover {
text-decoration:underline;
}

#blog_post a {
  color: #feb73c;
  text-decoration:none;
  font-size:12px;
}

#blog_post .post_tags  {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 5px;
  margin-left: 10px;
}

#blog_post .post_tags a {
  color: #8fc106;
  text-decoration:none;
  font-size:12px;
  background-color: #2b4955;
  padding-left: 4px;
  padding-right: 4px;
}

#blog_post .post_tags a:hover {
  color: #fff;
  text-decoration:none;
  font-size:12px;
  background-color: #000;
}



#blog_post a:hover {
  color: #feb73c;
  text-decoration:underline;
}

#blog_post p {
padding:5px;
margin:4px;
}

#blog_post img {
margin:0px 6px 0px 0px;
padding:0px;
border:2px solid #fff;
background:none;
}




/*-- Gallery Styles --*/

/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
}
.album {
	margin: 0 12px 8px 0;
    padding: 10px 8px 2px 10px;
	float: left;
	width: 305px;
	border: 1px solid #1a353f;
	background: #2b4955;
    line-height: 100%;
}
.album a img {  }
.album .thumb {
    float: left; 
    margin-right: 6px;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album p {
	line-height: 12px;
	font-size: 11px;
    padding: 4px 0px 0px;
    margin: 0px;
}
.albumdesc small {
	color: #8DB8CF;
}

/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}
.disabled_nav {
	visibility: hidden;
}




.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	margin-top: -10px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}


#image {

}

#image img{
border: 10px solid #000000;
border-bottom: 25px solid #000000;


}