/*      This theme was designed and built by Billy Bullock.
	  http://www.BillyGBullock.com

        The CSS, XHTML and design is released under GPL:
        http://www.opensource.org/licenses/gpl-license.php

        I hope you enjoy this them and if you have questions, please don't hesitate to let me know.


Colors used in this style sheet:
   Hex 000000 = RBG   0,   0,   0 = black
   Hex FFFFFF = RBG 255, 255, 255 = white - "used for title and menu text"
   Hex 999999 = RBG 153, 153, 153 = gray
   Hex 666666 = RBG 102, 102, 102 = dark gray
   Hex CCCCCC = RBG 204, 204, 204 = light gray - "used for certain buttons"
   Hex 333333 = RBG  51,  51,  51 = brown - "class = tableh1"
   Hex 6A6A5A = RGB 106, 106,  90 = light brown - "class = tableb, catrow, background for information windows in Config"
   Hex FFCC00 = RGB 255, 204,   0 = Yellow - "used for table headings text"
   Hex CCCC99 = RGB 204, 204, 153 = Off White - "used for text and table broders"
*/

table {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
}

h1{
        font-size: 14px;
        font-family: Georgia, "Times New Roman", Times, serif;
        text-decoration: blink;
        color : #383a40;
        margin: 2px;
        font-style : normal;
        font-weight: bold
}
h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        margin: 0px;
}
h3 {
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 2px;
}

p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        margin: 2px 0px;
}

ul {
        margin-left: 5px;
        padding: 0px;
}

li {
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0px;
        list-style-position: outside;
        list-style-type: disc;
}

.textinput {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #CCCC99;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #CCCC99;
        vertical-align : middle;
}

.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #CCCC99;
        background: #CCCCCC;
        background-position : bottom;
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #CCCC99;
        background: #CCCCCC;
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

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

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

bblink a {
        color: #333333;
        text-decoration: none;
}

bblink a:hover {
        color: #333333;
        text-decoration: underline;
}

.maintable {
        border: 1px solid #989589;
        margin-top: 1px;
        margin-bottom: 1px;
}

.tableh1 {
        background: #333333;
	  font-size: 12px;
        color : #ff9900;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 15px;
}

.tableh1_compact {
        background: #333333;
        color : #ff9900;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2, .catrow_noalb {
        background: #333333;
        color : #FFFFFF;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2_compact {
        background: transparent;
        color : #FFFFFF;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb, .catrow {
        background: #6A6A5A;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color : #CCCC99;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableb_compact {
        background:#6A6A5A;
        color : #CCCC99;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
        background: transparent;
        color: #CCCC99;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.display_media {
        background: #333333;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.album_stat {
        font-size: 100%;
        margin: 5px 0px;
}

.thumb_filename {
        font-size: 80%;
        color: #CCCC99;
        display: block;
}

.thumb_title {
        color: #CCCC99;
        font-size: 95%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 95%;
        color: #CCCC99;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: underline;
        color: #CCCC99;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 95%;
        color: #CCCC99;
        padding: 2px;
        font-style : italic;
        display : block;
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 95%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 95%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #CCCC99;
}

.user_thumb_infobox a:hover {
        color: #CCCC99;
        text-decoration: underline;
}

.sortorder_cell {
        background: transparent;
        color : #CCCC99;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Arial, Helvetica, sans-serif;
        background: transparent;
        color : #CCCC99;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 90%;
        white-space: nowrap;
}

.navmenu {
        font-family: Arial, Helvetica, sans-serif;
        color: #CCCC99;
        font-size: 100%;
        font-weight: bold;
        background: #333333;
        border-style: none;
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

.navmenu a {
        position: relative;
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: underline;
        color: #FFFFFF;
}

.navmenu a:hover {
        text-decoration: none;
        color: #CCCC99;
}

.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        border: 1px solid #666666;
        background: #CCCCCC;
        background-position : bottom;
        color: #000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 5px;
        padding-right: 5px;
}


.admin_menu_thumb a:hover {
        color: #000000;
        text-decoration: underline;
}

.admin_menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #404750;
        background-color : #333333;
        color: #FFFFFF;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

.admin_menu a {
        color: #FFFFFF;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #ff9900;
        text-decoration: underline;
}

td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}

.comment_date{
        color : #CCCCCC;
        font-size : 10px;
        vertical-align : middle;
}

.image {
        border-style: solid;
        border-width:2px;
        border-color: #FFFFFF;
        margin: 2px;
}

.thumbnails {
        background:#6A6A5A;
        padding: 5px;
}

.footer {
        font-size : 9px;
}

.footer a {
        text-decoration: none;
        color: #CCCC99;
}

.footer a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}

.statlink {
        color: #ff9900;
}

.statlink a {
        text-decoration: none;
        color: #ff9900;
}

.statlink a:hover {
        color: #ff9900;
        text-decoration: underline;
}

.alblink a {
        text-decoration: underline;
        color: #CCCC99;
}

.alblink a:hover {
        color: #FFFFFF;
        text-decoration: none;
}

.catlink {
	  font-size: 12px ;
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        text-decoration: underline;
        color: #CCCC99;
	  letter-spacing: 0.5px;
}

.catlink a:hover {
        color: #FFFFFF;
        text-decoration: none;
}

.topmenu {
        line-height : 130%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        border: 1px solid #989589;
        margin-top: 1px;
        margin-bottom: 1px;
		background-color: #333333;
		padding: 6px 0;
}

.topmenu a {
        text-decoration : none;
				margin:0 15px;
}

.topmenu a:hover  {
        color : #CCCC99;
        text-decoration : underline;
}

.img_caption_table {
        border: none;
        background: transparent;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: transparent;
        font-size: 110%;
        color : #CCCCCC;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}

.img_caption_table td {
        background: transparent;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}

.clickable_option {
        border-bottom : 1px dotted #CCCC99;
        cursor : default;
}

.mainblock {
        background: #6A6A5A;
	  margin: 0 auto;
	  width: 740px;
}

.maintitle {
	font-size: 24px;
	font-family: "Arial Narrow";
	text-decoration: none;
	color : #FFFFFF;
	margin: 2px;
	font-style : normal;
	font-weight: bold;
	text-align: justify;
	text-transform: lowercase;
	position: relative;
	top: 20px;
}

.header
{
	  background: url(images/header.jpg) no-repeat center center;
	  border-bottom: 1px solid #FFFFFF;
	  border-top: 1px solid #FFFFFF;
	  clear: both;
	  text-align: center;
	  width: 740px;
	  height: 150px;
}

#vanity a {
        display:block;
        width:57px;
        height:20px;
        margin: 3px 20px;
}
#vanity img {border:0}
#v_php {float:left;background-image:url(../../images/powered-php.gif);}
#v_php:hover {background-image:url(../../images/h_powered-php.gif);}
#v_mysql {float:left;background-image:url(../../images/powered-mysql.gif);}
#v_mysql:hover  {background-image:url(../../images/h_powered-mysql.gif);}
#v_xhtml {float:right;background-image:url(../../images/valid-xhtml10.gif);}
#v_xhtml:hover {background-image:url(../../images/h_valid-xhtml10.gif);}
#v_css {float:right;background-image:url(../../images/valid-css.gif);}
#v_css:hover{background-image:url(../../images/h_valid-css.gif);}



#general a ,#servicios a ,#aventura a ,#tienda a {
      color:#58585a; 
}

#general a:hover ,#servicios a:hover ,#tienda a:hover ,#aventura a:hover  {
color:#98DCEE;
text-decoration:none;
}


#al_cbcr {
    background: url("../../../../theme/alcorceaventura/content/images/bg1_cbcr.png") repeat-x scroll 0 0 transparent;
    height: 62px;
    margin: 0 auto auto;
    padding: 0;
    position: relative;
    width: 959px;
    z-index: 10;
}

#al_logo-cbcr {
    background-image: url("../../../../theme/alcorceaventura/content/images/sprite-cbcr.png");
    float: left;
    height: 55px;
    margin: 1px 0 0 13px;
    width: 164px;
}

#al_logo-cbcr A {
    display: block;
    height: 55px;
    text-indent: -9999px;
    width: 164px;
}

#al_tlef {
    background-image: url("../../../../theme/alcorceaventura/content/images/sprite-cbcr.png");
    background-position: -170px -2px;
    display: block;
    float: left;
    height: 49px;
    margin: 5px 0 0 56px;
    width: 222px;
}

#al_dtall {
    background-image: url("../../../../theme/alcorceaventura/content/images/sprite-cbcr.png");
    background-position: -396px 0;
    float: left;
    height: 58px;
    left: 478px;
    position: absolute;
    width: 80px;
    z-index: 1;
}

#al_scaldr {
    background-image: url("../../../../theme/alcorceaventura/content/images/sprite-cbcr.png");
    background-position: 1px -89px;
    float: right;
    height: 62px;
    margin: 0 -33px 0 0;
    width: 37px;
}

#al_cbcr-der {
    background: url("../../../../theme/alcorceaventura/content/images/bg2_cbcr.png") repeat-x scroll 0 0 transparent;
    float: right;
    height: 75px;
    margin-top: -62px;
    width: 50%;
	position: relative;
	z-index: 5;
}

#al_cbcr-izq {
    background: url("../../../../theme/alcorceaventura/content/images/bg1_cbcr.png") repeat-x scroll 0 0 transparent;
    float: right;
    height: 75px;
    margin-top: -62px;
    position: relative;
    width: 50%;
	z-index: 5;
}

BODY {
    background: url("../../../../theme/alcorceaventura/content/images/bg_ppal.jpg") no-repeat scroll center top #F8F8F8;
}

#al_top-bg {
    background-image: url("../../../../theme/alcorceaventura/content/images/bg_cntdTop.png");
    height: 4px;
    margin: auto;
    width: 960px;
}

#al_web-cntd {
    background-image: url("../../../../theme/alcorceaventura/content/images/bg_cntd.jpg");
	margin: auto;
    overflow: hidden;
    position: relative;
    top: -9px;
    width: 960px;
    z-index: 1;
}

#al_cntd-menu {
    background-color: #FFFFFF;
    display: block;
    float: left;
    height: 58px;
    margin: 0 0 0 12px;
    width: 940px;
	margin-bottom: 50px;
}

#al_cntd-menu LI {
    float: left;
    margin-top: 10px;
}

#al_tienda {
    background-image: url("../../../../theme/alcorceaventura/content/images/sprite-cntd.png");
    background-position: -4px -4px;
    display: block;
    height: 42px;
    margin: 0 7px 0 0;
    text-indent: -9999px;
    width: 118px;
}

#al_servicios {
    background-image: url("../../../../theme/alcorceaventura/content/images/sprite-cntd.png");
    background-position: -128px -4px;
    display: block;
    height: 42px;
    text-indent: -9999px;
    width: 126px;
}

#al_aventuras {
    background-image: url("../../../../theme/alcorceaventura/content/images/sprite-cntd.png");
    background-position: -254px -4px;
    display: block;
    height: 42px;
    text-indent: -9999px;
    width: 136px;
}

#al_informacion {
    background-image: url("../../../../theme/alcorceaventura/content/images/sprite-cntd.png");
    background-position: -390px -4px;
    display: block;
    height: 42px;
    text-indent: -9999px;
    width: 150px;
}

#al_blog {
    background-image: url("../../../../theme/alcorceaventura/content/images/sprite-cntd.png");
    background-position: -540px -4px;
    display: block;
    height: 42px;
    text-indent: -9999px;
    width: 74px;
}

#al_album {
    background-image: url("../../../../theme/alcorceaventura/content/images/sprite-cntd.png");
    background-position: -614px -4px;
    display: block;
    height: 42px;
    text-indent: -9999px;
    width: 91px;
}

#al_bscr {
    position: relative;
}

#al_bscr INPUT {
    background-image: url("../../../../theme/alcorceaventura/content/images/sprite-cntd.png");
    background-position: 240px -4px;
    border: 0 none #000000;
    color: #6D6D6D;
    float: left;
    font-size: 12px;
    height: 17px;
    margin: 0 0 0 15px;
    padding: 12px 0 13px 16px;
    text-indent: 0;
    width: 151px;
}

#al_bscr BUTTON {
    background-image: url("../../../../theme/alcorceaventura/content/images/sprite-cntd.png");
    background-position: 73px -4px;
    border: 0 none #000000;
    cursor: pointer;
    float: left;
    height: 42px;
    padding-top: 0;
    text-indent: -9999px;
    width: 53px;
}

#al_web-izqd {
    float: left;
    margin: 0 13px 0 12px;
    overflow: hidden;
    text-align: left;
    width: 695px;
}

.al_post-title
{
	margin-bottom: 10px;
}

.al_post-title small
{
    color: #D2D2D2;
    font-size: 12px;
    margin-right: 5px;
    text-transform: uppercase;
}

.al_post-title span a
{
    color: #38D2EA;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
	text-decoration: none;
}

.al_post-title span a:hover
{
    text-decoration: none;
}

.al_post-title p
{
    color: #F69644;
    font-size: 13px;
    font-weight: bold;
    padding-left: 90px;
}

.al_post-dscp
{
	overflow: hidden;
	height: 100%;
	text-align: justify;
	color: #40403f;
	margin-top: 20px;
}

.al_post-img
{
	float: left;
	margin: 0px 6px 6px 0px;
	padding: 5px;
	border: 1px solid #CCC;
}

.al_post-cndr
{
	margin-bottom: 50px;
	border: solid #e7e7e7;
	border-width: 0px 0px 1px 0px;
	padding-bottom: 50px;
}

.al_post-tag
{
	color: #40403f;
	margin-top: 15px;
}

.al_post-tag span
{
	color: #eb5500;
}

#al_web-drch {
	float: left;
    padding-left: 11px;
    width: 229px;
}

#al_recientes
{
	background: url("btn_recientes.png") no-repeat;
	width: 222px;
	height: 37px;
	text-indent: -2000em;
	margin-bottom: 10px;
}

.al_sidebar-ul
{
	margin-bottom: 20px;
}

.al_sidebar-ul li
{
	text-align: left;
	margin-bottom: 6px;
}

.al_sidebar-ul a
{
    background-image: url("bola_0.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    color: #40403F;
    padding: 0 5px 0 10px;
    text-decoration: none;
	width: 205px;
	display: block;
}

.al_sidebar-ul a:hover
{
	text-decoration: none;
	color: #de4c01;
	background-image: url("bola_1.png");
}

.cnjunts {
    background-position: 240px 693px;
    height: 126px;
}

.pdid {
    background-position: 240px 554px;
    height: 126px;
}

/*.box {
    background-image: url("../../../../theme/alcorceaventura/content/images/sprite-cntd.png");
    height: 127px;
    margin: 0 0 18px;
    text-indent: -9999px;
    width: 230px;
}*/

#btm-bg {
    background-image: url("../../../../theme/alcorceaventura/content/images/bg_cntdBottm.png");
    height: 6px;
    margin: auto;
    position: relative;
    top: -9px;
    width: 960px;
}

#logo-prfotr {
    background-image: url("../../../../theme/alcorceaventura/content/images/sprite-cntd.png");
    background-position: 539px 155px;
    height: 33px;
    margin: 19px auto auto;
    width: 87px;
}

#pie {
    background: none repeat scroll 0 0 #F86B00;
    height: 218px;
    margin: 20px auto -160px;
    padding: 0;
    position: relative;
    width: 959px;
    z-index: 1;
}

#scaldr-pie {
    background-image: url("../../../../theme/alcorceaventura/content/images/sprite-cntd.png");
    background-position: -546px -707px;
    height: 218px;
    margin-left: -112px;
    width: 112px;
}

#logo-ftr {
    background-image: url("../../../../theme/alcorceaventura/content/images/sprite-cbcr.png");
    background-position: 0 0;
    height: 53px;
    left: 43px;
    position: absolute;
    top: 24px;
    width: 159px;
}

#mail-ftr {
    color: #FCB37B;
    font-family: verdana;
    font-size: 14px;
    font-style: italic;
    left: 9px;
    position: absolute;
    top: 114px;
}

#mail-ftr A {
    color: #FCB37B;
    text-decoration: none;
}


#fcbk {
    background-image: url("../../../../theme/alcorceaventura/content/images/sprite-cntd.png");
    background-position: 720px 157px;
    height: 47px;
    left: 20px;
    position: absolute;
    top: 141px;
    width: 48px;
}
#fcbk A {
    height: 47px;
    position: absolute;
    text-indent: -9999px;
    width: 48px;
}


#yutb {
    background-image: url("../../../../theme/alcorceaventura/content/images/sprite-cntd_blog.png");
    background-position: 666px 157px;
    height: 47px;
    left: 98px;
    position: absolute;
    top: 141px;
    width: 48px;
}

#yutb A {
    height: 47px;
    position: absolute;
    text-indent: -9999px;
    width: 48px;
}

#twtr {
    background-image: url("../../../../theme/alcorceaventura/content/images/twitter.png");
    background-repeat: no-repeat;
    height: 48px;
    left: -30px;
    position: absolute;
    top: 142px;
    width: 49px;
}
#twtr A {
    height: 47px;
    position: absolute;
    text-indent: -9999px;
    width: 48px;
}


#send {
    background-image: url("../../../../theme/alcorceaventura/content/images/sprite-cntd.png");
    background-position: 611px 157px;
    height: 47px;
    left: 153px;
    position: absolute;
    top: 141px;
    width: 48px;
}
#send A {
    height: 47px;
    position: absolute;
    text-indent: -9999px;
    width: 48px;
}

#mapa-web {
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 13px;
    height: 53px;
    left: 252px;
    position: absolute;
    top: 34px;
    width: 704px;
}

#mapa-web UL {
    float: left;
	text-align: left;
}

#mapa-web LI {
    list-style: disc outside none;
    margin: 0 0 10px 36px;
}

#mapa-web A {
    color: #FFFFFF;
    text-decoration: none;
}

#pie-der {
    background: url("../../../../theme/alcorceaventura/content/images/bg_pie_der.jpg") repeat-x scroll 0 0 transparent;
    float: right;
    height: 222px;
    margin-top: -62px;
    width: 50%;
}

#pie-izq {
    background: url("../../../../theme/alcorceaventura/content/images/bg_pie_izq.jpg") repeat-x scroll 0 0 transparent;
    float: right;
    height: 222px;
    margin-top: -62px;
    position: relative;
    width: 50%;
}

#fotr {
    background-color: #E63900;
    height: 61px;
    margin-top: 160px;
    width: 100%;
}

#fotr-ctnd {
    height: 61px;
    margin: auto;
    position: relative;
    width: 959px;
}

#drccn {
    color: #FFFFFF;
    font-size: 11px;
    left: 42px;
    position: absolute;
    top: 13px;
    width: 515px;
}

#denox {
    color: #FFFFFF;
    font-size: 11px;
    position: absolute;
    right: 56px;
    top: 21px;
}

#denox A {
    background-image: url("../../../../theme/alcorceaventura/content/images/sprite-cntd.png");
    background-position: 720px 93px;
    display: block;
    height: 33px;
    left: 101px;
    position: absolute;
    text-indent: -9999px;
    top: -6px;
    width: 65px;
}
