/* Global */
* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    padding: 0;
    background: #22111d;
    color: #ffffff;
}

a {
    text-decoration: none;
    outline-style: none;
    color: #ffffff;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

img {
    border: 0;
}

fieldset {
    border: 0;
}

h1 {
    margin:0;
    font-weight:bold;
    font-size: 15px;
}



/* Ancho de plantilla */
div.minarc {
    width: 820px;
    margin: 0 auto;
    overflow: hidden;
}


/* Header */

#top {
    height:34px;
    padding:6px 10px 0;
    background: #3d1d2e;
    color: #f4e8ea;
    font-family: Trebuchet MS;
    font-size: 12px;
    background:transparent url('img/topal.png') no-repeat scroll center 0;
}

#top div.dash {
    float: right;
    margin-right:15px;
}

#top div.dash ul li {
    padding-top:1px;
    display:inline-block;
    margin-left: 6px;
}

#top div.dash ul li a {
    font-family: verdana, arial;
    font-size: 0.8em;
    font-weight: bold;
    padding: 4px;
}

#top div.dash ul li a:hover {
    color:#AA2051;
}

#top div.logo {
    float: left;
    margin-left:15px;
}

#top div.logo a {
    display: block;
    width: 133px;
    height: 17px;
    margin:3px 0 0;
    background: transparent url('img/logo.png') no-repeat scroll 0 0;
}

#top div.logo a span {
    display: none;
}




#msg {
    text-align: center;
    padding: 10px;
    background:#CA2660;
    font-family: arial;
    font-size: 1.0em;
    margin: 10px;
    border-top: 2px solid #6c1534;
    border-bottom: 2px solid #6c1534;
}



div.post div.head div.f {
    color: #835a72;
}





ul.menu li {
    display: inline;
    font-family: tahoma;
    font-weight: bold;
    padding: 0 10px;
}

ul.menu li a {
    color: #f4e8ea;
}

ul.menu li a:hover {
    text-decoration: underline;
}

h2 a {
    color: #e37199;
}

ul.opc {
    margin: 0;
}

ul.opc li {
    float: left;
}





div.panel > div + div {
    margin-top:30px;
}


span.percom {
    background: #2e5b28;
    font-weight: bold;
    padding: 5px;
}

span.percom:hover {
    cursor: pointer;
}

span.delcom {
    background: #711c1e;
    font-weight: bold;
    padding: 5px;
}

span.delcom:hover {
    cursor: pointer;
}




ul.lst_blogs {
    font-family:Verdana;
    font-size:13px;
    float: left;
    width: 250px;
}

ul.lst_blogs li {
    clear: both;
}

ul.lst_blogs li div.avatar {
    float:left;
    margin: 10px 8px 20px 20px;
    padding-top: 3px;
}

ul.lst_blogs li div.avatar img {
    border: 2px solid #bb91ab;
}

ul.lst_blogs li div.cau {
    margin: 10px 5px;
    float: left;
}

ul.lst_blogs li div.cau div.n a {
    font-size: 130%;
    color: #f9e0ed;
}

ul.lst_blogs li div.cau div.tel {
    color: #b694a6;
    font-size: 80%;
}

ul.lst_blogs li div.cau div.est {
    color: #956d82;
    font-size: 80%;
}

object {
    outline-style:none;
}

#addcom div {
    margin: 10px 0;
}

#addcom input[type="text"] {
    font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
    font-size:13px;
    background:#3D2132;
    border:1px solid #532D44;
    color:#FFFFFF;
    padding:5px 5px;
    width: 200px;
}

#addcom textarea {
    padding: 10px 10px;
    width: 400px;
    height: 100px;
    font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
    color:#ffffff;
    font-size:1.0em;
    background:#3D2132;
    border:1px solid #532D44;
    line-height:1.6em;
}

#addcom label {
    margin-left: 10px;
    cursor: pointer;
}





h2.reg {
    border-bottom:1px solid #976F84;
    color:#D3C2CB;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:2.6em;
    font-weight:normal;
    padding:9px 10px;
    margin: 0px;
}

fieldset.reg {
    margin:0 auto;
    width:350px;
}

table.reg {
     margin: 0 auto;
}

table.reg tbody tr td {
    padding: 7px 10px;
}

table.reg tbody tr td.l {
    text-align: right;
    width: 100px;
}

table.reg tbody tr td.i {
    width: 200px;
    text-align: left;
}

table.reg tbody tr td.i input.t {
    width: 140px;
    padding: 0px 2px;
    font-size: 1.1em;
}

ul.pasos li {
    display: inline-block;
}

ul.pasos li.b {
    font-weight: bold;
}




/* Contenido */
#contenido {
    clear: both;
    float: left;
    margin: 0 10px;
    width: 590px;
    min-height:400px;
    background:#4b293e;
    padding: 10px 10px 80px 10px;
    font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
    font-size:13px;
    color: #ffffff;
    border-left: 1px solid #3a1e30;
    border-right: 1px solid #3a1e30;
}

.post {
    margin:4px 2px;
    padding:8px 15px;
}

#contenido > div.post + div.post {
    margin-top: 80px;
}

.admin_post {
    text-align:right;
    background: #3D2132;
    padding: 10px;
}

.admin_post a {
    background: transparent none no-repeat scroll 0px 0px;
    padding: 1px 0 3px 20px;
    font-family: Verdana,Arial,Sans-Serif;
    color: #e67ba0;
    font-size: 0.9em;
    margin-left: 20px;
}

.admin_post a.editar {
    background-image: url('img/page_edit.png');
}

.admin_post a.borrar {
    background-image: url('img/page_delete.png');
}


div.head h3 {
    font-size:2.4em;
    font-weight:normal;
    letter-spacing:1px;
}

div.head a {
    color: #EB96B4;
}



ul.data li {
    float:left;
}

ul.data > li + li {
    margin-left: 30px;
}

ul.data li a {
    background: transparent none no-repeat scroll 0px 0px;
    padding: 1px 0 3px 20px;
    font-size: 11px;
    font-family: Verdana,Arial,Sans-Serif;
    color: #7E6777;
}

ul.data li a.fecha {
    background-image: url('img/time.png');
}

ul.data li a.comentarios {
    background-image: url('img/comment.png');
}

ul.data li a.fotos {
    background-image: url('img/fotos.png');
}

.cont {
    margin: 50px 20px;
}

.cont p {
    font-size: 1.1em;
    line-height:2.0em;
    color: #ead7e2;
}

/* Top plano */

.rtop {
    height: 30px;
    background: transparent url('img/rtop.png') no-repeat scroll center bottom;
    margin: 0 auto;
}

/* Plano */

#plano {
    margin: 0px 10px 0px;
    min-height:400px;
    background:#4B293E url(img/fonchic.png) no-repeat scroll right 10px;
    padding: 10px 10px 80px 10px;
    font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
    font-size:13px;
    color: #ffffff;
    border-left: 1px solid #3a1e30;
    border-right: 1px solid #3a1e30;
}

#plano div.ind {
    color: #e886a8;
    font-weight: bold;
}

#plano div.opc,#plano div.rec{
    text-align: center;
}

#plano div.opc {
    padding: 10px;
}

#plano div.opc a.boton {
    background:#AA2051;
    border-bottom:2px solid #6C1534;
    border-top:2px solid #6C1534;
    color:#FFFFFF;
    padding: 4px 14px;
    font-weight:bold;
}

#plano div.tit h2 {
    color: #ffffff;
    font-size: 2.4em;
    text-align: center;
    margin: 30px 0px;
}

#plano div.field {
    margin: 10px 0px 30px;
}

#plano div.field small {
    font-size: 0.9em;
    color: #cc9db7;
}

#plano div.field label {
    display: block;
}

#plano div.field input[name="tit"] {
    padding: 5px 10px;
    width: 500px;
    font-family:Trebuchet MS;
    font-size:1.6em;
    background:#3D2132;
    border:1px solid #532D44;
    color:#D9357E;
    color:#FFFFFF;
}

#plano div.field textarea[name="camp"] {
    padding: 10px 10px;
    width: 500px;
    height: 100px;
    font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
    color:#ffffff;
    font-size:1.0em;
    background:#3D2132;
    border:1px solid #532D44;
    line-height:1.6em;
}

#plano div.field #fileQueue {
    padding: 10px 10px;
    width: 500px;
    font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
    color:#ffffff;
    font-size:1.0em;
    background:#3D2132;
    border:1px solid #532D44;
    line-height:1.6em;
}

#plano div.field #uploadifyUploader:hover {
    cursor: pointer;
}

.seltar img {
    border: 2px solid #532d44;
    cursor: pointer;
}

.seltar img.sel {
    border: 2px solid #FFCC00;
}

input.chip {
    background:#AA2051;
    border-bottom:2px solid #6C1534;
    border-top:2px solid #6C1534;
    border-style:solid;
    border-width:2px;
    border-color: #6C1534 #AA2051; 
    color:#FFFFFF;
    padding: 4px 14px;
    font-weight:bold;
    border-left: 0px;
    border-right: 0px;
    cursor: pointer;
}

.fileName {
    background: transparent url(img/fotos.png) no-repeat scroll 0px -1px;
    padding: 0px 0px 2px 20px;
    color: #ffffff;
    font-weight: bold;
}

.uploadifyQueueItem {
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    padding: 10px;
}

.uploadifyError {
    border: 2px solid #FBCBBC !important;
    background-color: #FDE5DD !important;
}

.uploadifyQueueItem .cancel {
    float: right;
}

.uploadifyProgress {
    border: 1px solid #532d44;
    margin-top: 10px;
    width: 95%;
}

.uploadifyProgressBar {
    background-color: #e783a6;
    width: 0px;
    height: 5px;
}

.percentage {
    color: #ffffff;
    font-weight: bold;
}

input.crear {
    background:#AA2051;
    border-bottom:2px solid #6C1534;
    border-top:2px solid #6C1534;
    color:#FFFFFF;
    padding: 4px 14px;
    font-weight:bold;
    border-left: 0px;
    border-right: 0px;
    cursor: pointer;
}


/* Opciones */

#menuopc {
    float: left;
    margin:10px 0px 10px 10px;
    width: 166px;
}

#showopc {
    float: left;
    width: 500px;
    margin:10px 10px 10px 0px;
    padding-left: 30px;
    border-left:3px solid #422437;
    border-left:3px solid #C65574;
    border-left:3px solid #4b293e;
    min-height:260px;
}

#showopc h3 {
    margin: 10px 0px;
    font-size: 1.6em;
}

#showopc p {
    margin: 10px 0px;
}

div.spa {
    padding: 20px 0px;
    margin-left:20px;
}

#showopc div.lab {
    color: #ead7e2;
    font-weight:bold;
    padding: 0px 0px 10px;
}

#showopc input[type="text"],
#showopc input[type="password"] {
    font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
    font-size:13px;
    background:#3D2132;
    border:1px solid #532D44;
    color:#FFFFFF;
    padding:5px 5px;
    width: 300px;
}

#showopc input[name="hori"],
#showopc input[name="hore"] {
    width: 20px;
    text-align: center;
    margin: 0px 4px;
    font-weight: bold;
}

#showopc select[name="diai"],
#showopc select[name="diae"] {
    font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
    font-size:13px;
    background:#3D2132;
    border:1px solid #532D44;
    color:#FFFFFF;
    width: 100px;
    font-weight: bold;
}

#showopc textarea[name="descrip"] {
    font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
    font-size:13px;
    background:#3D2132;
    border:1px solid #532D44;
    color:#FFFFFF;
    padding:5px 5px;
    width: 300px;
}

#showopc table.pass tr td {
    width: 200px;
}

#showopc table.pass input[type="password"] {
    width: 170px;
}

#showopc table.alert thead tr td {
    border-bottom: 1px solid #422437;
    font-weight: bold;
}

#showopc table.alert tr td {
    width: 400px;
    padding: 10px;
}

#showopc table.alert tr td.s, 
#showopc table.alert tr td.n {
    width: 50px;
    text-align: center;
}

#showopc table.alert tbody tr td {
    background: #3d2132;
}

ul.tabNavigation > li + li {
    border-top: 1px solid #422437;
}

ul.tabNavigation li a {
    width: 126px;
    display: block;
    padding:8px 20px;
    font-weight: bold;
    color: #ad6b95;
    font-size: 1.1em;
}

ul.tabNavigation li a:hover {
    color: #ffcc00;
}

ul.tabNavigation li a.sel {
    color: #ffffff;
    background: transparent url('img/bandsel.png') repeat-x scroll 0px 0px;
}



/* Login */

div.login input[type="text"],
div.login input[type="password"] {
    font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
    font-size:13px;
    background:#3D2132;
    border:1px solid #532D44;
    color:#FFFFFF;
    padding: 4px;
    width: 200px;
}

div.login div.spa {
    padding: 10px 0px;
    margin-left:20px;
}



/* Presentación */

#press {
    clear:both;
    overflow: auto;
    background:transparent url('img/hed6.png') no-repeat scroll 0 0;
    clear:both;
    margin:10px 10px 0;
    overflow:auto;
    padding:24px 27px 0px;
}

#press div.avatar {
    float: left;
}

#press div.avatar img {
    border: 2px solid #bb91ab;
    margin-right: 6px;
}

#press div.desc {
    float: left;
}

#press div.desc h2 {
    display:inline;
    margin: 4px 3px;
    color:#ffffff;
    font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
    font-weight:normal;
}

#press div.desc div.dat {
    padding-top:4px;
    padding-left:6px;
    color:#c0a0b3;
    font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
    font-weight:normal;
    font-size:12px;
}

/* Comentarios */
.comentario_tit {
    margin: 30px 4px 10px;
}

.comentario_tit a {
    color:#E888AA;
    font-size:1.6em;
}
.comentario,.comentario-n{
    background:#5F344F;
    margin:20px 2px 0px;
    padding:6px 20px;
    -moz-border-radius: 4px;
}

.comentario-n {
    background:#6d2544;
}

.comentario div.n,.comentario-n div.n{
    font-size:1.2em;
    font-weight:bold;
    margin: 3px 0px;
    color: #dd5791;
}

.comentario div.f,.comentario-n div.f {
    background: transparent url('img/time.png') no-repeat scroll 0px 0px;
    padding: 1px 0 3px 20px;
    font-size: 11px;
    font-family: Verdana,Arial,Sans-Serif;
    color: #bb91ab;
}

.comentario div.c,.comentario-n div.c {
    padding: 10px 0px;
}

.comentario p {
    color: #ead7e2;
}

.comentario div.r {
    padding: 4px 0px;
    margin-top: 20px;
}

.comentario div.r .tit {
    border-bottom: 1px dashed #cc6893;
    font-weight: bold;
}

.comentario div.r .c {
}

.comentario-n div.nocom {
    text-align: left;
}


/* Fotos */
div.fotos div {
    display: block;
    text-align:center;
}

div.fotos div img {
    border:2px solid #705065;
    margin:6px auto;
}


/* Sidebar */
#sidebar {
    float: right;
    width: 165px;
    margin: 0 10px;
}

#sidebar > div + div {
    margin-top: 14px;
}

#sidebar div.widget {
    background:#4d2b3f;
    padding: 4px 10px;
    font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
}

#sidebar div.widtit {
    font-size:14px;
}

/* Listar meses */
#listar_meses ul {
    color:#FFFFFF;
    font-family:verdana;
    font-size:10px;
    padding-bottom: 6px;
}

#listar_meses ul li {
    margin:0;
    padding:1px 0;
}

/* Calendario */
#calendario table {
    width:100%;
    font-size:10px;
    font-family:verdana;
    text-align:center;
    color:#ffffff;
}

#calendario table tbody tr td.h {
    background: #D62973;
}

#calendario table tbody tr td a {
    color: #ffffff;
}

#rss a {
    background: transparent url('img/rss.png') no-repeat scroll 0px 1px;
    padding-left: 20px;
    font-size: 12px;
}

/* Footer */
.bangbot {
    clear:both;
    background: #22111d;
    border-top: 1px solid #3a2130;
    height: 50px;
}
