* {
    margin: 0pt;
    padding: 0pt;
}

body {
    background: #F3F3F3;
    color: #727272;
    font-size: 11px;
    font-family: Tahoma, Arial, sans-serif;
    text-align: center;
}

#container {
    width: 900px;
    margin: 0 auto;
    background-color: #FFF;
}

#menu {
    padding: 30px 0px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}

#menu a {
    color: #000101;
    text-decoration: none;
    padding: 14px 8px;
}

#menu a:hover {
    color: #000101;
    text-decoration: none;
    padding: 14px 8px;
    background-color: #F0F0F0;
}

#head {
    height: 300px;
    width: 880px;
    margin: 0 auto;
}

#text {
    width: 860px;
    padding: 10px;
    text-align: justify;
    font-size: 12px;
    color: #000;
    line-height: 18px;
}

#bottom {
    width: 860px;
    padding: 15px;
    text-align: center;
    color: #C00;
    font-size: 18px;
    border-top: 2px solid #F3F3F3;
    border-bottom: 2px solid #F3F3F3;
	 margin:0 auto;
}

#bottom a {
    color: #C00;
    text-decoration: none;
    font-weight: bold;
}

#bottom a:hover {
    color: #C00;
    text-decoration: underline;
    font-weight: bold;
}

#foot {
    width: 860px;
    padding: 10px;
    text-align: left;
    color: #B0B0B0;
    font-size: 11px;
    line-height: 16px;
}

#foot a {
    color: #B0B0B0;
    text-decoration: underline;
}

#foot a:hover {
    color: #B0B0B0;
    text-decoration: none;
}

a {
    color: #202020;
    text-decoration: underline;
}

a:hover {
    color: #202020;
    text-decoration: none;
}

img {
    border: 0px;
}

ul {
    margin-left: 15px;
}

h1 {
    color: #Cc0000;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
}

h2 {
    color: #Cc0000;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
}

h3 {
    color: #Cc0000;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0px;
}

.fotogaleria {
    width: 180px;
    height: 135px;
    padding: 2px;
    border: 1px solid #E7E7E7;
    margin: 0px 12px 6px 12px;
    background: #fff url('../images/loading.gif') no-repeat 50% 50%;
}