﻿body
{
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 12px;
    color: #000;
}
*
{
    outline: none;
}
h1, h2, h3, h4, h5, p, a, ul, li, span, img
{
    margin: 0;
    padding: 0;
}
a
{
    text-decoration: none;
}
a img
{
    border: none;
}
.clear
{
    clear: both;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
/*** Main Layout***/
#wrapper
{
    width: 960px;
    height: auto;
    margin: 0 auto;
}
#header
{
    margin-top: 20px;
    background-image: url(               '../images/template/logoGreyBG.png' );
    background-repeat: no-repeat;
    height: 136px;
}
.slogan
{
    padding-top: 25px;
    padding-left: 20px;
}
#logo
{
    float: right;
    margin-top: 10px;
    margin-right: 102px;
}
/*** Main Menu ***/
#menu
{
}
#menu ul
{
    margin: 0;
    padding: 0;
    background-color: #C7D34F;
    height: 27px;
    margin-bottom: 16px;
    border-bottom: solid 4px #000;
    width: 960px;
}
#menu ul li
{
    list-style-type: none;
    float: left;
    height: 27px;
    background-image: url(           '../images/template/blackarrow.png' );
    background-repeat: no-repeat;
    background-position: bottom right;
}
#menu ul li.last
{
    background-image: none;
}
#menu ul li.first a
{
    background-image: none;
}
#menu ul li a
{
    display: block;
    color: #FFF;
    padding: 6px 15px;
    background-image: url(           '../images/template/blackarrowright.png' );
    background-repeat: no-repeat;
    background-position: bottom left;
    color: #000;
    height:18px;
}
#menu ul li a:hover
{
    background-color: #000;
    color: #FFF;
}
#menu ul li #menu2 a:hover
{
      background-image: url(           '../images/template/hover1.png' );
    background-repeat: no-repeat;
}
/*** Footer Menu ***/
#footer
{
    text-align: center;
}
#footer ul
{
    margin: 0;
    padding: 0;
    color: #666666;
    margin-left: 110px;
}
#footer ul li
{
    list-style-type: none;
    float: left;
    margin-left: 20px;
}
#footer ul li a
{
    display: block;
    text-decoration: none;
    color: #666666;
}
/*** Copyright ***/
#copyright
{
    color: #999999;
}
#copyright a
{
    color: #999999;
}

/*** MainContentPlace***/

#MainContentPlace
{
    margin-bottom: 20px;
}

/***Imagen del titulo principal (Los mejores cuidados de su mascotas)***/

#mainTitleImgText
{
    margin-left: 30px;
    position: relative;
    bottom: 120px;
    z-index: 1;
}
#sidebar
{
    float: right;
    width: 286px;
    margin-bottom: 20px;
}
.noticia
{
    display: block;
    color: #666;
    margin-bottom: 8px;
}
#greybox
{
    background-image: url(           '../images/template/greybg.jpg' );
    background-repeat: no-repeat;
    background-position: top left;
        min-height:136px;
}

