/* 

Advanix Template - CSS File

USE THIS STYLE SHEET FOR HOMEPAGE

*/
#slidecontainer{background-image:url(../images/bg_slide.png); background-repeat:no-repeat; width:978px; height:288px; position:relative}
#slide{padding:19px;}
#slideshow{height:250px; background:none; overflow:hidden; background-color:#ececec;}
.slide_image {margin-top:0px; z-index:0 !important;}
.slide-text{ z-index:100 !important; position:absolute; width:410px; padding-left:65px; padding-top:69px; }
#slideshow .title{padding:10px 0px 0px 0px; font-size:30px; color:#70a1bf; line-height:33px;}

.cycle{padding-right:20px;}

#slideshow_navigation a{
    background: url(../images/button.png) no-repeat scroll 50% 50%;
    display:block;
    float:left;
    font-size:0px;
    width:13px;
    height:13px;
    margin:3px;
    outline-style:none;
    outline-width:medium;
    padding:0px;
}

#slideshow_navigation{position:absolute; left:45px; top:235px; z-index:800; cursor:pointer}
#slideshow_navigation .activeSlide {background: url(../images/button_selected.png) no-repeat scroll 0% 50%;}

.cloud_xsmall {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 100%;
}

.cloud_small {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 120%;
}

.cloud_medium {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 140%;
}

.cloud_large {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 160%;
}

.cloud_xlarge {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 180%;
}


/*----------my styles ----------------*/

#register{
    margin-top: 50px;
    width: 850px;
}

#register input{
    height: 19px;
    background-image: url(/images/bg_input.jpg);
    background-repeat: repeat-x;
    margin-top: 10px;
    color: #888888;
    padding-top: 4px;
    padding-left: 4px;
}

#register ul{
    list-style: none;
}

#register li.left_li{
    float: left;
    width: 200px;
    margin-top: 10px;
}

#register li.right_li{
    float: left;
    width: 200px;
}

#register .btn{
    background-image: url(/images/bg_testi.jpg);
    width: 100px;
    height: 30px;
    padding-top: 0px;
}

#register .btn:hover{
    cursor: pointer;
}


#login{
    float: right;
    width: 96px;
    border-left: 1px solid #c5d6e1;
    border-bottom: 1px solid #c5d6e1;
    padding-left: 10px;
    margin-right: 13px;

}

#login a{
    color: white;
    font-size: 14px;
}


/*-------------website register-----------------*/
#website_register{
    width: 550px;
}

#website_register dt{
    font-weight: bolder;
    width: 200px;
    float:left;
    padding-top: 10px;
}
#website_register dd{
    width: 350px;
    float:left;
}
#website_register dd.keywords{
    float:left;
}

#website_register dd input{
    height: 19px;
    background-image: url(/images/bg_input.jpg);
    background-repeat: repeat-x;
    margin-top: 10px;
    color: #888888;
    padding-top: 4px;
    padding-left: 4px;
    width: 227px;
}

#website_register dd.input_field input {
    height: 25px;
}

#website_register textarea{
    background-image: url(/images/bg_input.jpg);
    background-repeat: repeat-x;
    color: #888888;
    padding-top: 4px;
    padding-left: 4px;
    margin-top: 10px;
}

#website_register .btn{
    background-image: url(/images/bg_testi.jpg);
    width: 100px;
    height: 30px;
    padding-top: 0px;
}


/*---------search results-------------*/
#search_results li{
    height: 240px;
    float:left;
    border-bottom: 1px dotted #75a3c0;
}

#search_results li.logo{
    width: 300px;
    overflow: hidden;
}

#search_results li.description{
    width: 500px;
    float: left;
}

#description_scroll {/*div dentro de search_results li.description para el scroll*/
    max-height: 230px;
    width: 400px;
}

#my_websites li{
    height: 240px;
    float:left;
    border-bottom: 1px dotted #75a3c0;
    margin-top: 40px;
}

#my_websites ul{
    list-style: none;
}

#my_websites li.logo{
    width: 210px;
    text-align: center;
}

#my_websites li.description{
    width: 350px;
    float: left;
    text-align: justify;
}
