body {
    background: url(../img/bg.jpg) center top;
    height: 100%;
    font-size: 11px;
    font-family: Verdana;
}

.container {
    background: url(../img/bg2opt.png) no-repeat;
    margin: auto;
    height: 859px;
    width: 856px;
}

/* Header*/
.header h1 {
    background: url(../img/logo.png) no-repeat;
    height: 265px;
    width: 216px;
}

.header h1 a {
    height: 100%;
    display: block;
}

.header h1 a span {
    text-indent: -9999px;
    display: block;
}

/*contenido*/
.content {
    float: left;
    height: 100%;
    padding: 0 0 0 22px;
    text-align: justify;
    width: 484px;
}
.main{background: url(../img/bg3.png) repeat-y; overflow: hidden;}

.content h2 a{
    font-family: Impact;
    color: #e22723;
    font-size: 40px;
    margin: 29px 0 15px;
    text-decoration: none
}

.content p {
    line-height: 20px;
}

.coments h2 {
    color: #9ACD06;
    font-size: 40px;
}

.coments textarea {
    height: 150px;
    width: 500px;
    border: solid 1px
}

/*menu derecho*/
.right {
    background: url("../img/menu.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 269px;
    margin: 0 45px 0 0;
    width: 259px;
}

.right h2 {
    color: #FFFFFF;
    margin: 60px 0 0;
    text-align: center;
}

.right ul {
    color: #ffffff;
    text-align: center;
    margin: 10px 0px 0px 0px;
    height: 180px;
}

.right .hueso {
    background: url(../img/hueso.png) no-repeat;
    height: 59px;
    width: 63px;
    margin: 30px 0 4px 98px;
}

.right .banner {
    background: url(../img/banner.png) no-repeat;
    height: 209px;
    width: 209px;
	margin:0 0 0 30px;
}

.right .banner a {
    display: block;
    height: 100%
}

/*footer*/
.footer .perro {
    background: url(../img/perro.png) no-repeat;
    float: left;
    height: 79px;
    width: 211px;
}

.footer p {
    text-align: center;
    color: #cdcdcd;
}

.footer .pata {
    background: url(../img/pata.png) center right no-repeat;
    height: 180px;
    width: 232px;
    float: right;
}
/* CARLOS */
.blogroll a { color:#ffffff; font-weight: bold; text-decoration: none}

.header .ads { background:none repeat scroll 0 0 #CC0000;
display:block;
height:21px;
margin:13px 0 15px 27px;
padding:5px 0 0 30px;
width:87%;
}

.innerAd{

}


.esnormal a{   background: none repeat scroll 0 0 black;
    border: 1px solid yellow;
    color: red;
    font-family: impact;
    font-size: 30px;
    line-height: 41px;
    margin: 30px 0;
    padding: 11px;
    width: 155%;
    text-decoration: none;
    display:block;
    }

.home .content {
    float: left;
    height: 100%;
    padding: 0 0 0 22px;
    text-align: justify;
    width: 799px;
}

.home .entry{ float: left;
    width: 460px;}

/* Tools*/
.limpiar {
    clear: both;
}
