body {
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    height: 755px;
}

#background_over {
    z-index: -1;
    background-repeat: no-repeat;
    position: absolute;
}

.banner {
    z-index: 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 170px;
    left: 40px;
}
/*#############################################################################*/
#header {
    position: relative;
}

#logo {
    margin-left: 20px;
    margin-top: 16px;
    height: 100px;
    width: 238px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    float: left;
}

.horizontalcssmenu {
    margin-top: 65px;
    margin-left: 12px;
    vertical-align: middle;
    float: left;
}

.horizontalcssmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.horizontalcssmenu ul li {
    position: relative;
    display: inline;
    float: left;
}

.horizontalcssmenu ul li img {
    border: none;
}

.horizontalcssmenu ul li a {
    display: block;
    text-decoration: none;
}

.anylinkcss {
    position: absolute;
    visibility: hidden;
    z-index: 100;
}

.anylinkcss a {
    width: 110px;
    font-weight: bold;
    padding: 2px 5px;
    background: #6696C9;
    color: #ffffff;
    font-family: "Arial Narrow";
    font-size: 13px;
    z-index: 2;
}

.anylinkcss a:hover {
    background: #0B57A8;
}

#menu_criadero a {
    width: 120px;
}
/*#############################################################################*/
#page_title {
    z-index: 0;
    background-repeat: no-repeat;
    position: absolute;
}

#textos {
    color: #000000;
    font-family: "Gill Sans MT";
    font-size: 12px;
    z-index: 0;
    background-repeat: no-repeat;
    position: absolute;
    line-height: 1.2;
}

.fl_image {
    z-index: 1;
    background-repeat: no-repeat;
    position: absolute;
}
/*#############################################################################*/
#footer {
    position: absolute;
    margin-top: 690px;
    margin-left: 101px;
    height: 21px;
    width: 810px;
    background-image: url('../images/pie.png');
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    font-family: "Arial Narrow";
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;
}

#foot_print {
    position: absolute;
    margin-left: 870px;
    margin-top: 616px;
    width: 99px;
    height: 105px;
    background-image: url('../images/huella_pie.png');
    background-repeat: no-repeat;
    z-index: 100;
}

#dog_image {
    background-repeat: no-repeat;
    position: absolute;
    z-index: 100;
}

#proplan {
    position: absolute;
    margin-left: 55px;
    margin-top: 457px;
    width: 162px;
    height: 36px;
    background-image: url('../images/proplan.png');
    background-repeat: no-repeat;
    z-index: 100;
    visibility: hidden;
}
/*#############################################################################*/
.links_list {
    float: left;
    width: 350px;
    margin-right: 5px;
}

.link {
    margin-bottom: 10px;
    font-size: 11px;
}

.l_title {
    color: #971a1d;
    font-size: 12px;
    font-weight: bold;
    float: left;
    margin-right: 3px;
}

.link a {
    font-size: 12px;
    color: #0053a5;
    text-decoration: none;
}

.link a:hover {
    text-decoration: underline;
}
/*#############################################################################*/
label {
    width: 70px;
    float: left;
    text-align: left;
    display: block;
    font-weight: bold;
}

.textbox {
    width: 210px;
    color: #000000;
    font-family: "Gill Sans MT";
    font-size: 12px;
}

.submit {
    float: right;
    margin-right: 10px;
    color: #000000;
    font-family: "Gill Sans MT";
    font-size: 12px;
    font-weight: bold;
}

fieldset {
    width: 300px;
    border: none;
}

textarea {
    width: 210px;
    height: 150px;
    color: #000000;
    font-family: "Gill Sans MT";
    font-size: 12px;
}
/*
 br {
 clear: left;
 }*/
/*#############################################################################*/
#videos {
    padding-left: 5px;
    padding-right: 0px;
    /*background-color:#00ff00;*/
    height: 440px;
    width: 700px;
}

.video_row {
    float: none;
}

#video_paging {
    float: none;
    width: 600px;
    height: 30px;
    /*position:absolute;*/
    /*margin-top:450px;*/
    text-align: center;
    font-size: 13px;
    color: #A5A5A5;
}

#video_paging a {
    color: #0053a5;
    text-decoration: none;
}

.video_selected_page {
    font-weight: bold;
    color: #971a1d;
}

.video {
    float: left;
    width: 200px;
    height: 200px;
    margin: 5px 10px 5px 10px;
    /*background-color:#ff0000;*/
}

.video_title {
    color: #971a1d;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    height: 25px;
    vertical-align: middle;
}

.video img {
    width: 150px;
    height: 110px;
    margin-left: 25px;
    margin-bottom: 5px;
}

.video_desc {
    font-size: 11px;
    text-align: center;
}

.video a img {
    border: none;
}

.ytVideo {
    text-align: center;
    margin-top: 20px;
    background-image: url('../images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
}
