/** Maquetado y Desarrollo integral del sitio por Bazhar Producciones */
/* info(at)bazharproducciones.com.ar */

html, body {
height: 100%;
}

a img {
    border: 0px;
    vertical-align: middle;
/**    float:left;*/
}

a {
    color: #6E6E6E;
    text-decoration: none;
    font-size: 13px;
}

a:hover {
    color: #666;
    text-decoration: underline;
    font-size: 13px;
}
body {

    color: #666;
    font-family: Verdana, Geneva, sans-serif;  /*'Roboto', sans-serif;*/
    font-size: 13px;
    background: url('../images/bg.jpg') repeat;
}

h2 {
    font-size: 21px;
    background: transparent url("../images/bullet_small.png") no-repeat left center;
    padding-left: 17px;
    font-weight: normal;
    color: #666;
    text-align: left;
    text-transform: none;    
}


#general  {
    display: block;
    font-size: 15px;
}

#general a {
    color: #AF0737;
    font-size: 15px;
}

.clearfooter {
    height: 152px;
    clear: both;
}


#topbar {
    /*width: 100%;*/
    height: 38px;
    padding-top: 10px;
    text-align: center;
    color: #ddd;
    font-weight: bold;
    background: url('../images/bg_topbar.jpg') repeat-x #91062D; 
    width: 996px; 
    border-radius: 10px;
    margin: 0 auto;
    display: table;
    margin-bottom: 30px;
    font-family: arial;
    position: relative;
}

#topbar a {
    color: #ddd;
    text-decoration: underline;
}

#topbar a:hover {
    color: #fff;
}

#topbar #closebtn {
    position: absolute;
    display: table;
    right: 10px;
    top: 10px;   
}

#topbar img {
    border: 0px;
}


#main {
    margin: 0 auto;
    display: table;
    width: 996px;
    margin-bottom: -200px;
    min-height: 100%;
    height: auto !important;
    height: 100%;       
}

#rightop {
    float: right; 
    width: 520px;
}

#top {
    width: 100%;
    display: table;
    margin-bottom: 20px;
}

#top #logo {
    float: left;
    width: 344px;
    height: 74px;
}


#top #form {
    position: relative;
    display: table;
    width: 100%;
}

#top #form .requerido { /*
    position: absolute;
    right: 55px;
    bottom: 10px;*/
    float: right;
}

#top #form h1 {
    font-size: 14px;
    background: transparent url("../images/bullet_small.png") no-repeat left center;
    padding-left: 17px;
    font-weight: normal;
    color: #666;
    text-align: left;
    text-transform: none;
}

#top #form a.formbtn {
    display: table;
    float: right;
    height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}


#top #form input[type=text] {
    border: 1px solid #E2E2D6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;   
    margin-right: 10px; 
    width: 150px;
}



#top #idiomas {
    display: table;
    margin-bottom: 10px;
    text-align: right;
    float: right;
    clear: both;
}

#top #idiomas a {
    float: left;
    margin-right: 7px;
    text-decoration: none;
    color:#ccc;
}


#top #idiomas a.active {
    float: left;
    margin-right: 7px;
    text-decoration: none;
    color:#000;
}

#top #idiomas a.active:hover {
    color: #000;
}

#top #idiomas a:hover {
    text-decoration: none;
    color:#666;
}

#top #idiomas a img {
    border: 0px;
}


#container {
    position: relative;
}

#content {
    border: 5px solid #E2E2D6;
    display: table;
    width: 940px;
    margin: 0 auto;
    height: 500px;
    background-color: #fff;
    position: relative;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    border-bottom: 0px;
    padding-top: 40px;
}
/*
.bx-wrapper {
    background: url('../images/bg_slider.jpg') no-repeat #595956;
}*/



#menu {
    position: absolute;
    width: 996px;
    height: 54px;
    background: url('../images/bg_menu.png') no-repeat;
    top: 2px;
    left: 0px;
    z-index: 1000;
}

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

#menu ul li.home{
    width: 61px;
    padding: 0px;
    padding-top: 8px;    
}
#menu ul li.home a img{
    float: none;   
}
#menu ul li.home a{
    float: none;   
}

#menu ul li {
    float: left;
    margin-right: 0px;    
    display: inline-block;
    height: 34px;
    text-align: center;
    padding-top: 10px;
    padding-left: 45px;
    padding-right: 45px;
    background: url('../images/separador_menu.png') no-repeat right center;
    position: relative;
}

#menu ul li:hover, #menu ul li.selected
{
    background: url('../images/bg_menu_hover.jpg') repeat-x !important;    
}



#menu ul li .arrow {
    width: 14px;
    height: 10px;
    background: url('../images/arrow.png') no-repeat center;
    margin-left: 8px;
    margin-top: 8px;
    float: right;
}

#menu ul li:last-child {
    background: none;
}

#menu ul li img {
    border: 0px;  
}

#menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    float: left;
}

#menu ul li ul {
    position: absolute;
    z-index: 100;
    top: 42px;
    width: 100%;
    display: table;    
    background: #A20731;
    left: 0px;    
}

#menu ul li ul li {
    background: none;
    height: 20px;
    padding: 0px;
    display: table;
    float:  none;
    width: 100%;
}

#menu ul li ul li a {
    width: 100%;
    height: 27px;
    display: block;
    text-align: center;
    padding-top: 5px;
    font-size: 13px;
    display: table;
}

#menu ul li ul li a:hover {
    background: url('../images/bg_submenu.png') repeat-x #72736E;
}


.row {
    margin: 0 auto;
}


.slider_container {
    background: url('../images/bg_slider.jpg') no-repeat;
    width: 675px;
    height: 355px;
    float: left;   
    position: absolute;
    top: 35px;
    left: 10px;
    
}

#carrousell_container {
    width: 660px;
    height: 330px;
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;     
    margin: 0 auto;
}

.carrousell_slide {
    width: 652px;
    height: 305px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;  
   /* overflow: hidden;     */
}

.bxslider {
    height: 305px;
    margin-top: 0px;
}

.carrousell_slide .info {
    position: absolute;
    margin: 0px;
    padding: 0px;
    z-index: 100;
    bottom: 30px;
    right: 0px;
}

.carrousell_slide .info_container {
    position: absolute;
    bottom: 30px;    
    right: 125px;
}


.carrousell_slide .audios {
    position: absolute;
    bottom: 25px !important;
    right: 10px !important;
}

.carrousell_slide .audio { 
    margin: 0px;
    padding: 0px;
}



.carrousell_slide .links { 
    margin: 0px;
    padding: 0px;
}

.carrousell_slide .links li {
    padding: 0px;
    margin: 0px;
    display: block;
    width: 100%;    
    text-align: center;
}

.carrousell_slide .links li a {
    color: #FCFCD8;
    font-size: 14px;
    text-decoration: none;
}

.carrousell_slide .links li a:hover  {
    color: #FCFCD8;
    font-size: 14px;
    text-decoration: underline;
}

.carrousell_slide .audio { 
    margin: 0px;
    width: 380px;
    height: 90px;
    padding-left: 10px;
    bottom: 25px;
}

.carrousell_slide .audio li { 
    margin: 0px;
    width: 188px;
    height: 47px;
    float: right;
    display: block;
}

.carrousell_slide .video {
    text-align: center;
    width: 380px;
    height: 70px;    
}
.carrousell_slide .audio li a img, .carrousell_slide .video a img { 
    border: 0px;
    margin-right: 5px;
    vertical-align: middle;
    float: left;
}
.carrousell_slide .audio li a, .carrousell_slide .video a { 
    float: left;
    color: #DDD6D6;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;    
}
.carrousell_slide .audio li a:hover, .carrousell_slide .video a:hover { 
    color: #DDD6D6;
    vertical-align: middle;
    text-decoration: underline;
    font-size: 14px;    
}


#audio {
    position: relative;
    width: 277px;
    height: 199px;
    overflow: hidden;
    float: left;
}

#audio #texto {
    float: left;
    width: 128px;
    margin-left: 15px;
    color: #000;
    margin-top: 50px;
    font-size: 13px;
}

#audio img {
    float: left;
}

#audio #musicToggle {
    position: absolute;
    left: 0px;
    top: 20px;
}

#audio #playlist {
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: 220px;
    height: 60px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  
    border: 2px solid #E5E5CD;
    padding: 5px;
        
}

#playlist a {
    display: block;
    width: 195px;
    padding-left: 5px;
    background-color: #F7F7F0;
    margin-bottom: 4px;
    color: #000;
}


#playlist a.selected {
    color: #A90735;
}


#agenda_container {
    width: 231px;
    height: 280px;
    float: right;
    margin-right: 40px;
    display: table;
}

#agenda_container #highlight {
    /*display: table;*/
    margin: 0 auto;
    margin-left: 10px;
    height: 120px;
    overflow: hidden;
    margin-top: 10px;
}

#agenda_container #highlight .box {
    height: 88px;
    width: 215px;   
    background: #A90735;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;   
    color: #fff;
    margin: 0 auto;
    text-align: center; 
    text-transform: uppercase;
}

#agenda
{
    /*height: 171px;*/
    width: 239px;
    overflow:hidden;
}


#agenda_container #highlight .box img {
    height: 73px;
    width: 118px;   
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}

#agenda_container #highlight .box div
{
    width: 90px;
    margin-top: 5px;
}

#agenda_container #highlight .anio {
    font-size: 23px;
    font-weight: bold;
    display: block;
}
#agenda_container #highlight .mes {
    font-size: 16px;
}


#agenda_container #highlight .detail {
    height: 35px;
    width: 215px;   
    color: #000;
/*    margin-left: 10px; */
}

#agenda_container #highlight .detail img {
    vertical-align: middle;
}

#agenda_container #highlight .detail a {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

#agenda_container #highlight .detail .right
{    
/*    margin-top: 10px;
    margin-right: 5px; */
}

#agenda_container #highlight .detail a:hover {
    color: #A90735;
    font-weight: bold;
    text-decoration: none;
}

#agenda_container #highlight .detail .autor {
    font-size: 13px;
    color: #A90735;
    display: block;
    font-weight: bold;
}


#agenda_container #highlight .detail .pais {
    font-size: 12px;
    color: #A90735;
    text-transform: uppercase;
}

#agenda td {
    width: 10px !important;
    height: 10px !important;
    text-align: center;
    font-size: 12px !important;
}



#iconos {
    width: 47px;
    height: 293px;
    position: absolute;
    overflow: hidden;   
    right: 10px;
    top: 25px;
    background: url('../images/bg_icons.png') no-repeat;    
    padding-top: 100px;
    text-align: center;
    z-index: 100;
}

#iconos a {
    display: block;
    
}

#iconos img{
    margin-bottom: 10px;
    
}
.imgbtn {
    margin-right: 15px;
}


.left {
    float: left;
}

.right {
    float: right;
}

.row {
    display: table;
    margin-bottom: 30px;
    width: 100%;
}


.bx-pager    {
    position: absolute;
    bottom: 0px !important;
    width: 600px;
    text-align: center;
}


h1 {
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    color: #AF0737;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}




a.btn, a.formbtn {
    background: url('../images/bg_button.jpg') repeat-x #94062E;    
    position: relative;
    color: #fff;
    height: 19px;
    padding-top: 3px;
    padding-right: 25px;
    padding-left: 15px;
    display: table;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;       
}

a.btn:hover, a.formbtn:hover {
    background: url('../images/bg_button_hover.jpg') repeat-x #94062E !important;        
}

a.btn .flecha_chica, a.formbtn .flecha_chica {
    width: 15px;
    height: 15px;
    position: absolute;       
    background: url('../images/flecha_chica.png') no-repeat;
    top: 5px;
    right: 5px;
}


.box_search {
    width: 429px;
    height: 267px;
    padding: 15px;
    background: url('../images/bg_search.jpg') no-repeat;
    position: relative;
}

.box_search form {
    width: 100%;
}


.box_search label {
    float: left;
    margin-right: 20px;
    font-size: 14px;
    padding-top: 5px;
}

.box_search input[type=text] {
    float: left;
    width: 300px;
    border: 1px solid #ccc;
    height: 20px;
    padding-top: 5px;
    color: #6D6D67;
}

.box_search .select {
    margin: 0 auto;
    width: 415px;
    height: 25px;
    overflow: hidden;
    background: /*url('../images/select_arrow.jpg') no-repeat 98% center*/ #fff;
    border: 1px solid #ccc; 
    /*position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;*/
}

.box_search .selectarrow {
    /*width: 30px;
    height: 25px;
    position: absolute;*/
    z-index: 100;
    top: 0px;
    right: 0px;
    /*background: url('../images/select_arrow.jpg') no-repeat 98% center #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;*/
}

.box_search select {
    width: 100%;
    height: 25px;    
    padding-top: 5px;
    background-color: transparent;
    border: 0px;
    color: #6D6D67;
    /*appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;*/
}

.box_search a.sel_letra {
    width: 137px;
    height: 23px;
    background-color: #BDBD91;
    padding-top: 2px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    float: left;
    margin-right: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;     
}

.box_search a.sel_letra.selected {
    border: 1px solid #666;    
}


.box_search .letras {
    margin: 0 auto;
    display: table;
    margin-top: 10px;
}

.box_search .formrow {
    padding-bottom: 15px;
    border-bottom: 1px dotted #C0C0C0;
    margin-bottom: 10px;    
    display: table;
}


.box_search .border {
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px dotted #C0C0C0;
    margin-bottom: 10px;  
    height: 5px;  
    display: table;
}

.box_search a.btn, .box_search a.formbtn {
    position: absolute;
    right: 20px;
    bottom: 10px;
}


.box_search h1 {
    font-size: 18px;
    background: transparent url("../images/bullet_small.png") no-repeat left center;
    padding-left: 17px;
    font-weight: normal;
    color: #666;
    text-align: left;
    text-transform: none;
}







#footer 
{
    width: 99%;
    height: 150px;
    background-color: #B0AF9E;
    position: relative;
    margin-top: 50px;
}

#footer #links {
    width: 563px;//585 605
    color: #838583;
    height: 100px;
    float: left;
    padding-top: 40px;
}
#footer #links img {
    display: block;
    margin-top: 50px;
}


#footer #links a {
    text-decoration: none;
    text-transform: uppercase;
    color: #838583;
    font-size: 9px;
    float: left;
    padding-right: 5px;
    border-right: 2px solid #838583;
    padding-left: 5px;
}

#footer #links a:hover {
    text-decoration: none;
    color: #fff;
}

#footer #rights {
    height: 110px;
    /**width: 330px;*/  
    width: 300px;
    background-color: #757569;
    float: left;
    padding-top: 40px;
    padding-left: 5px;
    padding-right: 10px;
}

#footer #rights .barry
{
    float: left;
    border-right: 2px solid #000;
    padding-right: 10px;
    display: table;
}


#wrapper {
    min-height:100%;
    position:relative;
}

#footer #rights .datafiscal
{
    padding-left: 10px;
    display: table;
}

/** Busqueda de Obras **/

.ojos_autor {
    margin-bottom: 20px;
}

.busqueda  {
    width: 910px;
    padding: 10px;
    background: url('../images/bg_item.jpg') repeat-x #EFEFE1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #EAEADA;  
    display: table;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
    height: 100px;
}

.busqueda h1 {
    font-size: 16px;
    background: transparent url("../images/bullet_small.png") no-repeat left center;
    padding-left: 17px;
    font-weight: normal;
    color: #666;
    text-align: left;
    text-transform: none;    
}

.busqueda .a  {
    display: block;   
    clear: both;  
}

.busqueda li {
    display: table;
    float: none;
}

.busqueda .info {
    width: 440px;
    height: 100%;
    float: left;      
}

.busqueda .audios  {
    width: 150px;
    height: 100%;
    float: left;      
}
.busqueda .audios img {
    float: left;      
}
.busqueda .videos  {
    width: 150px;
    height: 100%;
    float: left;      
}

.busqueda .videos img {
    float: left;      
}

.busqueda .partitura {
    width: 80px;
    height: 100%;
    float: left;
    padding-left: 20px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.busqueda .btn  {
    position: absolute;
    right: 10px;
    bottom: 10px;   
}

.busqueda .izq{
    margin-right: 110px;
}

.busqueda ul{
    padding-left: 20px;
}

/** Historial de Pedidos **/
.pedidotab  {
    width: 440px;
    padding: 10px;
    background: url('../images/bg_item.jpg') repeat-x #EFEFE1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #EAEADA;  
    display: table;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
    height: 30px;
}
.pedidotab p{
    text-align:center;
    font-weight: bold;
}

.noactive{
    
    background: url('../images/bg_item.jpg') repeat-x #B7B7AE;
}

.noactive a{
    color: #A90735;
}

.pedido  {
    width: 910px;
    padding: 10px;
    background: url('../images/bg_item.jpg') repeat-x #EFEFE1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #EAEADA;  
    display: table;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
    height: 30px;
    text-align:center;
}

.pedido .btn  {
    position: absolute;
    right: 10px;
    bottom: 10px;   
}

.pedido .izq{
    margin-right: 140px;
}

.pedido .numero{
    width: 100px;
    height: 100%;
    float: left; 
}

.pedido .fecha{
    width: 150px;
    height: 100%;
    float: left; 
}

.pedido .titulo{
    width: 430px;
    height: 100%;
    float: left;
}

/** Paginador de Resultados **/

#pager
{
	text-align:center;
	margin: 0 auto;
    display: table;
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #fff;    
    margin-bottom: 15px;
}

#pager ul
{
    margin: 0 auto;
    padding: 0px;
    float:right;
    margin-left: 10px;
}

#pager ul li
{
    float: left;
    display: block;
    display: table;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
}


#pager ul .active
{
    background-color: #AF0737;
    color: #fff;
}

#pager ul .active:hover
{
    background-color: #AF0737;
    color: #fff;
}

#pager ul li:hover
{
    background-color: #efefef;
}


#ver-info  {
    display: table;
    width: 100%;   
}

#ver-info .autor  {
    width: 935px;
    height: 35px; 
    padding-top: 15px;
    background: url('../images/bg_nameautor.jpg') no-repeat;
    margin-bottom: 20px;
}
#ver-info .autor .nombre  {
    /** width: 300px; */
    float: left;
    padding-left: 40px;
}
#ver-info .autor .goback  {
    width: 250px;
    float: right;
}

#ver-info .autor h1 {
    font-size: 19px;
    background: transparent url("../images/bullet_small.png") no-repeat left center;
    padding-left: 17px;
    font-weight: bold;
    color: #666;
    text-align: left;
    text-transform: none;   
}

#ver-info .autor h1 a{
    font-size: 19px;
    font-weight: bold;
    color: #666;
    text-align: left;
    text-transform: none;   
}


#ver-info .contenido  {
    display: table;
    width: 910px;
}

#ver-info .contenido .texto  {
    width: 565px;
    float: left;
    padding-right: 10px;
    text-align: justify;
    font-size: 14px;
}

#ver-info .contenido a img  {
    float: right;
}

#ver-info img  {    
    float: left;
}

#ver-info .contenido a {
    color: #AF0737;
}

.entrada_agenda {
    background: url('../images/bg_item.jpg') repeat-x #EFEFE1;
    margin: 0 auto;
    display: table;
    width: 98%;    
    padding: 10px; 
    font-size: 14px;
    text-align: justify;
    position: relative;
    margin-bottom: 20px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    border: 1px solid #EAEADA;      
}

.entrada_agenda .encabezado {
    height: 100px;
    display: table;
}


.entrada_agenda .encabezado .titulo {
    display: block;
    font-size: 16px;
}
.entrada_agenda .encabezado .autor {
    display: block;
    font-size: 14px;
    background: none !important;
    color: #AF0737;
    text-transform: uppercase;
    font-weight: bold;
    width: 260px !important;
    height: 15px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
}

.entrada_agenda .encabezado b {
    font-weight: normal;
    font-size: 14px;
    color: #000;
}
.entrada_agenda .texto {
    padding: 20px;
}

.entrada_agenda .encabezado img.recuadro {
    float: left;
    width: 215px;
    height: 79px;
    margin-right: 30px;
}
.entrada_agenda .info {
    float: left;
    width: 445px;
    height: 130px;
    display: table;
}

.entrada_agenda .audios  {
    width: 150px;
    /*height: 100%;*/
    float: left;      
}
.entrada_agenda .videos  {
    width: 150px;
    /*height: 100%;*/
    float: left;      
}

.entrada_agenda .encabezado li {
    display: table;
    float: none;
}

.entrada_agenda .texto a {
    color: #AF0737;
    text-decoration: none;
    font-size: 13px;
}

.entrada_agenda .texto a:hover {
    color: #666;
    text-decoration: underline;
    font-size: 13px;
}


.titulo_boton {
    width: 100%;
    position: relative;
    display: table;
}

.titulo_boton a {
    right: 0px;
    position: absolute;
    top: 20px;
    font-size: 14px;
    color: #000;
}
.titulo_boton a.btn {
    color: #fff;
}



.titulo_boton a img {
    border: 0px;
}

a.seldate {
    color: #AF0737 !important;    
}


.seccion {
    width: 100%;
    display: table;
    min-height: 200px;
    height: 200px;
    padding: 0px;
    text-align: justify;
    font-size: 14px;
}

.seccion .texto {
    /*width: 500px;*/
    float: left;
    display: table;    
}

.seccion .texto1 {
    margin-right: 5px;
    display: table;    
}


.seccion a {
    color: #AF0737;
}

.seccion .imagenes {
    width: 380px;
    float: right;
    display: table;
}

.seccion .imagenes img {
    padding-bottom: 5px;
    padding-top: 0px;
    margin-bottom: 10px;
}

.seccion img {
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.textbox {
    width: 96%;
    display: table;
    padding: 20px;
    text-align: justify;
    font-size: 14px;
}


.centered {
    margin: 0 auto;
    display: table;
}

/** Inclusiones **/

.obra_incluida  {
    width: 530px;
    padding: 10px;
    background: url('../images/bg_item.jpg') repeat-x #EFEFE1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #EAEADA;  
    display: table;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
    height: 100px;
}

.obra_incluida h1 {
    font-size: 16px;
    background: transparent url("../images/bullet_small.png") no-repeat left center;
    padding-left: 17px;
    font-weight: normal;
    color: #666;
    text-align: left;
    text-transform: none;    
}

.obra_incluida a.titulo {
    background: transparent url("../images/bullet_small.png") no-repeat left center;    
    padding-left: 20px; 
    font-size: 18px;   
}
.obra_incluida a.autor {
    font-size: 15px;   
}

.obra_incluida .a  {
    display: block;   
    clear: both;  
}

.obra_incluida li {
    display: table;
    float: none;
}

.obra_incluida .info {
    width: 270px;
    height: 100%;
    float: left;      
}

.obra_incluida .audios  {
    width: 210px;
    height: 100%; 
    padding-left: 0px;    
}
.obra_incluida .videos  {
    width: 210px;
    height: 100%;   
    padding-left: 0px;  
}



.obra_incluida .media {
    float: left;
    width: 210px;
}

.obra_incluida .audios a, .obra_incluida .videos a {
    color: #666;
}

.obra_incluida .audios img, .obra_incluida .videos img {
    float: left;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
}

.obra_incluida li {
    margin-bottom: 15px;
}


.obra_incluida .btn  {
    position: absolute;
    right: 10px;
    bottom: 10px;   
}


.box_login {
    width: 435px;
    height: 195px;
    padding: 15px;
    background: url('../images/bg_login.jpg') no-repeat;
    position: relative;
    float: left; 
}

.box_login h1 {
    text-transform: none;
    color: #666;
    margin: 0 auto;
    border-bottom: 1px dotted #666;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.box_login form {
    width: 100%;
    display: table;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #666 dashed;
}

.box_login .lostpwd {
    position: absolute;
    left:10px;
    bottom: 30px;
    display: table;
    background-color: #F0F0E1;
    color: #AF0737;
}

.box_login .formbtn {
    position: absolute;
    right:10px;
    bottom: 30px;
    display: table;
    color: #fff;
}

.box_login .destacado {
    text-align: center;
    font-size: 15px;
    color: #000;
}

.box_login .aclaracion {
    font-size: 14px;
    color: #666;
}

.box_login .register {
    position: absolute;
    right:180px;
    bottom: 20px;
    display: table;
    color: #fff;
}

.box_login label {
    float: left;
    margin-right: 20px;
    font-size: 14px;
    padding-top: 5px;
    width: 100px;
    margin-bottom: 15px;
}

.box_login input[type=text], input[type=password] {
    float: left;
    width: 300px;
    border: 1px solid #ccc;
    height: 20px;
    padding-top: 5px;
    color: #6D6D67;
    margin-bottom: 15px;
}


/* Boxes */

.box
{   
    padding: 15px;
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: left;
    font-size: 12px;
    font-weight: normal;    
}

.error {
    background-color: #FFF2EF;
    border: 1px dotted #FFB19F;
    color: #CC2200;
}
.ok {
    background-color: #EFFFEF;
    border: 1px dotted #90D290;
    color: #117711;
}

.warning {
    background-color: #FFFFDD;
    border: 1px dotted #EED46E;
    color: #DF8D00;
}

.denied
{
    border: 1px solid #FFFFFF;
    background-color: red;
    color: #fff;
}


.siteform {
    display: table;
    margin: 0 auto;
}


.siteform legend {
    text-transform: none;
    color: #666;
    margin: 0 auto;
    border-bottom: 1px dotted #666;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
}

.siteform fieldset {
    width: 627px;
    padding: 30px;
    background: url('../images/bg_item.jpg') repeat-x #EFEFE1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #EAEADA;  
    margin: 0 auto;   
    margin-bottom: 25px;           
}

.siteform .row-form {
    width: 100%;
    display: table;
    margin-bottom: 15px;
}
.siteform .row-column-izq {
    width: 30%;
    float:left;
    display: table;
}
.siteform .row-column-der {
    width: 30%;
    display: table;
}
.siteform label {
    width: 150px;
    float: left;       
    font-size: 14px;   
    margin-right: 15px;
    text-align: left;
}

.siteform input[type=text], .siteform input[type=password]{
    width: 445px;
    float: left;      
    border: 1px solid #ccc;
    height: 20px;
    padding-top: 5px;
    color: #6D6D67;          
}

.siteform .chico {
    font-size: 12px;
}



.siteform textarea {
    width: 445px;
    height: 70px;
    float: left;      
    border: 1px solid #ccc;
    padding-top: 5px;
    color: #6D6D67;          
}

.siteform .inputplace {
    float: left;
    width: 445px;
}

.siteform .inputplace span {
    float: left;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.siteform span.title {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
}

.siteform .title_normal {
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
}
.siteform .selection {
    font-size: 14px;
    margin-bottom: 15px;
    display: table;
}






/** Contact form */



label {
    text-align: left;
}

.sectionform {
    display: table;
    margin: 0 auto;
    width: 100%;
}


.sectionform legend {
    text-transform: none;
    color: #666;
    margin: 0 auto;
    border-bottom: 1px dotted #666;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
}

.sectionform fieldset {
    width: 450px;
    padding: 30px;
    background: url('../images/bg_siteform.jpg') repeat-x #EFEFE1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #EAEADA;  
    margin: 0 auto;   
    margin-bottom: 25px;           
}

.sectionform .row-form {
    width: 100%;
    display: table;
    margin-bottom: 15px;
}

.sectionform label {
    width: 100px;
    float: left;       
    font-size: 14px;   
    margin-right: 15px;
}

.sectionform input[type=text], .sectionform input[type=password]{
    width: 325px;
    float: left;      
    border: 1px solid #ccc;
    height: 20px;
    padding-top: 5px;
    color: #6D6D67;          
}

.sectionform .chico {
    font-size: 12px;
}



.sectionform textarea {
    width: 325px;
    height: 70px;
    float: left;      
    border: 1px solid #ccc;
    padding-top: 5px;
    color: #6D6D67;          
}

.sectionform .inputplace {
    float: left;
    width: 445px;
}

.sectionform .inputplace span {
    float: left;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.sectionform span.title {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
}

.sectionform .title_normal {
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
}
.sectionform .selection {
    font-size: 14px;
    margin-bottom: 15px;
    display: table;
}





#captcha {
    width: 705px;
    display: table;
    margin: 0 auto;
}

#captcha #obj {
    float: right;
}

#captcha #aclaracion {
    float: left;
    width: 360px;
}

#captcha #aclaracion .renglon {
    display: table;
    width: 100%;
}

#captcha #aclaracion .renglon p {
    float: left;
    width: 89%;
}

#captcha #aclaracion img {
    float: left;
    padding: 0px;
    margin-top: 15px;
    margin-left: 5px;
}

#captcha .formbtn {
    color:#fff;
    float: right;
    clear: both;
}

#captcha #recaptcha_widget_div {
    float: right;
    clear: both;
}




/** jScrolPane **/
/* Styles specific to this particular page */
.scroll-pane
{
	width: 100%;
	height: 70px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 70px;
}


#audioPlayer {
  /* display: none; */
}


.round-text {
    float: right !important;
    padding-left: 20px !important;
    padding-bottom: 20px;
}



.topfrmbtn {
    float: right;
    margin-left: 15px;
}

#recaptcha_widget_div 
{
    margin-bottom: 25px;
}