/* globales */

@font-face {
    font-family: 'OfficinaRegular';
    src: url('fonts/itc_officina_sans_-_lte52475-webfont.eot');
    src: url('fonts/itc_officina_sans_-_lte52475-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/itc_officina_sans_-_lte52475-webfont.woff') format('woff'), url('fonts/itc_officina_sans_-_lte52475-webfont.ttf') format('truetype'), url('fonts/itc_officina_sans_-_lte52475-webfont.svg#OfficinaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: url(img/bg.jpg);
    font: 15px/1.6 'OfficinaRegular', Arial, Helvetica, sans-serif;
    color: #483b2f;
}

small {
    font-size: 12px;
}

big {
    font-size: 17px;
}

a {
    color: #27b08c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    background: url(img/bgttl.png) no-repeat;
    color: #f3543b;
    font-size: 24px;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.5);
    width: 263px;
    height: 62px;
    padding-top: 7px;
    position: relative;
    left: -52px;
}

h2 {
    font-size: 24px;
    font-weight: normal;
    color: #27b08c;
    margin-top: 30px;
}

h3 {
    font-size: 19px;
    color: #a58d8a;
    line-height: 1.3;
    padding-right: 20px;
}

.shadow {
    -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, .40);
    -moz-box-shadow: 0 0 0.5em rgba(0, 0, 0, .40);
    box-shadow: 0 0 0.5em rgba(0, 0, 0, .40);
    height: 262px;
    width: 511px;
}

.rounded {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#contenedor {
    width: 964px;
    margin: 0 auto;
    position: relative;
}

#header {
    background: url(img/bgorange.jpg);
    width: 964px;
    height: 258px;
}

#psycho {
    background: url(img/psycho.jpg) no-repeat;
    height: 258px;
    width: 263px;
    position: relative;
    float: left;
}

#logo {
    position: absolute;
    top: 53px;
    left: -32px;
}

#menu {
    float: left;
    position: relative;
    top: 50px;
    left: 48px;
}

#menuitem {
    padding-left: 18px;
    display: block;
}

#menuitem:hover,
#menuitem.current {
    background: url(img/flecha.png) no-repeat left center;
}

#ttl {
    position: absolute;
    top: 80px;
    right: 50px;
}

#dented {
    background: url(img/topcontent.jpg) repeat-x;
    height: 19px;
}

#contenido {
    background: #fff;
}

#footer {
    height: 63px;
    background: url(img/bgfooter.jpg) repeat-x;
    padding: 20px 30px;
    color: #ebe2da;
    font-size: 13px;
    line-height: 1.4;
}

#footer a {
    color: #ebe2da;
    text-decoration: none;
}

#footer a:hover {
    color: #fefefe;
}

#footer td {
    vertical-align: top;
}

#footer p {
    margin-left: 66px;
}

.plusone div {
    position: relative;
    left: 30px;
    top: 2px;
}

#miAviso {
    font-size: 13px;
}

#miAviso h2 {
    font-size: 19px;
}


/* home */

#dentedhome {
    background: url(img/topcontenthome.jpg) repeat-x;
    height: 84px;
    text-align: center;
    padding-top: 7px;
}

#home {
    position: relative;
}

#shadow {
    background: url(img/shadow.png) no-repeat;
    width: 964px;
    height: 396px;
    position: absolute;
    z-index: 999;
    #display: none;
}

#home ul,
#home img,
#home li {
    height: 396px;
    width: 964px;
}

.boxer {
   display: table;
   border-collapse: collapse;
}
 
.boxer .box-row {
   display: table-row;
}
 
.boxer .box {
   display: table-cell;
   text-align: left;
   vertical-align: top;
   /*border: 1px solid black;*/
}


/* coleccion */

.coleccion .box {
    width: 25%;
    padding: 0 30px;
}

.grey {
    background: #f3f3f3;
}


/* lormy */

.lormy {
    padding: 30px;
}

.lormy td {
    vertical-align: top;
}

.lormy ul,
.lormy img,
.lormy li {
    height: 262px;
    width: 511px;
}


/* contacto */

.contacto {
    padding: 10px 30px;
}

.contacto td {
    vertical-align: top;
}

#map {
    width: 660px;
    height: 450px;
    margin-right: 30px;
}

.infomap {
    font-size: 13px;
    line-height: 1.5;
}

.infomap b {
    font-size: 15px;
}

#enviamail {
    width: 90%;
    margin: 50px auto;
}


/* forms */

#formcontacto {
    position: relative;
}

form p {
    position: relative;
    margin: 12px 0 4px 0;
    font-size: 12px;
}

form p br {
    display: none;
}

form fieldset p input:focus {
    font-weight: normal;
}

form fieldset p input,
form fieldset p textarea {
    display: block;
    padding: 6px 9px;
    margin: 0;
    border: 1px solid #cce0d8;
    cursor: text;
    background: #def4ec;
    -moz-border-radius: 17px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 196px;
    font-size: 16px;
}

form fieldset p input:focus,
form fieldset p textarea:focus {
    background: #f9f2ec;
    border: 1px solid #f2ddcb;
    color: #d44d31;
}

form fieldset p textarea {
    height: 194px;
    font-size: 13px;
    line-height: 1.3;
}

form fieldset p label {
    position: absolute;
    top: 0;
    left: 0;
    cursor: text;
    width: 100px;
    width: 198px;
    display: block;
    padding: 0;
    margin: 6px 9px;
    color: #333;
}

#bot {
    cursor: pointer;
    color: #27b08c;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    right: 27px;
}

#bot:hover {
    text-decoration: none;
    border-bottom: 1px dotted #27b08c
}
/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
