@charset "UTF-8";

* {padding:0;margin:0;border:0; color: #000}

a, a:link, a:visited, a:hover, a:active {color: #069; text-decoration:none}

table a:link, div a:link, table a:visited, div a:visited { color: #444}
table a:hover, div a:hover { color: #000; border-bottom: 1px dotted #000}
div#pie a, div#pie a:link, div#pie a:visited { color: #ddd }

body {
   background: #3267A0;
   font: normal .7em "Verdana", sans-serif;
   padding-top: 2.3em;
}

div#language {
    border: 1px solid #000;
    border-top: 0;
    position: absolute;
    background: #fff;
    padding: 3px 3px;
    top: 0;
}



div#language {
    right: 0;
    border-right: 0;
}

* html div#language {
    width: 30%;
}

select {
    border: 1px solid #000;
    background: #b8cee5;
}

option {
    padding-left: 5px;
}

optgroup option {
    padding-left: 15px;
}

h1 {
   text-align: center;
   color: #F9F9E6;
   text-decoration: underline;
}

table, div#contenido, .nav {
   margin: auto;
   width: 70%;
   background: #fff;
}

div#contenido {
    border: 1px solid #000;
    margin: 2em auto;
    padding: 5px 5px 2em 5px;
}

div#contenido p {
    margin-bottom: 1em;
    width: 80%;
}

div#contenido a {
    font-weight: bold;
}

div#contenido h2 {
    font-size: 1.3em;
    margin-bottom: .5em;
}

div#contenido h3 {
    font-size: 1em;
    margin-left: 2em;
    margin-bottom: .5em;
    margin-top: 1.5em;
}

div.ayuda h3 {
    font-size: 1.2em !important;
}

div#contenido ul {
    list-style: none;
    margin-left: 4em;
    margin-bottom: 2em;
}

div#contenido ul li {
    font-weight: bold;
}

div#contenido ul li ul li {
    font-weight: normal;
}

div#contenido ul li ul {
    list-style: square;
    margin-left: 3em;
    margin-bottom: 1em;
}

table th {
   background-color: #b8cee5;
}

table .receta {
    width: 20%;
    font-weight: bold;
}
table .habilidad {
    width: 15%;
}
table .utensilio {
    width: 15%;
}
table .producto {
    width: 25%;
}

table .tipoproducto {
    width: 20%;
}

table#filtro, table#indice {
    border:1px solid #000;
    border-collapse: collapse;
}

table#indice tr:hover {
    background: #A3B9FF;
}

table#comparar_recetas tr.impar td {
    background: #CCE5FD;
}

table#filtro td, table#filtro th, table#indice th, table#indice td, table#indice td {
    padding: 0 3px;
    border: 1px solid #000;
}

table#filtro td {
    border-bottom: 0;
    padding: 5px 3px;
}

table#filtro select {
    width: 100%;
}

input, textarea {
    border: 1px solid #000;
    padding: .1em .2em;
    background: #b8cfe5;
}

input:focus, textarea:focus {
    background: #3267A0;
    color: #fff;
}

div#language input {
    padding: 0 .3em;
}

table#indice td.error, table#indice td.info {
    font-weight: bold;
    text-align: center;
    padding: 2em 2em;
}

table#indice td.info {
    color: #004D74;
}

table#indice td.error {
    color: #FF4040;
}

table#indice td.info:hover {
    background: #fff;
}

div#contenido fieldset {
    border: 1px dotted #000;
    width: 80%;
    margin: auto;
    padding: 1em 1em;
    background: #fff url(popo_img/minifondo.gif);
}

div#contenido fieldset legend {
    border: 1px solid #000;
    padding: .5em 1em;
    font-weight: bold;
    background: url(popo_img/minifondo.gif);
}

div#contenido form label {
    display: block;
    width: 25%;
    float: left;
    margin-bottom: 10px;
    font-weight: bold;
    padding-right: 1em;
}

div#contenido input#contador {
    margin-left: 25%;
    width: 30px;
}

div#contenido input, div#contenido textarea {
    width: 55%;
    margin-bottom: 10px;
    padding: .1em 3px !important;
}

div#contenido input.submit {
    display: block;
    margin: 1em auto 0;
    width: auto;
    padding: .1em 2em !important;
}

div#contenido input.checkbox {
    display: block;
    width: auto;
}

div#contenido select {
    width: 60%;
    margin-bottom: 10px;
}

div#contenido br {
    clear: both;
}

div#menu_admin {
    /*text-align: center;*/
    border-top: 1px dotted #000;
    margin: auto -5px;
    margin-top: 3em;
    margin-bottom: -2em;
}

div.nav {
    margin: 2em auto 1em;
    border: 1px solid #000;
    padding: .5em 1em;
    width: 75%;
}

div.nav form {
    font-size: .9em;
}

div.nav input {
    font-size: 1.1em;
}

div.nav a {
    font-weight: bold;
}

div.nav .usuario {
    float: right;
    width: 60%;
}

div.nav .usuario ul {
    float: right;
}

div.nav input {
    width: 20%;
}

div.nav label {
    padding-right: .5em;
    font-weight: bold;    
}

div.nav ul {
    float: left;
}

#menu_admin ul, div.nav ul
{
    margin-left: 0;
    font-weight: bold;    
}

#menu_admin ul li ul {

}

#menu_admin ul li, div.nav ul li
{
    list-style: none;
    margin: 0;
    display: inline;
}

#menu_admin ul li a, div.nav ul li a
{
    padding: 0 0.5em 0 0.75em;
    border-left: 1em solid #3267A0;
    background: #b8cfe5;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}

div.nav ul li a:hover, div.nav ul li a:focus, #menu_admin ul li a:hover, #menu_admin ul li a:focus {
    border-left: 1em solid #b8cfe5;
    background: #3267A0;
    color: #fff;
    border-bottom: 0;
}

#menu_admin ul li a {
    width: 200px;
}

p.informacion {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1em;    
}


input.error, select.error {
    background: #ffa8a7 !important;
}

div#language label {
    display: block;
    width: 8em;
    float: left;
    padding-top: 3px;
    padding-left: 3px;
}

td#IndiceTotales {
    background: #71A9E8;
    color: #fff;
    font-weight: bold;
    text-align:center
}

div#pie {
    text-align: center;
    margin: 2em auto 0;
    width: 50%;
    border-top: 1px dotted #000;
    margin-bottom: 1em; 
}

div#pie p {
    margin: auto;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    width: 70%;
    text-align: center;
}

div#pie ul li {
    list-style: none;
    display: inline;
    padding: 0 1em;
}

div#contenido dl {
    margin-left: 6em;
}

div#contenido li.usuario {
    background: url(popo_img/usuario.jpg) no-repeat;
    padding-left: 25px;
    padding-top: 3px;
}

div#contenido dt {
    font-weight: bold;
}

div#contenido dd {
    margin-left: 2em;
    margin-bottom: 1em;
    width: 70%;
    text-align: justify;
}

div.ayuda q {
    display: block;
    margin: .5em 2em;
    font-style: oblique;
}

div.ayuda blockquote {
    display: block;
    margin: .5em 2em;
    background: #fff url(popo_img/minifondo.gif);
    border-left: 1px dotted #000;
    padding-left: .3em;
}

div#contenido dd a {
    font-weight: bold;
}

div#admin table#indice {
    width: 90% !important;
}

table td.resource_review input {
    display: block;
    margin: auto;
    margin-top: 5px;
}

div#admin h3 {
    font-size: 1.3em;
    margin-left: 0;
    margin-top: 1em;
}

table#comparar_recetas {
    margin-bottom: 1em;
}

table#comparar_recetas tr  {
    margin: 0 1em;
    border: 1px solid #000;
}

table#comparar_recetas th {
    border: 1px solid #000;
}

table#comparar_recetas {
    width: 100%;
}

table#comparar_recetas th {
    text-align: left;
    padding: 0 .5em;
}

table#comparar_recetas tr.comparar_recetas_cabecera th {
    text-align: center;
}

table#comparar_recetas td {
    text-align: center;
}

span.collapsed, span.extinct {
    font-weight: bold;
    color: red;
}

div#contenido div.aviso {
    width: 80%;
    background: #8192E9;
    border: 3px solid #1C40A0;
    padding: 5px;
    margin: 1em auto;
    font-weight: bold;
    text-align: center
}

div#contenido div.error {
    background: #F78B8C;
    border-color: #F7253E;
}

div#contenido .aviso p {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

div#contenido div.comentario {
    margin-left: 4em;
    border-left: 10px solid #3267A0;
    padding-left: .5em;
}

span.founder, span.moderator {
    font-weight: bold;
}

span.founder { color: #FF322B }
span.moderator { color: #D0852E }

form#nuevomensajegrupo { margin-left: 4em; margin-bottom: 1em; width: 50% }
form#nuevomensajegrupo input, form#nuevomensajegrupo textarea { width: auto; margin-left: auto !important }

div.gruposevento { background: #BAC9FF; width: auto }

ul.paginas{list-style:none}
ul.paginas li{display:inline; line-height: 2em}
ul.paginas li a {background:#7cd96e;padding:0 4px;color:#000; border: 2px solid #000}
ul.paginas li a.pagina_actual{background:#187e41; color: #fff }

form.compacto label, form.compacto select, form.compacto input, form.compacto option { width: auto !important; margin: auto !important }
form.compacto fieldset, form.compacto { border: 0 !important; margin: 0 auto !important; padding: 0 !important }

div.ayuda h4 {
    margin-left: 4.5em;
    margin-bottom: .5em;
}

div.ayuda ul li {
    font-weight: normal !important;
    list-style: square !important;
}

div.ayuda p, div.ayuda blockquote { margin-left: 6em }
div.ayuda ul { margin-left: 8em !important }

