﻿*{
   font-family: "Arial Regular",arial, helvetica, verdana, sans-serif;

}
html body{
    height:100%;
    margin:0;
    padding: 0;
}
/*mank*/
body {
    overflow-y:scroll;
    overflow-x: hidden;
    background-color: #e7d777;
    background-image: url('Images/grnd.jpg');
    background-repeat: no-repeat;
    background-position: center -10px;
    background-attachment: fixed;
}
h2{font-size: 30px;}
h3{font-size:18px;}
h4{font-size:16px}


a img {
    border: none;
}

.left {text-align: left;}
.right{text-align: right;}
.center{text-align: center;}
.vtop { vertical-align: top;}

.table {
    display: table;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
}

table tr td {
   padding-left: 10px;
}

input {padding-left:10px;}
input, textarea { outline:none !important ;}
input:active, textarea:active { outline:none !important ; }
:focus { outline:none !important ; }

#wrapper{
    margin: 0 auto;
    width:1014px;
    height:100%;
    overflow:hidden;
}
#sitepage {
	/*display:-webkit-box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;*/
	margin: 0 auto;
    padding:0;
    width:994px;
    min-height:100%;
}

.header{
    width:100%;
    height:225px;
    overflow:hidden;
    background-image: url("Images/page_bg_white.jpg");
    background-repeat: no-repeat;
    background-position: 0 166px;

}

#logo{
    float:left;
    width:467px;
    margin: 30px 0 0 44px;
    /*background-image: url("Images/logo.png");
    background-repeat: no-repeat;
    background-position: 44px 30px;*/
}

.eslogo{
    float:left;
    width:482px;
    height:225px;
    overflow:hidden;
    padding-left:30px;
    padding-top:30px;
    background-image: url("Images/logoEs.png");
    background-repeat: no-repeat;
    background-position: 44px 30px;
}

#auth{
    float:right;
    width:470px;
    height:190px;
    padding-top:35px; /*35+190=225*/

}
.RegForm {
    float:right;
    width:225px;
    min-height:97px;
    height:97px;
    text-align:left;
    overflow:hidden;
}
#login_text {
    float:right;
    display:inline;
    font-size:14px;
    color: #888;
    width: 172px;
    height:29px;
    padding-left:10px;
    font-family: "Arial Regular",arial, helvetica, verdana, sans-serif;
    margin-bottom: 10px;
    margin-right: 20px;
    background:white;
    border: 1px solid #DDD;
    border-radius: 8px;
    -webkit-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);


}
#pass_text {
    float:right;
    display:inline;
    font-size:14px;
    color: #888;
    width: 139px;
    height:29px;
    padding-left:10px;
    font-family: "Arial Regular",arial, helvetica, verdana, sans-serif;
    margin-bottom: 10px;
    background:white;
    border: 1px solid #DDD;
    border-radius: 8px 0 0 8px;
    -webkit-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
}

#auth_submit {
    float:right;
    width: 32px !important;
    height: 33px!important;
    margin-right: 20px;
    border-radius: 0 8px 8px 0 ;
    border:none;
    background-color: #f639a2;
    background-image: url("Images/right_arrow.png");
    background-repeat: no-repeat;
    background-position: 0 1px;
}

.RegVK {float:left;height:40px; width:85px; margin-left:160px;}

.Regist {
    float:right;
    width:370px;
    color:white;
    text-align:center;
}
.Regist a {
    color:white;
}
#fb-button {
	 vertical-align: -4px;
}
.fb-like iframe{width:700px !important;height:200px !important;}
.Regist a:first-child {
     margin-right:22px;
}
.Regist a:last-child {
     margin-left:18px;
}

.Regist2 {position: absolute; top: 137px; height:80px; font-size:16px;
    left: 50%;
    margin-left: -20px; width:290px; text-align:center;
}

#utilities{
    float: right;
    width: 480px;
    height: 70px;
}

.enespanol {
    float: left;
    height: 42px;
    width: 87px;
    margin-top: 24px;
}

.search {
    float: right;
    width: 380px;
    max-height: 54px;
    margin: 27px 10px 0 0;
    overflow: hidden;
}
.search input{
    outline:none;
}

.search input:active{

    outline:none;
}


#search_text{
    float:right;
    height:32px !important;
    width:250px !important;
    border-radius: 16px 0 0 16px;
    paddig-left:20px !important;
    color:#888888;
    font-family: "Arial Regular",arial, helvetica, verdana, sans-serif;
    line-height: 16px;
    border: 1px solid #DDD;
    -webkit-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);


}

#search_submit{
    float:right;
    width: 32px;
    height: 36px;
    border: none;
    background-color: #f639a2;
    background-image: url("Images/find.png");
    background-repeat: no-repeat;
    border-radius: 0 16px 16px 0;
    cursor:pointer;

}
#translate_submit{
    float:right;
    width:82px;
    height:36px;
    color: #202020 !important;
    cursor:pointer;
    border-right: 2px solid #DDD;
    border-top: 2px solid #DDD;
    border-bottom: 2px solid #DDD;
    background-color: #f4f5f5;
    background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
    border-left-style: none;
	border-left-color: inherit;
	border-left-width: medium;
}

.content{
    width:100%;
    min-height:100%;
    background: white;
    background-image: url("Images/Content_shadow_left.png");
    background-repeat: repeat-y;
    background-position: 225px 0;
    /*margin-bottom:-60px;*/

}
.nav_menu{
    position:relative;
    left:-10px;
    width:1014px;
    height:60px;
    background-color: #f639a2;
}
#menu_bar_cut{
    /*position:relative;*/
    z-index:1000;
    width:100%;
}
#menu_left_cut{
    position: relative;
    width: 10px;
    height: 10px;
    /* float: left; */
    top: 60px;
    background-image: url("Images/menu_left_cut.png");
    background-repeat: no-repeat;
}
#menu_right_cut{
    position: relative;
    width: 10px;
    height: 10px;
    top: 50px;
    left: 1004px;
    background-image: url("Images/menu_right_cut.png");
    background-repeat: no-repeat;
}

#menubar{
    position:absolute;
    background-color: #f639a2;
    height:60px;
/*    top: -20px;*/
    padding:0;
    width:100%;
    z-index:2; /* Ð´Ð»Ñ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ð¿Ð¾Ð´Ð¿ÑƒÐ½ÐºÑ‚Ð¾Ð² Ð¿Ð¾Ð²ÐµÑ€Ñ… Ð¾ÑÑ‚Ð°Ð»ÑŒÐ½Ñ‹Ñ… Ð±Ð»Ð¾ÐºÐ¾Ð² */
    float:left;

}
#menubar ul{
    list-style:none;
    padding:0 0 0 40px ;
    margin:0;
}
#menubar ul ul {
    list-style:none;
    padding:0;
    margin:0;
}
#menubar ul {
    clear: left;
    position: relative;
    right: 50%;
   height: 60px;
    float: right;
    text-align: center;
}
#menubar ul li {
    position:relative;
    left:50%;
    float:left;
    height:60px;
    padding:0;
    margin:0
}


#menubar ul li:last-child {
    /*border:none;
    box-shadow:none*/
}
#menubar ul li a {
    display:block;
    color: white;
    text-decoration: none;
    padding:20px 20px 20px 20px
}
#menubar ul li a:hover {
    color:white;
    background-color: #e02b90;

}


#menubar ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;

}
#menubar ul li::before {
    background-color: #e02b90;
}
/*************************** Ð’Ñ‹Ð¿Ð°Ð´Ð°ÑŽÑ‰Ð¸Ðµ Ð¿Ð¾Ð´Ð¿ÑƒÐ½ÐºÑ‚Ñ‹ */
#menubar ul li ul {
    opacity: 0;
    visibility: hidden;
    position:absolute;
    left:0;
    top:60px;
    height:auto;
    width:250px;

    -webkit-box-shadow: 3px 3px 2px 0px rgba(8,8,8,0.55);
    -moz-box-shadow: 3px 3px 2px 0px rgba(8,8,8,0.55);
    box-shadow: 3px 3px 2px 0px rgba(8,8,8,0.55);
    border-top:1px solid #DDD;
}
#menubar ul li ul li {
    position:relative;
    left:0;
    float:none;
    height:auto;
    margin:0;
    text-align:left !important;

}
#menubar ul li ul li:last-child {
    box-shadow: none;
}
#menubar ul li ul li a {
    font-size: 14px;
    padding:10px 8px;
    color: black;
    background-color: white;
    border-left:1px solid #e02b90;
    padding-left: 20px;
}

#menubar ul li ul li a:hover {
    background-image: url("Images/menu_arrow.png");
    background-repeat: no-repeat;
    background-position: 5% 50%;
}

/*************************** Ð’Ñ‹Ð¿Ð°Ð´Ð°ÑŽÑ‰Ð¸Ðµ Ð¿ÑƒÐ½ÐºÑ‚Ñ‹ Ð²Ñ‚Ð¾Ñ€Ð¾Ð³Ð¾ ÑƒÑ€Ð¾Ð²Ð½Ñ */
#menubar ul li ul li ul {
    top: 0;
    left: 250px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
}

#menubar ul li ul li ul li a {
    background-color: #f3f3f3;
}
#menubar ul li ul li ul li ul li a {
    background-color: #ececec;
}

#menubar .current {
    color:white;
    background-color: #e02b90;
      webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8),  23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8),  23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
      box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8),  23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
  }
/*
#menubar .current:before {
    float:left;
    content:url("Images/left_menu_shadow.png");
}
#menubar .current:after {
    float:right;
    content:url("Images/right_menu_shadow.png");
}

*/


/******************************************************************************************************* SIDEBAR */

.sidebar{
    float:left;
    max-width:225px;
    width:225px;
    height:100%;
    background-color: white;
    overflow-x: hidden;
}

.sidebar > div{
    border-bottom: 1px solid #f639a2;
    margin-bottom:20px;
}

.VertMenu {
    min-width:225px;
    font-family: "Arial Regular",arial, helvetica, verdana, sans-serif;
}

.VertMenu ul{
    list-style: none;
    padding-left:20px !important;
    -webkit-padding-start: 20px;
}
.VertMenu ul li{
    margin-bottom: 0;
    padding: 2px;
    line-height: 26px;
}



.opros {
    width:155px;
    font-size:12px;
    background-image: url("Images/pool.png");
    background-repeat: no-repeat;
    background-position: 5px 0;
    color:#202020;
    font-family: "Arial Regular",arial, helvetica, verdana, sans-serif;
    padding-left:70px;
}
.opros form{
    /*margin-left:65px;*/
}
.opros .pool{
/*   margin-left:70px;/*/
}

.pool_submit{
    height:40px;
    width:120px;
    text-align: center;
    color:white;
    border:none !important;
    background-color:white;
    background-image: url("Images/button_form-1.png") !important;
    background-repeat: no-repeat;
    font-family: "Arial Regular",arial, helvetica, verdana, sans-serif;
    font-size:12px;
    font-weight: bold;
    cursor: pointer;
}

.donate{
    width:195px;
    font-size:12px;
    padding: 0px 10px 10px 50px;

}
.app
{
    width:195px;
    font-size:12px;
    padding: 0px 10px 10px 50px;

}

/********************************************************************************************************* MainText*/
.MainText {
    display:block;
    float:left;
    min-height:645px;
    height:100%;
    max-width:729px;
    width:725px;
    margin-left:10px;
    margin-bottom:30px;
    overflow:hidden;
    padding:0 20px 60px 10px;
    background-color: white;

    /*
    -webkit-box-shadow: 5px 5px 50px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 50px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 50px 0px rgba(0,0,0,0.5);
    */
    color:#202020;

}


.MainText h2 {
    text-align:left;
    width:100%;
    color:#725819;
    font-family: "Times New Roman", Times, serif !important;
    font-weight:bold;
    font-size: 30px;
}
.MainText h2 a{ text-align:left;

    font-family: "Times New Roman", Times, serif !important;
    font-weight:bold;
    font-size: 30px;
}

.MainText h2 span {
    font-family: "Times New Roman", Times, serif !important;
    color:#f639a2 !important;
}
.MainText a {
    color: #6b89d7;
}

.MainText img {
    max-width:700px;
}

.MainText table,.MainText table tr, .MainText table tr th, .MainText table tr td {
    border-collapse: collapse;
    border: 1px solid #ffe075;
}
.MainText table th{
    line-height:24px;
    color:#722650;
    background-color: #fefea0;;
    background-image: url("Images/forum-line.png");
    background-repeat: no-repeat;
}



.MainText input[type=text], .MainText input[type=password], .MainText input[type=email] {
    height:30px !important;
    border-radius: 8px;
    /*padding-left:20px !important;*/
    color:#888888;
    font-family: "Arial Regular",arial, helvetica, verdana, sans-serif;
    line-height: 16px;
    border: 1px solid #DDD;
    -webkit-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
}

.MainText form p .custom_select{
    font-family: "Arial Regular",arial, helvetica, verdana, sans-serif !important;
    font-size:14px !important;
    width: 267px !important;
    height:32px !important;

}
.long_select{
    font-family: "Arial Regular",arial, helvetica, verdana, sans-serif !important;
    font-size:14px !important;
    width: 370px !important;
    height:32px !important;
    -webkit-appearance: none;
    appearance: none;
    height:32px;
    border: 1px solid #DDD;
    border-radius: 8px;
    -webkit-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    text-indent: 8px;
    cursor:pointer;
    background: transparent;
    background:url('Images/down.png') right no-repeat;
    color:#202020;


}
.MainText form p .short_select{
    font-family: "Arial Regular",arial, helvetica, verdana, sans-serif !important;
    font-size:14px !important;
    width: 115px !important;
    height:32px !important;

}


/************************************************************************************************************** Foros*/

.ForumText {

    display:block;
    float:left;
    min-height:645px;
    height:100%;
    width:100%;
    margin-bottom:30px;
    overflow:hidden;
    background-color: white;
    color:#202020;

/*

    display:block;
    float:left;
    min-height:645px;
    height:100%;
    width:100%;
    max-width:1004px;
    margin-bottom:30px;
    overflow:hidden;
    color:#202020;
*/
}

.ForumText h2 { text-align:left;
    width:100%;
    color:#725819;
    font-family: "Times New Roman", Times, serif !important;
    font-weight:bold;
    font-size: 30px;
    margin-left:44px;
}
.ForumText h2 a{ text-align:left;

    font-family: "Times New Roman", Times, serif !important;
    font-weight:bold;
    font-size: 30px;
}

.ForumText h2 span {
    font-family: "Times New Roman", Times, serif !important;
    color:#f639a2 !important;
}
.ForumText a {
    color: #6b89d7;
}

.ForumText input[type=text], .ForumText input[type=password], .ForumText input[type=email] {
    height:30px !important;
    width:260px !important;
    border-radius: 8px;
    /*padding-left:20px !important;*/
    color:#888888;
    font-family: "Arial Regular",arial, helvetica, verdana, sans-serif;
    line-height: 16px;
    border: 1px solid #DDD;
    -webkit-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
}

.ForumText form p .custom_select{
    font-family: "Arial Regular",arial, helvetica, verdana, sans-serif !important;
    font-size:14px !important;
    width: 267px !important;
    height:32px !important;

}
.ForumText table {
    width:100%;
    border:none;
    border-collapse:collapse;
    background-image: url("Images/forum-line.png");
    background-repeat: no-repeat;
}
.ForumText table tr{
    width:100%;
    border-bottom:1px solid #ffe075
}
.ForumText table th{
    color:#722650;
    font-size: 18px;
    text-align: left;
    min-height: 58px;
    height:58px;
    /*line-height: 58px;*/
    background: transparent;

}
.ForumText table th:first-child{padding-left: 44px;}


/* ÐÐµÑ‡ÐµÑ‚Ð½Ñ‹Ðµ ÑÑ‚Ñ€Ð¾ÐºÐ¸ */
.ForumText table tr:nth-child(2n+1) {
    background-color: #fefea0;
}

/* Ð§ÐµÑ‚Ð½Ñ‹Ðµ ÑÑ‚Ñ€Ð¾ÐºÐ¸ */
.ForumText table tr:nth-child(2n+2) {
    background-color: #ffffc7;
}

.ForumText table tr:first-child{background:transparent;}

.ForumText table td {
    color:#101010;
    text-align:left;
    font-size: 14px;
   /* padding-left:24px;*/
    min-height:42px !important;
    height:42px !important;
    border:none !important;
    border-collapse: inherit !important;
}
.ForumText table td  a{
    text-decoration: none;
}
.ForumText table td span{
    font-size: 12px;
    line-height: 14px;
    padding-right:10px;
}
.ForumText table td p{
    margin-left:24px;
}

.theme {
    width:80%;
}
.author{
    color:#404040;
    font-weight: bold;
}
.ForumText table td.theme_comment {
    color:#404040;
    padding-left:60px;
}
.ForumText table td.theme {
    font-size: 16px;
}


.public_data{
    padding-left:20px;
    width:20%;
}
td.public_data
{
    vertical-align: text-top;
}

.pinkback p {
    font-style: italic;
    padding:10px;
    border-left:2px solid #e02b90;
    background-color: #FAFAFA;

}
.pinkback p:first-line{
    font-weight:bold;
}

.hint_message{
    font-size:12px;
    color: #202020;
    margin-left:44px;
}
.hint_message a{
    font-weight: bold;
}
.hint_message a:last-child{
    text-decoration: none;
    color:#202020;
}

.hint_message a:first-child{
    text-decoration: underline;
    color:#6b89d7;
}
#new_foros td.theme_name{
    padding-left: 50px;
    background-image: url('Images/foros_chapter.png');
    background-repeat: no-repeat;
    background-position: 10px;
}
/*
#all_foros td.chapter_name{
    background-image: url('Images/foros_chapter_2.png');
    background-repeat: no-repeat;
    background-position: 20px;
}
#all_foros td.chapter_name a{
    color:#202020;
    font-weight: bold;
    text-decoration: none;
}
*/
.hidden {
    display:none;
}

ul#all_forum_list{
    display:table;
    list-style:none;
    padding:0;
    margin:0;
    width:1004px;
    overflow-x: hidden;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

#all_forum_list li.chapter_name{
    line-height: 44px;
    list-style:none;
    padding:0 0 0 40px ;
    margin:0;
   /* width:100%;*/
    background-color:  #fefea0;
    background-image: url('Images/foros_chapter.png');
    background-repeat: no-repeat;
    background-position: 10px 8px;

}


#all_forum_list li.theme_name{
    line-height: 44px;
    list-style:none;
    padding:0 0 0 40px ;
    margin:0;
    /*width:100%;*/
    background-color: #ffffc7;
    background-image: url('Images/foros_chapter_2.png');
    background-repeat: no-repeat;
    background-position: 10px 8px;


}
li.chapter_name a, li.theme_name a{
    color:#202020;
    font-size: 14px;
    font-weight: bold;
    border-bottom:1px solid #ffe075;
}

#all_forum_list li.theme_name a{
    color:#404040;
    font-size: 14px;
    font-weight: normal;
    margin-left: 40px;
}


#all_foros td.theme_name{
    background-image: url('Images/foros_chapter.png');
    background-repeat: no-repeat;
    background-position: 20px;
}
#all_foros td.theme_name a{
    font-weight: normal;
}

#all_foros td:first-child {
    padding-left:65px;

}
.plusbutton{
    display: inline-block;
    font-size: 23px;
    color: #115098;
    cursor: pointer;
    min-width: 20px;
    width: 20px;
    min-height: 25px;
    line-height: 25px;
    background-image: url("Images/plus_button.png");
    background-repeat: no-repeat;
    background-position: -2px 3px;
    margin: 0px 10px;
}

.minusbutton{
    display: inline-block;
    font-size: 23px;
    color: #115098;
    cursor: pointer;
    min-width: 20px;
    width: 20px;
    min-height: 25px;
    line-height: 25px;
    background-image: url("Images/minus.png");
    background-repeat: no-repeat;
    background-position: -2px 3px;
    margin: 0px 10px;
}

/**************************************************************************************************************** Clear */
.clear {clear: both;
    width: 750px;
    height: 91px;
    text-align: left;
    background: transparent;
    margin-top: 20px;
    padding-left: 245px;
}

.footer {
    width:1014px;
    display:block;
    color: #edeef0;
    height: 91px;
    background-color: #57627d;
    vertical-align:middle;
    text-align: center;
    margin-left: -10px;
    font-size: 12px;
}
.footer p {margin-top:22px;}

#footer_left_cut{
    position: relative;
    width: 10px;
    height: 10px;
    top: -10px;
    left: 0;
    z-index: 2000;
    /* float: left; */
    background-image: url("Images/footer_left_cut.png");
    background-repeat: no-repeat;
}
#footer_right_cut{
    position: relative;
    width: 10px;
    height: 10px;
    top: -20px;
    right: 0;
    float: right;
    background-image: url("Images/footer_right_cut.png");
    background-repeat: no-repeat;
}
/**********************************************************************************************************************/

#reg {
    background-image: url("Images/pic-1.jpg");
    background-position:right + 60px;
    background-repeat: no-repeat; 
    
}
#feedback {
    background-image: url("Images/pic-1.jpg");
    background-repeat: no-repeat;
    
}

#reg select{
    width:322px;
    height:32px;
    lineheight:16px;
    border: 1px solid #DDD;
    border-radius: 8px;
    -webkit-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
}

#reg input {
    width:308px;
    height:32px;
    border: 1px solid #DDD;
    border-radius: 8px;
    -webkit-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);

}
#reg textarea {
    resize: none;
    width:300px;
    padding:10px;
    border: 1px solid #DDD;
    border-radius: 8px;
    -webkit-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
}
.site_submit {
    height:40px !important;
    width:120px !important;
    text-align: center !important;
    color:white !important;
    border:none !important;
    background-image: url("Images/button_form-2.png") !important;
    background-repeat: no-repeat !important;
    background-color:transparent !important;
    font-family: "Arial Regular",arial, helvetica, verdana, sans-serif !important;
    font-size:12px;
    font-weight: bold;
    -webkit-box-shadow:none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;

}

.greeting {color:white !important;}
.submitclass {

}
.submitclass2 {


}



select {
    -webkit-appearance: none;
    appearance: none;
    height:32px;
    border:1px solid #888888;
    width:260px;
    text-indent: 8px;
    background: transparent;
    cursor:pointer;
}

/*IE hack - remove arrow button for select tag*/
select::-ms-expand {
    display: none;
}

.custom_select{
    -webkit-appearance: none;
    appearance: none;
    height:32px;
    border: 1px solid #DDD;
    border-radius: 8px;
    -webkit-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    width:260px;
    text-indent: 8px;
    cursor:pointer;
    background: transparent;
    background:url('Images/down.png') right no-repeat;
    color:#202020;
}
.short_select{
    -webkit-appearance: none;
    appearance: none;
    height:32px;
    border: 1px solid #DDD;
    border-radius: 8px;
    -webkit-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    width:260px;
    text-indent: 8px;
    cursor:pointer;
    background: transparent;
    background:url('Images/down.png') right no-repeat;
    color:#202020;
}

/*Firefox hack - remove arrow button for select tag*/
@-moz-document url-prefix() {
    select {
        -moz-appearance: none;
        line-height: 18px;
        text-indent: 1px;
        text-overflow: "" ;
        padding-top: 5px;
        padding-left: -5px;
        background:none !important;
    }
    ::-moz-focus-inner { border: 0; padding: 0; }
}


.shermancmd {cursor:pointer;}

.translation{
    width:720px;
    color:#202020;
}
.translation span {
    display: inline-block;
    height: 32px;
    vertical-align: middle;
    margin: 0 10px 10px 10px;
}


/*.translation select {
    height:32px;
    width:123px !important;
    border: 1px solid #DDD;
    border-radius: 8px;
    -webkit-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);

}*/

.translation p select.custom_select {
    width:135px !important;
}
.translation input {
    height:32px;
    width:123px !important;
    border: 1px solid #DDD;
    border-radius: 8px;
    -webkit-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);
    box-shadow: inset 1px 3px 5px 0px rgba(0,0,0,0.1);

}

#transphrase {
    width:160px !important;
}
.date_time{
    font-size:12px;
    color:#722650;
 /*   color: #939372;*/
    font-weight:bold;


}
.page_number{
    margin-right:2px;
    padding:3px;
    text-align: center;
   /* border:1px solid #DDD;*/
    text-decoration: none;
}
.searchresult{
    color:#f639a2 !important;
}

.theme_name{
   /* width:500px;*/
}


.theme_name a{
    color: #202020;
    font-weight:bold;
}
.comm a{
    color: #202020;
}


.last_change{
    font-size: 14px;
    text-align: center;
    width:120px;
}
.comments_count{
    padding:0;
    width:120px;
}
.theme_count{
    font-size: 14px;
    text-align: center;
    width:120px;
}

#comments_list td{
    border:1px solid #ffe075;
}

#comments_list tr:nth-child(2n+1) {
    font-size: 12px;
    background-color: #fefea0;
}

/* Ð§ÐµÑ‚Ð½Ñ‹Ðµ ÑÑ‚Ñ€Ð¾ÐºÐ¸ */
#comments_list tr:nth-child(2n) {

    background-color: #ffffc7;
}

#comments_list tr:nth-child(2n) td{
    background-color: #ffffc7;
    padding:15px;
}
/********* Error Log */
div.errorLogFade
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background: #48F;
}
div.errorLogBg
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3001;
}
div.errorLogBg table
{
    width: 100%;
    height: 100%;
}
div.errorLogBg table td.main
{
    width: 640px;
    min-height: 200px;
}
div.errorLogBg table td div.messageBox
{
    width: 640px;
    min-height: 200px;
}
div.errorLogBg table td div.messageBox div.redirect
{
    width: 0;
    height: 0;
    display: none;
}
div.errorLogBg table td div.messageBox div.header
{
    background: #f639a2;
    color: #fff;
    width: 640px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
}
div.errorLogBg table td div.messageBox div.message
{
    background: #fff;
    color: #202020;
    width: 640px;
    min-height: 100px;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;

}
div.errorLogBg table td div.messageBox div.controls
{
    background: #fff;
    color: #202020;
    width: 640px;
    height: 60px;
    font-size: 14px;
    text-align: right;
    border-radius: 0 0 8px 8px ;
}
div.errorLogBg table td div.messageBox div.controls input
{
    margin-right: 20px;
    cursor: pointer;
}

div.translateText table {
    width:100%;
    border:none;
    border-collapse:collapse;
    background-image: url("Images/forum-line.png");
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

div.translateText table th{
    color:#722650;
    font-size: 18px;
    text-align: left;
    line-height: 58px;
    background: transparent;

}
div.translateText table th:first-child{padding-left: 44px;}


/* ÐÐµÑ‡ÐµÑ‚Ð½Ñ‹Ðµ ÑÑ‚Ñ€Ð¾ÐºÐ¸ */
div.translateText table tr:nth-child(2n+1) {
    background-color: #fefea0;
}

/* Ð§ÐµÑ‚Ð½Ñ‹Ðµ ÑÑ‚Ñ€Ð¾ÐºÐ¸ */
div.translateText table tr:nth-child(2n+2) {
    background-color: #ffffc7;
}

div.translateText table tr:first-child{background:transparent;}

div.translateText table td {
    color:#202020;
    text-align:left;
    padding-left: 10px;
    font-size: 14px !important;
    min-height:42px !important;
    height:42px !important;
    border:none !important;
    border-collapse: inherit !important;
}
div.translateText table td  a{
    text-decoration: none;
    color: #6b89d7;
}
/***************************************************************************************************** Lessons **/
.div0 {
    width:100%;
    float:left;
    background-color: #fefea0;
    border:1px solid #ffe075;
}
.div1:hover {
	background-color:orange;
	cursor:move;
}
.div0big {
    max-width: 716px;
    float: left;
    width: 716px;
    text-align: center;
    border: 1px solid #ffe075;
    margin-bottom: 20px;
}
.divcol {
    position: relative;
    width:100%;
    height:100%;
    /*float: top;*/
    /*margin:5px;*/
    top:0;
    text-align:center;
	padding:10px 0 30px 0;
}

.div1{
    float:left;
    margin:6px;
    text-align:center;
    background-color: #ffffc7;
    border:1px solid #ffe075;
    vertical-align:middle;
    max-width:696px !important;
}
.div2{
    display:inline-block;
    margin-top:5px;
    width:100%;
    text-align:center;
}
.divinside {
display: table-cell;
vertical-align: middle;
max-width: 694px;
line-height:inherit !important;
/*text-align:center;*/
}
.divcol>.divinside{display:block;margin:10px 0 0 0;width:100% !important;height:auto !important;}
.divcol>.div2>.divinside{display:block;margin:10px 0 0 0;width:100% !important;height:auto !important;}

span.right{float:right;}

.violet {
    color:#e02b90;
}

.violet h3{
    color:#e02b90;
    font-size: 18px;
    font-family: "Times New Roman", Times, serif !important;
}
.explicacion table tr td {
    min-height: 32px;
    vertical-align: middle;
    padding-left: 10px;
    height:44px;
    border:1px solid #ffe075;
}
table tr td:nth-child(2n+1){
    background-color: #fefea0;
}
table tr td:nth-child(2n){
    /*border-left:1px solid #ffe075 !important;*/
    background-color: #ffffc7;
}

table.nav_lesson {
    border:0 !important;
}
.nav_lesson {
    margin-top:20px;
    border:0 !important;
}

table.nav_lesson, table.nav_lesson tr, table.nav_lesson tr th, table.nav_lesson tr td {
    border-collapse: collapse ;
    border:0 !important;
    background-color: transparent !important;
}
table.nav_lesson a{
    color:#e02b90;
    font-size: 14px;
    text-decoration: none;
}


table.navig_lesson {
    border:0 !important;
}
.navig_lesson {
    margin-top:5px;
    border:0 !important;
}

table.navig_lesson, table.navig_lesson tr, table.navig_lesson tr th, table.navig_lesson tr td {
    border-collapse: collapse ;
    border:0 !important;
    background-color: transparent !important;
	text-align:center;
}
table.navig_lesson a{
    font-size: 14px;
    text-decoration: none;
}
.color_rosa {
    color:#000000;
}
.color_negro {
    color:#000000;
}

.color_rosa a{
    color:#e02b90;
}
.color_negro a{
    color:#000000;
}




.pre_lesson{
    display:inline-block;
    line-height: 34px;
    height: 34px;
    min-width:40px;
    width:40px;
    /*margin-top: 10px;
    padding-left: 38px;*/
    background-color: transparent!important;
    background-image: url("Images/in-left.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.next_lesson{
    display:inline-block;
    line-height: 34px;
    height: 34px;
    min-width:40px; 
    width:40px;
    /*margin-top: 10px;
    padding-right: 38px;*/
    background-color: transparent!important;
    background-image: url("Images/in-right.png");
    background-repeat: no-repeat;
    background-position: right center;
}
.contents_lesson{
    display:inline-block;
    line-height: 34px;
    height: 34px;
    width: 600px;
    text-align: center;

   /* margin-top: 10px;*/
    background-color: transparent!important;
}


.ex_result{
    padding:20px;
    border:1px solid #e02b90;
    background-color:#ffffc7;
}

.explicacion {
    background-color:#ffffc7;
}
.explicacion p {
    padding: 5px 20px;
    background-color:#ffffc7;
}
.explicacion table p {
    background:none;
}
.lessons {
    list-style-image: url("Images/perro2.png");
	margin-left:25px;


}
.lessons input[type=text] {
    color:#202020;
    font-size: 18px;
    font-weight: bold;
    border:none;
    /*width: 4em!important;*/
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #DDD;
    cursor: text;
}
.head_ejer {
    color:#e02b90;
    font-style: italic;
}

table td audio {
    width:100%;
}

.theme_name a {
    font-size: 14px;
}
#errorLogTable, #errorLogTable tr, #errorLogTable td  {
    border:none !important;
    background-color: transparent !important;
}

.verbos, .verbos li{
    list-style: none;
    margin-left:0;
    padding-left:0;
    -webkit-padding-start: 0px;

}
.text_spain 
 {
	 text-align:justify;
	 text-indent:20px;
	 }
.folded>.spoiler{
    width:120px;
    background-image: url("Images/plus_button.png");
    background-repeat: no-repeat;
    background-position: right top;
    cursor: pointer;
}
.folded>ul{display:none;}

.unfolded>.spoiler{
    width:120px;
    background-image: url("Images/minus.png");
    background-repeat: no-repeat;
    background-position: right top;
    cursor: pointer;

}
.unfolded>ul{display:block;}
.folded>p, .unfolded>p{line-height: 23px;}

.red_rectangle {
	border: 1px solid red;
    padding: 10px; text-align: center;}
/***************************************************************************************************************/

.VertMenu ul li a{
    font-size: 14px;
    font-weight: normal;
    
    color:#202020;

    text-decoration: none;

}


.VertMenu ul li a:hover
{
   color: #E02B90;
}

.menu-el-sel{
   font-weight: bold !important;
   color: #E02B90 !important;
}

.menu-2level
{
   font-size: 12px !important;
   line-height: 16px !important;
   margin-left: 10px;
   display: block;
}
/**************************************************************************************************************Ejercicios 2 y 4*/
#moving {
	cursor:move;
}
.Mytable{
   display:table;   
   width:100%;
}
 
.Myrow{
   display:table-row;   
      	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
 
.MycolLeft{
    display:table-cell; 
    border:1px solid black;
    width:50%;  
    background-color:#fefea0;  
    margin: 5px;
    padding: 5px;
}
.MycolRight{
    display:table-cell; 
    margin: 5px;
    padding: 5px;
    border:1px solid;
    width:50%;   
   	cursor:move;
  	background-color:#ffffc7;
  	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.notselectable {
width:auto;
  	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
}

.MycolRight:hover{
    display:table-cell; 
    margin: 5px;
    padding: 5px;
    border:1px solid;
    width:50%;   
   	cursor:move;
  	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
background-color: orange;

}
.Mycol
{
	display:table-cell;
    /*float: top;*/
    /*margin:5px;*/
    top:0;
    text-align:center;
    
    border:1px solid;
	padding:25px 5px 5px 25px;

}
.colinside {
	border:1px solid;
	border-color:fuchsia;

}

div.Mycol:nth-child(2n+1) {
    background-color: #fefea0;
}
div.Mycol:nth-child(2n) {
   background-color: #ffffc7;
}
/**************************************************************************************************************Cronómetro*/
.crono_wrapper {text-align:center;width:200px;}
.img_test {
	 border: 3px solid #FF3399;
	 width: 255px;
	 padding: 3px;
	 margin: 10px;
	 border-radius: 10%;
}
.margenes
 {
	 border: 3px solid #FF3399;
	 padding: 3px;
	 margin: 10px;
	float:left;
	 border-radius: 10%;
}

.red{color:red;border:1px solid red;}
.yellow{color:orange;border:1px solid orange;}
.green{color:blue;border:1px solid blue;}
.obmenslov{float:left;padding:10px;border:1px solid #eee; cursor:pointer;}
.string.obmenslov{float:none;padding:0 10px ! important;border:1px solid #eee; cursor:pointer;}
p.obmenslov{float:none;padding:10px;border:1px solid #eee;cursor:pointer;}
.sinborde{
	border:0px;
}
.active{border:1px solid #000;padding:10px; background-color:#0D1DE8; color:white}
td.active {
	background-color:#0D1DE8;
}
.mensaje{
	
}
.priem{height:100px;text-align: center;cursor:pointer;
    border:1px solid;
	padding:5px 5px 5px 5px;
}
.result {
	display:none;
}
.ramka{padding:20px 0;border:1px solid #eee;min-height:50px;min-width:90%;cursor:pointer;overflow: hidden;}
.priem>.obmenslov{float:none;}
.string{float:none !important; cursor:pointer;border:1px solid black !important;padding: 0 10px;}
.inp{outline:none !important ;padding: 0 5px;}
button[name=mybutton] {
	    height:40px !important;
    width:120px !important;
    text-align: center !important;
    color:white !important;
    border:none !important;
    background-image: url("../Images/button_form-2.png") !important;
    background-repeat: no-repeat !important;
    background-color:transparent !important;
    font-family: "Arial Regular",arial, helvetica, verdana, sans-serif !important;
    font-size:12px;
    font-weight: bold;
    -webkit-box-shadow:none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;

}
.magenta_button {
	border-color: black; font-size:24px;
	background-color:white !important;
margin: 10px; padding:10px;
}
.centrado {
	
}
table.mtable {
	background-color:white !important; border: none;
}
.expl_button
{
    background-image: url("http://portal-español.es/Images/iconos/fondo_t.svg");
    padding: 15px 40px 35px 40px;
    background-size:100% 60px;
    text-decoration:none;
    color:white;

background-repeat:no-repeat;
}

.exer_button
{
    padding: 20px 40px 40px 40px;
    background-size:100% 60px;
    text-decoration:none;
color:black;
	border: 0px;
background-repeat:no-repeat;
}

.exer_button.red {
    background-image: url("http://portal-español.es/Images/iconos/red.svg");
}

.exer_button.orange {
    background-image: url("http://portal-español.es/Images/iconos/orange.svg");
}

.exer_button.green {
    background-image: url("http://portal-español.es/Images/iconos/fondo_t.svg");
}

.exer_button.black {
    background-image: url("http://portal-español.es/Images/iconos/grey.svg");
}
.but{
padding:15px;
margin-bottom:10px;

}
.but a {
font-family:"Myriad Pro", "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
color:white;
}

