﻿html
{
    height: 100%;
}
body
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 100%;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
td, tr, br, p, table, form, div, body
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #700C70;
    line-height: 1.5;
}
input, select, textarea
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #700C70;
}
img
{
    border: none;
}

a
{
    color: #6e086e;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
}

h1
{
    font-size: 12px;
}

h4
{
    padding: 5px 0px 5px 0px;
    margin: 0;
    font-size: 12px;
}

.titfam
{
    font-size: 18px;
    font-weight: normal;
    display: inline;
}

.fondo
{
    text-align: center;
    color: #4d4c3c;
    background-image: url(images/bg_2.gif);
    background-repeat: repeat;
}
#contenedor
{
    width: 100%;
    text-align: center;
}
#cuerpo
{
    width: 780px;
    padding-top: 7px;
    text-align: left;
 
    margin: 0 auto;
}
#entrada
{
    text-align: center;
    padding-top: 5px;
}

.sexshop
{
    color: #7a9634;
}

ul, li
{
    list-style-type: none;
}
ul
{
    margin: 0;
    padding: 0;
}

.botrosa, .botverde
{
    width: 125px;
    height: 26px;
    font-weight: bold;
    border: 0;
    background-color: transparent;
    vertical-align: middle;
    padding-top: 5px;
}
.botrosa
{
    background-image: url(images/botrosa.gif);
    color: white;
    height: 25px;
}
.botverde
{
    background-image: url(images/botverde.gif);
    height: 25px;
}
.sexshop2 
{
    background-color: White;
    padding: 10px;
    margin: 10px;
    border: 1px solid #ED86C1;
    
    
    }