html,body{
    font-family: Tahoma;
	font-size:13px;
	margin:0 auto;
	background: url(../../imagenes/preguntas/pruebafondo2.png) no-repeat center top #E9DDDD;
}
h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
}
img{
	border:0;
}
#admin_login_container{
	border:10px solid #787878;
	border-radius:5px;
	padding:5px;
	width:330px;
	height: 130px;
	margin:100px auto;
	-moz-box-shadow: 0 0 32px #888;
	-webkit-box-shadow: 0 0 32px #888;
	box-shadow: 0 0 32px #888;
}
#admin_login_container h2{
	margin-bottom:10px;
}
#admin_login_container label{
	float:left;
	width:80px;
	margin-top:3px;
}
#admin_login_container input[type=text],
#admin_login_container input[type=password]{
	border:1px solid #CCC;
	width:230px;
	margin-bottom:5px;
	padding:3px;
	float:left;
}
#admin_login_container input[type=text]:hover,
#admin_login_container input[type=password]:hover{
	border:1px solid #A1A1A1;
}
#admin_login_container input[type=submit]{
	float:right;
	border:1px solid #333333;
	background-color:#545454;
	color:#FFFFFF;
	border-radius:5px;
	margin-top:5px;
	margin-right:12px;
	cursor:pointer;
	padding:3px;
}
#admin_login_container input[type=submit]:hover{
	background-color:#5E5E5E;
}
.red{
	color:#FF0000;
	display: inline-block;
}
.admin_menu_navig{
	color: white;
	float:left;
	margin-top:10px;
	border:1px solid #a1a1a1;
	border-radius:5px;
	width:150px;
}
.admin_menu_navig ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.admin_menu_navig ul li a{
	display:block;
	padding:5px;
	text-decoration:none;
	color:#3D3D3D;
}
.admin_menu_navig ul li a:hover{
	background-color:#D2D7D9;
	color:#00a6d5;
}
.admin_main_page_content{
	margin-top:10px;
	float:left;
	border:1px solid #a1a1a1;
	border-radius:5px;
	margin-left:5px;
	padding:5px;
	width:82%;
	min-height:400px;
	word-wrap: break-word;
}
.admin_menu_navig ul li a.active_navig{
	background-color:#D2D7D9;
	color:#007799;
}
.navig_title{
	display:block;
	border-bottom:1px solid #a1a1a1;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	padding:3px;
	color:#333333;
	background-color:#f0f0f0;
	border-radius:5px 5px 0 0;
}
.message_error{
	display:block;
	border:1px solid #CCC;
	background-color:#FFD40B;
	color:#FF6500;
	padding:5px;
}
.qa_header_top{
	background: #242424;
	background: -moz-linear-gradient(top, #242424 0%, #060606 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#242424), color-stop(100%,#060606));
	background: -webkit-linear-gradient(top, #242424 0%,#060606 100%);
	background: -o-linear-gradient(top, #242424 0%,#060606 100%);
	background: -ms-linear-gradient(top, #242424 0%,#060606 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#060606',GradientType=0 );
	background: linear-gradient(top, #242424 0%,#060606 100%);
	padding:5px;
	padding-top:0;
	height:40px;
	-moz-box-shadow: 0 0 5px #999999;
	-webkit-box-shadow: 0 0 5px #999999;
	box-shadow: 0 0 5px #999999;
}
.qa_header_bottom{
	background-color:#f1f1f1;
	height:30px;
	padding:5px;
	border-bottom:1px solid #d2d2d2;
}
.site_info_i{
	display:inline-block;
}
.site_info_i a{
	float:left;
	margin-left:5px;
	margin-top:5px;
	color:#ffffff;
	text-decoration:none;
}
.site_info_i a:hover{
	border-bottom:1px dashed #000000;
}
.no_border{
	border:0;
}
.logo_header{
	background:url(../images/sprite.png);
	background-position: 0 -687px;
	display:inline-block;
	width:269px;
	height:35px;
	float:left;
	margin-top: 6px;
}
.modal_window_container{
	display:none;
	position:fixed;
	min-width:100px;
	border:8px solid black;
	background-color:#f0f0f0;
	border-radius:8px;
	left:50%;
	margin-left:-200px;
	padding:5px;
	top:24%;
}
.modal_window_header{
	padding:5px;
	margin:-5px;
	margin-bottom:0;
	background-color:#DEDEDE;
}
.modal_window_body{
	padding:5px;
	margin:-5px;
	margin-top:0;
	margin-bottom:0;
	min-height:50px;
	width:400px;
}
.modal_window_footer{
	padding:5px;
	margin:-5px;
	margin-top:0;
	background-color:#DEDEDE;
	height:24px;
}
.modal_window_close{
	float:right;
	border:1px solid #212121;
	background-color:#424242;
	border-radius:5px;
	color:#FFFFFF;
	padding:3px;
	cursor:pointer;
}
.modal_window_close:hover{
	background-color:#5C5C5C;
}
.body_wrapper{
	display:block;
	border-bottom:1px solid #d2d2d2;

	margin-bottom:25px;
}
.questions_list_content{
    border-bottom: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    float: left;
    margin-bottom: 10px;
    margin-left: -5px;
    margin-top: -5px;
    padding-right: 15px;
    padding-bottom:8px;
    width: 712px;
	min-height: 800px;
}
.questions_list_content_search{
    border-bottom: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    float: left;
    margin-bottom: 10px;
    margin-left: -5px;
    min-height: 800px;
    padding-bottom: 8px;
    padding-right: 15px;
    width: 712px;
}
.page_content_container{
    border-left: 5px dotted #864B45;
    border-right: 5px dotted #864B45;
	border-top: 5px dotted #864B45;
    border-bottom: 5px dotted #864B45;
    display: inline-block;
    left: 50%;
    margin-left: -488px;
	margin-bottom: -4px;
    min-height: 400px;
    padding: 0 5px 5px;
    position: relative;
    width: 962px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding: 5px;
	background:#FFF;
}
.page_navigation_list{
	background-color:#333333;
	padding:5px;
	margin:-5px;
	border-radius:5px 5px 0 0;
	margin-bottom:5px;
	color:#E3E3E3;
	height:27px;
}
.page_navigation_list ul{
	list-style-type:none;
	padding:0;
	width:260px;
	margin:0 auto;
}
.page_navigation_list li{
	float:left;
}
.page_navigation_list ul li a{
	color:#99995A;
	margin-top:-5px;
	padding:10px;
	display: block;
	text-decoration:none;
}
.page_navigation_list ul li a:hover{
	background-color:#2E2510;
	color:#ADC151;
	border-bottom:4px solid #99995A;
}
.link{
	cursor:pointer;
	color:#0c82b3;
	text-decoration:none;
}
.link:hover{
	text-decoration:underline;
}
#footer {
height:41px;
background: url(../../imagenes/diseno/barranavegacin.png) center no-repeat;
margin-left:120px;

	text-align:left;

	width:1040px;
}
.answer_form_inner{
	display:block;
	float:left;
}
.footer_top a,.footer_bottom a{
    color: #8F887C;
	text-decoration:none;
}
.footer_top a:hover,.footer_bottom a:hover{
	text-decoration:underline;
}
.register_form_container,.login_form_container,.resentact_form_container{
	min-height:300px;
	width:400px;
	padding:5px;
	margin:11px auto;
}
.register_form,.login_form,.pwd_resentactivate_form{
	width:400px;
	border-top:1px solid #a1a1a1;
	padding:5px;
}
.register_form label,.login_form label,.pwd_resentactivate_form label{
	float:left;
	width:135px;
	margin-top:5px;
}
.register_form input[type=text],
.register_form input[type=password],
.login_form input[type=text],
.login_form input[type=password],
.pwd_resentactivate_form input[type=text],
.pwd_resentactivate_form input[type=password]{
	width:250px;
	border:1px solid #CCC;
	margin-bottom:5px;
	padding:5px;
}
.register_form input[type=text]:focus,
.register_form input[type=password]:focus,
.login_form input[type=text]:focus,
.login_form input[type=password]:focus,
.pwd_resentactivate_form input[type=text]:focus,
.pwd_resentactivate_form input[type=password]:focus{
	border:1px solid #a1a1a1;
}
.register_form input[type=button],
.login_form input[type=submit],
.pwd_resentactivate_form input[type=submit],
.new_question_form input[type=submit]{
	border:1px solid #97C141;
	background-color:#D8DF5E;
	padding:5px;
	border-radius:5px;
	cursor:pointer;
	float:right;
	margin-right:4px;
}
.register_bottom{
	width:90px;
	float:right;
}
.loader{
	margin-top:7px;
	display:none;
}
.register_form input[type=button]:hover,
.login_form input[type=submit]:hover,
.pwd_resentactivate_form input[type=submit]:hover,
.new_question_form input[type=submit]:hover{
	background-color:#D3DE00;
}
.register_form input[type=button]:active,
.login_form input[type=submit]:active,
.pwd_resentactivate_form input[type=submit]:active,
.new_question_form input[type=submit]:active{
	background-color:#BBD600;
}
.reg_error,.error_form{
	border:1px solid #a1a1a1;
	background-color:#FFF4AD;
	color:#755200;
	padding:5px;
	display:none;
}
.user_profile_left_content{
    border-bottom: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    float: left;
    margin: -5px 10px 5px -5px;
    min-height: 353px;
    padding: 5px;
    width: 672px;
}
.user_profile_right_content{
	float:left;
	padding:5px;
	width:250px;
	margin-left:5px;
}
.stat_number{
	color:#6B6B6B;
	font-size:250%;
	width:153px;
	float:left;
}
.snumber_wcolor{
	color:#6B6B6B;
	font-size:250%;
	padding-bottom:5px;
	margin-bottom:5px;
}
.stat_name{
	float:left;
	font-size:170%;
	margin-top:5px;
}
.profile_actions_header{
	float:right;
	font-size:13px;
	font-weight:normal;
	margin-top:5px;
}
.new_question_form{
	width: 720px;
	margin:10px auto;
	overflow:hidden;
	float:left;
	position:relative;
	left:50%;
	margin-left:-365px;
}
.new_question_form label{
	float:left;
	width:65px;
	margin-top:5px;
}
.new_question_form input[type=text]{
	width:643px;
	border:1px solid #CCC;
	padding:5px;
	float:left;
	margin-bottom:5px;
}
.new_question_form input[type=text]:focus{
	border:1px solid #a1a1a1;
}
.new_question_form textarea{
	width: 705px;
	border:1px solid #CCC;
	padding:0;
}
.question_container{
    border-bottom: 1px solid #8F524C;
	border-top:1px solid #ffffff;
    float: left;
    padding: 10px 5px 10px 9px;
    width: 713px;
}
.question_container:hover{
	background:#f1f1f1;
}
.user_profile_header_screenname{
	border-bottom: 1px solid rgb(204, 204, 204);
	padding: 5px;
	margin: -5px -5px 10px;
}
.question_info_data_index_left{
	float:left;
	border-radius:3px 0 0 3px;
	border:1px solid #d2d2d2;
	background-color:#f2f2f2;
	padding:5px;
	display:inline-block;
	width: 125px;
	overflow:hidden;
}
.question_info_data_index_left img{
	display:inline-block;
}
.question_title_index_right{
	display:inline-block;
	float:left;
	margin-left:5px;
	width:570px;
}
.question_title_index_right span{
	font-size:20px;
}
.question_body_index_right,.question_body_index_right_s{
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#ededed 100%);
    border: 1px solid #D2D2D2;
    border-radius: 0 3px 3px 0;
    display: inline-block;
    float: left;
    margin-left: -12px;
    margin-top: 4px;
    min-height: 110px;
    padding: 5px;
    width: 572px;
    word-wrap: break-word;	
}
.question_body_index_right_s{
	width:817px;
}
.question_footer{
	color:#757575;
	border-bottom:1px solid #a1a1a1;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	border-radius:0 0 4px 4px;
	padding:3px;
	display:block;
	box-shadow:0 0 1px #cccccc;
}
.q_footer_hover{
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 5%, #e0e2de 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#ffffff), color-stop(100%,#e0e2de));
	background: -webkit-linear-gradient(top, #ffffff 5%,#e0e2de 100%);
	background: -o-linear-gradient(top, #ffffff 5%,#e0e2de 100%);
	background: -ms-linear-gradient(top, #ffffff 5%,#e0e2de 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e2de',GradientType=0 );
	background: linear-gradient(top, #ffffff 5%,#e0e2de 100%);
}
.question_view_container{
	display:block;
	padding-top:10px;
	float:left;
	width:100%;
}
.question_body{
	padding-left:3px;
	padding-right:3px;
	word-wrap: break-word;
}
.q_title{
	color:#000000;
	text-decoration:none;
}
.q_title:hover{
	text-decoration:underline;
}
.v_q_ucolor{
	color:#80802F;
	text-decoration:none;
}
.v_q_ucolor:hover{
	text-decoration:underline;
}
.user_picture_left{
    border: 2px solid #616124;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 10px #888888;
    display: inline-block;
    float: left;
    margin-bottom: 0;
    padding: 5px;
    text-align: center;
    width: 100px;
    word-wrap: break-word;
}
.question_view_content{
    border: 1px solid #d2d2d2;
    float: right;
    min-height: 140px;
    padding: 5px 5px 10px;
    position: relative;
    width: 560px;
    background-color: #ffffff;
    margin-left:15px;
    margin-top:-108px;
    word-wrap: break-word;
    margin-bottom:10px;
}
.body_footer_q{
	padding:5px;
	margin:-5px;
	margin-top:0;
	border-top:1px solid #d2d2d2;
	padding-top:10px;
}
.question_body_d{
    background: none repeat scroll 0 0 #EDEDED;
    border-bottom: 1px solid #D2D2D2;
    display: block;
    float: left;
    margin-left: -5px;
    padding: 5px;
    width: 100%;
}
.question_user_screen,.question_user_screen_i{
	float:left;
	display:inline-block;
}
.question_user_screen_i{
    margin-left: 8px;
    overflow: hidden;
    padding-left: 0;
    width: 110px; 
}
.question_user_screen img{
	float:left;
	margin-bottom:10px;
}
.date{
	color:#585858;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.v_question_num{
	color:#575757;
	font-weight:bold;
	font-size:150%;
}
.v_rating_num{
	padding:1px;
	padding-left:5px;
	padding-right:5px;
	color:#ADC151;
	background-color:#333333;
	border:1px dashed #82AD00;
	min-width:50px;
	font-weight:bold;
	font-size:130%;
	display:block;
}
.question_stats_v{
    float: right;
    margin-left: 7px;
	margin-top:10px;
    width: 200px;
	word-wrap: break-word;
}
.question_stats_v a,.question_related_qs a{
	display:inline-block;
	font-weight:bold;
	text-decoration:none;
	color:#009DE0;
	margin-bottom:6px;
}
.question_stats_v a:hover,.question_related_qs a:hover{
	color:#0077CC;
}
.question_stats_v h3,.question_related_qs h3{
    background: none repeat scroll 0 0 #DFDFDF;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 5px;
    padding: 4px;
}
.question_stat_title{
    background: none repeat scroll 0 0 #DFDFDF;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 5px;
    padding: 4px;
}
.t_color{
	color:#757575;
}
.question_v_body{
	min-height: 84px;
}
.not_found_image{
	width:423px;
	height:259px;
	float:left;
	background:url(../images/sprite.png);
	background-position: 0 0;
}
.up_votes{
	width:17px;
	height:27px;
	background:url(../images/sprite.png);
	background-position: 0 -912px;
	cursor:pointer;
}
.up_votes:hover{
	background:url(../images/sprite.png);
	background-position: 0 -949px;
}
.down_votes{
	width:17px;
	height:27px;
	background:url(../images/sprite.png);
	background-position: 0 -399px;
	cursor:pointer;
}
.down_votes:hover{
	background:url(../images/sprite.png);
	background-position: 0 -435px;
}
.voted_up{
	border:0;
	background:url(../images/sprite.png);
	background-position: 0 -949px;
}
.voted_down{
	border:0;
	background:url(../images/sprite.png);
	background-position: 0 -435px;
}
.show_hide_answer_form{
	float:right;
	font-weight:normal;
	font-size:12px;
	margin-top:5px;
}
.question_comments_container{
	display:inline-block;
	float:left;
	width:742px;
	margin-top:10px;
	margin-bottom:10px;
}
.top_stats_container{
    float: right;
    margin-right: 2px;
    margin-top: 2px;
    width: 233px;
}
.p_on{
	font-weight:bold;
}
.newest_users_st_r,.highest_viewed_questions_r,.highest_voted_questions_r{
	display:none;
}
.t_contrib_list{
	list-style-type:none;
	margin:0;
	padding:0;
}
.t_c_link,.t_c_b_link{
	color:#267300;
	cursor:pointer;
	text-decoration:none;
}
.t_c_b_link{
	color:#037CA3;
}
.t_c_link:hover,.t_c_b_link:hover{
	text-decoration:underline;
}
.n_link{
	color:#007DD6;
	cursor:pointer;
	text-decoration:none;
}
.n_link:hover{
	color:#006EBD;
	text-decoration:underline;
}
.new_answer_form_container{
    border: 1px solid #D2D2D2;
    margin-left: -6px;
    margin-top: 10px;
    overflow: hidden;
    padding: 5px 15px 5px 5px;
    width: 741px;
    float:left;
}
.new_answer_form_container textarea{
	float:left;
	width:749px;
	border:1px solid #d2d2d2;
	padding:0;
	margin:0;
	margin-top:5px;
}
.new_answer_form_container input[type=button]{
	float:right;
	margin-top:5px;
}
.toggle_comment_form{
	display:none;
	float:right;
	margin-top:15px;
	cursor:pointer;
	color:#A1A317;
}
.toggle_comment_form:hover{
	text-decoration:underline;
	font-weight:bold;
}
.answer_comment_form{
    border: 1px solid #D2D2D2;
    border-top:0;
    display: none;
    float: right;
    margin-bottom: 5px;
    margin-right: -10px;
    margin-top: -11px;
    overflow: hidden;
    padding: 5px;
    width: 560px;
}
.answer_comment_form input[type=button]{
	float:right;
	margin-top:5px;
}
.answer_comments_main_container{
    float: right;
    margin: 5px 0 5px 5px;
    width: 610px;
}
.answer_parent_container{
	width:100%;
	float:left;
	margin-bottom:10px;
}
#answer_comment_body{
	width:558px;
	border: 1px solid #D2D2D2;
}
.comment_o_container{
    background-color: #F2F2F2;
    border-left: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    border-bottom:1px solid #d2d2d2;
    float: left;
    margin-bottom: 6px;
    margin-left: 48px;
    margin-top: -5px;
    padding: 5px;
    width: 560px;
}
.comment_body{
	word-wrap:break-word;
	width: 550px;
	margin-bottom: 8px;
}
.comment_body_o{
	float:left;
	margin-left:5px;
}
.comment_m_un{
	background-color:#EFEFE1;
	padding:3px;
}
.black_link{
	cursor:pointer;
	color:#333333;
	text-decoration:none;
}
.black_link:hover{
	text-decoration:underline;
}
.m_a_s{
	font-weight:bold;
	text-decoration:none;
	background: -moz-linear-gradient(center top , #FFFFFF, #E3E3E3) repeat scroll 0 0 #F6F6F6;
    border: 1px solid #B5B5B5;
    border-radius: 3px 3px 3px 3px;
    color: #573D00;
    padding: 3px;
}
.m_a_s:hover{
    border: 1px solid #999999;
    box-shadow: 0 0 4px #999999;
}
.q_solved{
	color:#7C8500;
	padding:3px;
	background-color:#DEDD92;
	border:1px solid #CCC;
}
.solved_q_icon{
	background:url(../images/sprite.png);
	background-position: 0 -844px;
	width:16px;
	height:16px;
	display:inline-block;
}
.s_r_title_c{
    background: none repeat scroll 0 0 #DFDFDF;
    border-radius: 3px 3px 3px 3px;
    display: block;
    margin-bottom: 10px;
    padding: 4px;
	float:left;
	width:97%;
}
.pagination_container{
	display:inline-block;
	margin-left:0px;
	margin-bottom:5px;
	float:right;
	font-weight:normal;
}
.pagination_container a{
	font-size:13px;
	border:1px solid #d2d2d2;
	background-color:#f5f5f5;
	padding:5px;
	padding-top:1px;
	padding-bottom:1px;
	border-radius:4px;
	margin-right:3px;
}
.pagination_container a:hover{
	background-color:#E6E6E6;
	text-decoration:none;
}
.navig_right_rh{
	cursor:pointer;
	background:url(../images/sprite.png);
	background-position: 0 -758px;
	width:20px;
	height:20px;
	display:inline-block;
	margin-top:-3px;
}
.navig_right_rh:hover{
	background-position: 0 -788px;
}
.navig_left_rh{
	cursor:pointer;
	background:url(../images/sprite.png);
	background-position: 0 -627px;
	width:20px;
	height:20px;
	display:inline-block;
	margin-top:-3px;
}
.navig_left_rh:hover{
	background-position: 0 -657px;
}
.current_page_information{
	display:block;
	width:970px;
	margin:20px auto;
	padding:10px;
	border-radius:3px;
	word-wrap: break-word;
	height:106px;

	background:url(../../imagenes/preguntas/op1.png) no-repeat center;
}
.current_page_information h1{
	font-size:40px;
	color:#54302C;


}
.current_page_information span{
	margin-top:15px;
	display:inline-block;
}
.question_right_content{
    display: inline-block;
    float: right;
    margin-right: 6px;
    margin-top: -6px;
    min-height: 114px;
    overflow: hidden;
    width: 192px;
    word-wrap: break-word;
}
.question_left_content{
	float:left;
	display: inline-block;
	border-right:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	padding-right:5px;
	padding-left: 5px;
	margin-top:-15px;
	margin-left:-5px;
	min-height:500px;
	width:751px;
	margin-bottom:10px;
}
.code_bbtag{
    background-color: #50543F;
    border: 1px solid #000000;
    color: #F0F0F0;
    overflow: auto;
    padding: 5px;
    word-wrap: break-word;
}
.code_bbtag h3{
	border-bottom:1px dashed #a1a1a1;
	margin-bottom:5px;
	padding-bottom:4px;
}
.quote_bbtag{
	border:1px solid #998808;
	background-color:#BDC795;
	padding:5px;
	margin:0;
}
.quote_bbtag h3{
	border-bottom:1px dashed #a1a1a1;
	margin-bottom:5px;
	padding-bottom:4px;
}
.preview_question_body{
	display:none;
	overflow:auto;
	background-color:#FFFFFF;
	border:1px solid #3C769D;
	width: 708px;
	height:300px;
	float:left;
	padding:5px;
	margin:10px 0;
}
.edit_answer_body{
	width: 557px;
	height: 92px;
	border:1px solid #CCC;
}
.edit_answer_body:focus{
	border:1px solid #A1A1A1;
}
.answer_b_edit_submit{
	border:1px solid #333333;
	background-color:#545454;
	color:#FFFFFF;
	border-radius:5px;
	float:right;
	margin-top:5px;
	margin-right:7px;
	cursor:pointer;
	padding:3px;
}
.answer_b_edit_submit:hover{
	background-color:#5E5E5E;
}
.user_profile_questions_list{
	border-bottom:1px solid #a1a1a1;
	float:left;
	display:block;
	width:655px;
	padding:4px;
	margin-bottom:5px;
}
.question_l_info{
	float:left;
	padding:5px;
	border:1px dashed #5C5C0D;
	background-color:#f0f0f0;
	text-align:center;
	min-width:50px;
	max-width:60px;
}
.q_i_green{
	color:#60A828;
	font-weight:bold;
}
.q_i_red{
	color:#FF0000;
	font-weight:bold;
}
.q_i_outer{
	display:block;
	border-bottom:1px solid #CCC;
	padding-bottom:6px;
	padding-top:2px;
	word-wrap:break-word;
}
.question_i_body_main{
	float:left;
	width:580px;
	margin-left:5px;
	padding:3px;
	word-wrap:break-word;
}
.q_i_body{
	min-height:70px;
}
.q_i_footer{
	color:#6B6B6B;
}
.u_questions_outer_list{
	float:left;
}
.load_more_u_p_questions{
	width:200px;
	border:1px solid #CCC;
	padding:5px;
	background-color:#F0F0F0;
	float:left;
	width:97%;
	display:block;
	cursor:pointer;
	text-align:center;
}
.load_more_u_p_questions:hover{
	border:1px solid #a1a1a1;
	background-color:#D0D0D0;
}
.cancel_q_answer_edit{
	float:right;
	margin-top:10px;
	margin-right:7px;
}
.edit_profile_menu{
	margin-left:10px;
	margin-bottom:-1px;
}
.edit_profile_menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.edit_profile_menu ul li{
	display:inline;
}
.edit_profile_menu ul li a{
	padding:5px;
	display:inline-block;
	margin-right:5px;
	border:1px solid #a1a1a1;
	background-color:#BBBF8E;
	color:#f0f0f0;
	text-decoration:none;
}
.edit_profile_menu ul li a:hover{
	background-color:#F0F0F0;
	border:1px solid #CCC;
	color:#000000;
	border-bottom:1px solid #f0f0f0;
}
.edit_profile_m_container{
	width:500px;
	margin:10px auto;
	padding:5px;
}
.edit_profile_content{
	border:1px solid #CCC;
	padding:5px;
	background-color:#F0F0F0;
	height:300px;
}
.edit_profile_content label{
	float:left;
	width:160px;
}
.edit_profile_content input[type=text],
.edit_profile_content input[type=password]{
	width:320px;
	border:1px solid #CCC;
	padding:3px;
	margin-bottom:5px;
}
.edit_profile_content input[type=text]:focus,
.edit_profile_content input[type=password]:focus{
	border:1px solid #a1a1a1;
}
.edit_profile_content input[type=submit],
.adm_delete_item_container input[type=submit],
.adm_edit_answer_container input [type=submit],
.adm_edit_user_p_settings_container input[type=submit],
.picture_edit_right input[type=submit],
.adm_edit_answer_container input[type=submit]{
	float:right;
	border:1px solid #333333;
	background-color:#545454;
	color:#FFFFFF;
	border-radius:5px;
	margin-top:5px;
	cursor:pointer;
	padding:3px;
}
.edit_profile_content input[type=submit]:hover,
.adm_delete_item_container input[type=submit]:hover,
.adm_edit_answer_container input[type=submit]:hover,
.adm_edit_user_p_settings_container input[type=submit]:hover,
.picture_edit_right input[type=submit]:hover,
.adm_edit_answer_container input[type=submit]:hover{
	background-color:#5E5E5E;
}
.adm_edit_answer_container input[type=submit]{
	margin-right:3px;
}
.preview_current_picture{
	border:2px dotted #828562;
	display:inline-block;
}
.picture_edit_right{
	float:right;
	width:215px;
}
.picture_edit_right input[type=file]{
	float:right;
}
.qa_header_fixed{
	width:964px;
	margin:0 auto;
}
.search_input{
	margin-top:-30px;
	margin-left:15px;
	border:1px solid #000000;
	background: #DF989C;
	color: #fff;
    width: 240px;
    padding: 6px 6px 6px 6px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 3px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
	float:left;
}
.search_input:focus{
	border:1px solid #595959;
	background:#A0252C;
	color: #fff;
}
.search_input:hover{
	background:#A0252C;
	color:#ffffff;
}
.title_s_input{
	font-size:14px;
	font-weight:normal;
}
.adm_view_question{
	margin-bottom:5px;
	padding:5px;
	border-bottom:1px solid #CCC;
	border-radius:0 0 5px 5px;
	word-wrap:break-word;
}
.adm_q_footer{
	color:#6B6B6B;
}
.adm_delete_item_container{
	width:270px;
	margin-top:10px;
	float:left;
	position:relative;
	left:50%;
	margin-left:-135px;
	border:1px solid #a1a1a1;
	padding:5px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}
.adm_delete_item_container label{
	width:84%;
	float:left;
}
.adm_delete_item_container form{
	float:left;
	width:100%;
}
.adm_delete_item_container h3{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dashed #CCC;
	float:left;
	width:100%;
}
.adm_ans_edit_conatiner{
	border-bottom:1px solid #a1a1a1;
	padding:5px;
	margin-bottom:5px;
	border-radius:0 0 5px 5px;
	word-wrap: break-word;
}
.adm_edit_answer_container{
	width:500px;
	border:1px solid black;
	margin:10px auto;
	padding:5px;
	overflow:hidden;
}
.adm_edit_answer_container textarea{
	width:99%;
	border:1px solid #CCC;
}
.adm_edit_answer_container textarea:focus{
	border:1px solid #a1a1a1;
}
.adm_answ_top_title{
	background-color:#D5DBA7;
	display:inline-block;
	padding:5px;
	margin-bottom: 10px;
    width: 98%;
    word-wrap: break-word;
}
.adm_comments_conatiner{
	word-wrap:break-word;
	border-bottom:1px solid #a1a1a1;
	padding:5px;
	margin-bottom:5px;
	border-radius:0 0 5px 5px;
}
.adm_users_containers,.adm_users_f_outer{
	float:left;
	width:136px;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-right:1px solid #a1a1a1;
	border-bottom:1px solid #a1a1a1;
	border-radius:0 0 5px 0;
	box-shadow: 2px 2px 5px #888;
	padding:5px;
	margin-bottom:10px;
	margin-right:10px;
}
.adm_edit_user_profile_container{
	width:98%;
	min-height:350px;
	border:1px solid #CCC;
	padding: 5px 5px 30px;
	background-color:#F0F0F0;
}
.adm_edit_user_p_settings_container{
	width:430px;
	border:1px solid #CCC;
	padding:5px;
	margin:10px auto;
	height:250px;
}
.adm_edit_user_p_settings_container label{
	float:left;
	width:120px;
	margin-top:6px;
}
.adm_edit_user_p_settings_container input[type=text],
.adm_edit_user_p_settings_container input[type=password]{
	width:295px;
	padding:5px;
	border:1px solid #CCC;
	margin-bottom:5px;
}
.adm_flags_footer,.adm_votes_footer{
	border-radius:0 0 5px 5px;
	border-bottom:1px solid #CCC;
	color:#6B6B6B;
	background: #f0f0f0;
	background: -moz-linear-gradient(top, #f0f0f0 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #f0f0f0 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #f0f0f0 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #f0f0f0 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e5e5e5',GradientType=0 );
	background: linear-gradient(top, #f0f0f0 0%,#e5e5e5 100%);
	border-radius:0 0 10px 10px;
	padding:5px;
	margin-top:10px;
}
.adm_flags_container,.adm_votes_container{
	padding:5px;
	margin-bottom:5px;
	word-wrap: break-word;
}
.b_link{
	text-decoration:none;
	color:#0478D1;
	cursor:pointer;
}
.b_link:hover{
	text-decoration:underline;
}
.adm_users_flagged_item{
	display:block;
	padding:5px;
	border:1px solid #CCC;
	float:left;
	margin:5px;
	width:97%;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-right:1px solid #a1a1a1;
	border-bottom:1px solid #a1a1a1;
	border-radius:0 0 5px 0;
	box-shadow: 2px 2px 5px #888;
}
.adm_users_f_outer{
	float:left;
	padding:5px;
	margin:5px;
}
.left_name{
	width:350px;
	color:#575757;
	float:left;
}
.right_name{
	display:inline-block;
	width:440px;
	float:right;
	text-align:right;
	color:#575757;
}
.placeholder {color: #aaa;}
.header_right_content{
	float:right;
	margin-top:-48px;
}
.header_right_content ul{
	list-style-type:none;
	background:none;
}
.header_right_content ul li{
	float:left;
	width:90px;
	height:54px;
	background:url(../../imagenes/preguntas/estre.png) top no-repeat;
	margin-left:6px;
}
.header_right_content ul li a{
    color: #fff;
    display: block;
	font-family:"Arial Black", Gadget, sans-serif;
	padding-top:17px;
	padding-left:3px;
	text-align:center;
    text-decoration: none;
}
.header_right_content ul li:hover{
	background:url(../../imagenes/preguntas/estreh.png) top no-repeat;

}
.about_info_icon,.faq_info_icon,.help_info_icon,.contactus_info_icon{
	background: url("../images/sprite.png") repeat scroll 0 -269px transparent;
    height: 30px;
    width: 29px;
    display: inline-block;
    float:left;
}
.faq_info_icon{
	background: url("../images/sprite.png") repeat scroll 0 -549px transparent;
}
.help_info_icon{
	background: url("../images/sprite.png") repeat scroll 0 -588px transparent;
}
.contactus_info_icon{
	background: url("../images/sprite.png") repeat scroll 0 -360px transparent;
}
.twitter_mid_icon,.facebook_mid_icon{
	background: url("../images/sprite.png") repeat scroll 0 -870px transparent;
    height: 32px;
    width: 32px;
    display: inline-block;
	float:left;
	margin-top:12px;
}
.facebook_mid_icon{
	background: url("../images/sprite.png") repeat scroll 0 -507px transparent;
}
.login_header_drop_down{
    background: url("../images/sprite.png") repeat scroll 0 -471px transparent;
   
    margin-left: -2px;
    display: inline-block;
}
.drop_down_d_active{
	background: url("../images/sprite.png") repeat scroll 0 -471px transparent;
    height: 16px;
    width: 16px;
    display: inline-block;
}
.drop_down_u_active{
	background: url("../images/sprite.png") repeat scroll 0 -489px transparent;
    height: 16px;
    width: 16px;
    display: inline-block;
}
.user_header_actions{
	float:left;

	width:1000px;

}
.user_header_actions ul{
	list-style-type:none;
	margin-top:25px;
	margin-left:10px;

	padding:0;
	display:block;
}
.user_header_actions ul li span{
	margin:0;
	padding:0;
	float:left;
}
.user_header_actions ul li{
	float:left;
	width:129px;
	height:47px;
	background:#009;
	background:url(../../imagenes/preguntas/boton.png) center no-repeat;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	font-size:20px;
	margin-left:5px;
	padding-top:12px;
}
.user_header_actions ul li a{
	color:#fff;
	text-decoration:none;
	padding-top:9px;
	

}
.user_header_actions ul li:hover{
	background:url(../../imagenes/preguntas/botonh.png) no-repeat center; }
	
.user_header_actions ul li a:hover{
	border-bottom:2px dotted #fff;
	color:#9DFF9D;
}
.logged_in_modal_box_actions{
	padding:0;
	margin:0;
	list-style-type:none;
}
.logged_in_modal_box_actions li{
	display:block;
}
.logged_in_modal_box_actions li a{
	display:block;
	padding:5px;
	padding-left:15px;
	color:#B2B2B2;
	text-decoration:none;
}
.logged_in_modal_box_actions li a:hover{
	background-color:#545454;
}
.front_navig_active{
	color:#fff;

}
.user_action_modal_box{
    background-color:#333333;
    cursor: auto;
    padding: 10px;
	border-radius:0 0 5px 5px;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.6);
	position:absolute;
	z-index:0;
	top:0;
	right:0;
	display:none;
	width:226px;
	min-height:100px;
	color:#B2B2B2;
}
.user_action_modal_box label{
	margin-bottom:4px;
	display:inline-block;
}
.user_action_modal_box input[type=text],.user_action_modal_box input[type=password]{
	width:94%;
	border-radius:3px;
	border:1px solid #545454;
	background: none repeat scroll 0 0 #474747;
	padding:5px;
	color:#cccccc;
}
.user_action_modal_box input[type=text]:hover,.user_action_modal_box input[type=password]:hover,.user_action_modal_box input[type=text]:focus,.user_action_modal_box input[type=password]:focus{
	border:1px solid #363636;
	background: none repeat scroll 0 0 #5C5C5C;
	-moz-box-shadow: 0 0 7px #999999;
	-webkit-box-shadow: 0 0 7px #999999;
	box-shadow: 0 0 7px #999999;
}
.user_action_modal_box input[type=submit]{
	float:right;
	padding:5px;
	border-radius:3px;
	border:1px solid #a1a1a1;
	cursor:pointer;
	margin-top:8px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d3d3d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d3d3d3));
	background: -webkit-linear-gradient(top, #ffffff 0%,#d3d3d3 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#d3d3d3 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#d3d3d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#d3d3d3 100%);
}
.user_action_modal_box input[type=submit]:hover{
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #c1c1c1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c1c1c1));
	background: -webkit-linear-gradient(top, #ffffff 0%,#c1c1c1 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#c1c1c1 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#c1c1c1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1c1c1',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#c1c1c1 100%);
}
.user_action_modal_box input[type=submit]:active{
	background: #d3d3d3;
	background: -moz-linear-gradient(top, #d3d3d3 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #d3d3d3 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #d3d3d3 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #d3d3d3 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#ffffff',GradientType=0 );
	background: linear-gradient(top, #d3d3d3 0%,#ffffff 100%);
}
.active_login_modal_box{
	background-color:#333333;
}
.sort_questions_container{
	margin-left:10px;
	margin-bottom:10px;
	margin-top:-1px;
	padding:5px;
	font-weight:bold;
	border-radius:0 0 5px 5px;
	border:1px solid #d2d2d2;
	display:inline-block;
	background: #fdfdfd;
	background: -moz-linear-gradient(top, #fdfdfd 0%, #ebf0de 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#ebf0de));
	background: -webkit-linear-gradient(top, #fdfdfd 0%,#ebf0de 100%);
	background: -o-linear-gradient(top, #fdfdfd 0%,#ebf0de 100%);
	background: -ms-linear-gradient(top, #fdfdfd 0%,#ebf0de 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ebf0de',GradientType=0 );
	background: linear-gradient(top, #fdfdfd 0%,#ebf0de 100%);
	cursor:pointer;
}
.sort_questions_container:hover{
	background: #fdfdfd;
	background: -moz-linear-gradient(top, #fdfdfd 0%, #e4efc6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#e4efc6));
	background: -webkit-linear-gradient(top, #fdfdfd 0%,#e4efc6 100%);
	background: -o-linear-gradient(top, #fdfdfd 0%,#e4efc6 100%);
	background: -ms-linear-gradient(top, #fdfdfd 0%,#e4efc6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e4efc6',GradientType=0 );
	background: linear-gradient(top, #fdfdfd 0%,#e4efc6 100%);
}
.sort_questions_container:active{
	background: #e4efc6;
	background: -moz-linear-gradient(top, #e4efc6 0%, #fdfdfd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4efc6), color-stop(100%,#fdfdfd));
	background: -webkit-linear-gradient(top, #e4efc6 0%,#fdfdfd 100%);
	background: -o-linear-gradient(top, #e4efc6 0%,#fdfdfd 100%);
	background: -ms-linear-gradient(top, #e4efc6 0%,#fdfdfd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc6', endColorstr='#fdfdfd',GradientType=0 );
	background: linear-gradient(top, #e4efc6 0%,#fdfdfd 100%);
}
.sort_questions_selection{
	border:1px solid #d2d2d2;
	border-radius:0 0 3px 3px;
	display:none;
	position:absolute;
	-moz-box-shadow: 3px 3px 3px #999999;
	-webkit-box-shadow: 3px 3px 3px #999999;
	box-shadow: 3px 3px 3px #999999;
}
.sort_questions_selection ul{
	list-style-type:none;
	margin:0;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
	background: #ebf0de;
	background: -moz-linear-gradient(top, #ebf0de 0%, #fdfdfd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf0de), color-stop(100%,#fdfdfd));
	background: -webkit-linear-gradient(top, #ebf0de 0%,#fdfdfd 100%);
	background: -o-linear-gradient(top, #ebf0de 0%,#fdfdfd 100%);
	background: -ms-linear-gradient(top, #ebf0de 0%,#fdfdfd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf0de', endColorstr='#fdfdfd',GradientType=0 );
	background: linear-gradient(top, #ebf0de 0%,#fdfdfd 100%);
}
.sort_questions_selection ul li a{
	display:block;
	color:#6B7044;
	text-decoration:none;
	padding:5px;
	padding-left:12px;
}
.sort_questions_selection ul li a:hover{
	background-color:#D4DE87;
}
.sort_current_name{
	color:#4a850f;
}
.index_user_info_r{
    background-color: #F5F5F5;
    border-left: 1px solid #D2D2D2;
	border-radius: 3px 0 0 3px;
    float: left;
    margin-left: 16px;
    margin-top: 3px;
    min-width: 70px;
    padding: 5px;
}
.user_name_index_r{
	float:left;
	display:block;
	overflow: hidden;
	width:100%;
}
.user_rating_index_r{
	font-size:15px;
	font-weight:bold;
	display:block;
	color:#787878;
	float:left;
	width:100%;
}
.arrow_left_index_r{
	width: 0;
	height: 0;
	float:left;
	margin-left:-15px;
	margin-top:9px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right:10px solid #d2d2d2;
}
.index_pic_r{
	border:0;
	float:left;
	margin-bottom:5px;
}
.wh_button{
	padding:5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border:1px solid #cccccc;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	cursor:pointer;
	border-radius:3px;
	color:#545454;
	text-decoration:none;
}
.wh_button:hover{
	border: 1px solid #999999;
	box-shadow:0 0 3px #999999;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#d8d8d8));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#d8d8d8 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#d8d8d8 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#d8d8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#d8d8d8 100%);
}
.wh_button:active{
	background: #e5e5e5;
	background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
	background: linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
}
.ajax_loader_top_bar{
    background-color: #DCD667;
    border: 1px solid #aeaeae;
    border-top:0;
    border-radius: 0 0 5px 5px;
    color: #545454;
    display: inline-block;
    left: 0%;
    padding: 3px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100px;
    left:50%;
    margin-left:-50px;
    z-index:100;
    display:none;
}
.user_small_icon,.clock_small_icon,.comments_small_icon,.rating_small_icon{
	background:url(../images/sprite.png);
	background-position: 0 -986px;
	width: 16px;
	height: 16px;
	display:inline-block;
}
.clock_small_icon{
	background-position: 0 -308px;
}
.comments_small_icon{
	background-position: 0 -334px;
}
.rating_small_icon{
	background-position: 0 -818px;
}
.show_all_answer_comments{
	margin-top:0px;
	display:inline-block;
	margin-left:48px;
}
.leaderboard_container{
	float:left;
	width:100%;
	margin:-5px;
}
.leaderboard_container h1{
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	background: linear-gradient(top, #eeeeee 0%,#cccccc 100%);
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    float: left;
	margin:10px 0px;
	margin-bottom:0;
	color:#999999;
	text-shadow: 0px 2px 3px #ffffff;
    padding: 5px;
    text-align: center;
    width: 100%;
}
.leaderboard_container .item{
	float:left;
	width:100%;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
    border-bottom: 1px solid #D2D2D2;
    border-top: 1px solid #FFFFFF;
	background:#ebebeb;
}
.leaderboard_container .item .thumb{
	width:50px;
	height:50px;
	float:left;
	padding:5px;
	border:1px solid #a2a2a2;
	border-bottom:1px solid #d5d5d5;
	border-radius:5px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	box-shadow:0px 2px 5px #666666;
}
.leaderboard_container .item .thumb:hover{
	box-shadow:0px 2px 5px #222222;
	border:1px solid #777777;
	border-bottom:1px solid #999999;
}
.leaderboard_container .item:hover{
	background:#e8e8e8;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #c6c6c6;
}
.leaderboard_container .item .counter{
	float:left;
	padding:10px;
	margin-right:10px;
	font-size:45px;
	width:45px;
	font-family:Arial;
	text-align:center;
	font-weight:bold;
	color:#cecece;
	text-shadow: 0px 2px 3px #ffffff;
}
.leaderboard_container .item .user_card{
	float:left;
    margin-right: 25px;
    width: 250px;
	padding:5px;
	overflow:hidden;
}
.leaderboard_container .item .user_screenname{
	float:left;
	margin-left:15px;
	margin-top:10px;
	color:#388807;
	font-size:17px;
	overflow:hidden;
	width: 160px;
}
.leaderboard_container .item .user_screenname a{
	color:#388807;
	text-decoration:none;
}
.leaderboard_container .item .user_screenname a:hover{
	text-decoration:underline;
}
.leaderboard_container .item .user_rating{
	float:left;
	width:auto;
	overflow:hidden;
	margin-left:15px;
}
.leaderboard_container .item .user_questions_count{
	background:#e3efb2;
	padding:5px;
	border-radius:3px;
	float:left;
	border:1px solid #dedede;
	text-align:center;
	height:57px;
	padding-top:8px;
	text-shadow: 0px 2px 3px #bdc691;
	cursor:default;
	min-width:60px;
	color:#666666;
	margin-right:20px;
}
.leaderboard_container .item .user_questions_count:hover{
	color:#333333;
	background:#c5d28a;
	-moz-box-shadow: inset 0 0 5px 3px #888888;
	-webkit-box-shadow: inset 0 0 5px 3px #888888;
	box-shadow: inset 0 0 5px 3px #888888;
	border:1px solid #888888;
	text-shadow: 0px 2px 3px #ffffff;
}
.leaderboard_container .item .user_questions_count .num{
	font-size:25px;
	font-weight:bold;
	color:#888888;
}
.leaderboard_container .item .user_counts_list{
	float:left;
	margin-left:140px;
}
#admPanelWrapper{
	float:left;
	width:964px;
	position:relative;
	left:50%;
	margin-left:-482px;
}
.adm_settings_container{
	float:left;
	width:99%;
	margin-bottom:10px;
}
.setting_list_item{
	float:left;
	width:778px;
	background:#f1f1f1;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #dedede;
	border-top:1px solid #ffffff;
}
.setting_list_item:hover{
	background:#ebebeb;
}
.setting_list_item .top,.setting_list_item .bottom{
	border:1px solid #dedede;
	float:left;
	width:776px;
	background:#ffffff;
}
.setting_list_item .top{
	border-bottom:1px solid #efefef;
}
.setting_list_item .top .label,.setting_list_item .bottom .label{
	margin-left:20px;
	border:1px solid #dedede;
	border-top:1px solid #efefef;
	background:#efefef;
	padding:5px;
	border-radius:0 0 5px 5px;
	float:left;
	margin-top:-1px;
}
.setting_list_item .top .text,.setting_list_item .bottom .text{
	float:left;
	width:98%;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
}
.setting_list_item .footer{
	background:#e3e3e3;
	padding:5px;
	float:left;
	width:768px;
	border-top:none;
}
.setting_list_item .footer a{
	color:#777777;
	text-decoration:none;
}
.setting_list_item .footer a:hover{
	color:#444444;
}
.new_custom_variable_form{
	width:500px;
	margin:10px auto;
	padding:5px;
	float:left;
	position:relative;
	left:50%;
	margin-left:-250px;
	border:1px solid #bebebe;
	border-radius:5px;
}
.new_custom_variable_form label{
	float:left;
}
.new_custom_variable_form input[type="text"],.new_custom_variable_form textarea,.new_category_form input[type="text"]{
	float:left;
	width:487px;
	padding:5px;
	border-top:1px solid #b8b8b8;
	border-left:1px solid #b8b8b8;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
}
#answer_comment_body,.new_answer_form_container textarea,.new_question_form textarea{
	border-top:1px solid #b8b8b8;
	border-left:1px solid #b8b8b8;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
}
.new_custom_variable_form input[type="text"]:hover,
.new_custom_variable_form textarea:hover,
.new_answer_form_container textarea:hover,
#answer_comment_body:hover,
.new_question_form textarea:hover,
.new_category_form input[type="text"]:hover{
	border-left:1px solid #888888;
	border-top:1px solid #888888;
	border-right:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
}
.new_custom_variable_form input[type="text"]:focus,
.new_custom_variable_form textarea:focus,
.new_answer_form_container textarea:focus,
#answer_comment_body:focus,
.new_question_form textarea:focus,
.new_category_form input[type="text"]:focus{
	border-left:1px solid #0e48c9;
	border-top:1px solid #0e48c9;
	border-right:1px solid #9eb6ed;
	border-bottom:1px solid #9eb6ed;
}
.new_custom_variable_form input[type="submit"],
.new_category_form input[type="submit"]{
	float:right;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	padding:5px;
	border-radius:3px;
	border:1px solid #dedede;
	margin-top:5px;
	cursor:pointer;
	color:#888888;
}
.new_category_form input[type="submit"]{
	float:left;
	margin-top:0;
	margin-left:10px;
}
.new_custom_variable_form input[type="submit"]:hover,
.new_category_form input[type="submit"]:hover{
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#dddddd 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#dddddd 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#dddddd 100%);
	border:1px solid #bebebe;
	color:#333333;
}
.new_custom_variable_form input[type="submit"]:active,
.new_category_form input[type="submit"]:active{
	background: #ededed;
	background: -moz-linear-gradient(top, #ededed 0%, #f6f6f6 53%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(53%,#f6f6f6), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #ededed 0%,#f6f6f6 53%,#ffffff 100%);
	background: -o-linear-gradient(top, #ededed 0%,#f6f6f6 53%,#ffffff 100%);
	background: -ms-linear-gradient(top, #ededed 0%,#f6f6f6 53%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
	background: linear-gradient(top, #ededed 0%,#f6f6f6 53%,#ffffff 100%);
	border:1px solid #bebebe;
	color:#333333;
}
.new_custom_variable_form .showhide{
	float:left;
	width:100%;
	background: #f5f5f5;
	text-align:center;
	padding:5px;
	margin:-5px;
	border-radius:5px;
	cursor:pointer;
	color:#999999;
}
.new_custom_variable_form .showhide:hover{
	background:#f1f1f1;
	color:#444444;
}
.new_custom_variable_form .showhide:active{
	background:#e6e6e6;
}
.new_custom_variable_form .toggleForm{
	float:left;
	width:100%;
	display:none;
	margin-top:10px;
}
.parent_custom_variable_form{
	float:left;
	width:100%;
}
.categories_list_browse{
	width:224px;
	margin-bottom:15px;
	border-top:1px solid #dedede;
	background:#f1f1f1;
	border-bottom:1px solid #dedede;
	padding:5px;
}
.new_category_form{
	float:left;
	width:777px;
	padding:5px;
	border:1px solid #bebebe;
	margin-top:10px;
	margin-bottom:10px;
	border-radius:5px 5px 0 0;
}
.new_category_form h2{
	margin:-5px;
	margin-bottom:10px;
	background:#dedede;
	border-bottom:1px solid #bebebe;
	padding:5px;
}
.new_category_form label{
	float:left;
	width:120px;
}
.new_category_form input[type="text"]{
	height: 16px;
	width:525px;
}
.categories_table_overview{
	float:left;
	border:4px solid #B7B7B7;
	width:100%;
	border-radius:0 0 5px 5px;
}
.categories_table_overview tr.firstrow{
	background: #f85032;
	background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827));
	background: -webkit-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
	background: -o-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
	background: -ms-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 );
	background: linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
}
.categories_table_overview td{
	padding:8px;
}
table.categories_table_overview thead td{
	border-bottom: 1px solid #A42D19;
	color:#ffffff;
	text-align:center;
	overflow:hidden;
}
table.categories_table_overview td.category_id{
	width:100px;
}
table.categories_table_overview td.category_name{
	width:330px;
}
table.categories_table_overview td.date_added{
	width:140px;
}
table.categories_table_overview td.total_topics{
	width:78px;
}
table.categories_table_overview td.actions{
	width:54px;
}
table.categories_table_overview tbody td.actions{
	text-align:center;
}
table.categories_table_overview tbody td{
	border-top: 1px solid #FFFFFF;
}
table.categories_table_overview tbody tr{
	border-bottom:1px solid #bebebe;
	background:#f4f4f4;
}
table.categories_table_overview tbody tr:hover{
	background:#e6e6e6;
}
.categories_list_browse .row{
	float:left;
	width:100%;
	margin-bottom:5px;
}
.categories_list_browse .row .category_name{
	float:left;
	width:82%;
	padding:5px;
	padding-left:0;
	overflow:hidden;
	color:#555555;
}
.categories_list_browse .row .category_name:hover{
	color:#9b4e00;
}
.categories_list_browse .row a{
	text-decoration:none;
}
.categories_list_browse .row .category_topics{
	float:right;
	min-width:7%;
	max-width:10%;
	text-align:center;
	border:1px solid #bebebe;
	background:#f5f5f5;
	padding:5px;
	border-radius:3px;
	overflow:hidden;
	color:#c2410a;
	cursor:pointer;
}
.categories_list_browse .row .category_topics:hover{
	color:#9b4e00;
	background:#f0f0f0;
}
.select_category_question_form{
	float:left;
	width:100%;
}
.select_category_question_form label{
	float:left;
	width:100%;
}
.select_category_question_form select{
	margin-top:15px;
	max-width:200px;
}
.question_container .question_info_data_index_left a.category_label,
.question_view_container .question_right_content a.category_label{
	color:#777777;
	text-decoration:none;
}
.question_container .question_info_data_index_left a.category_label:hover,
.question_view_container .question_right_content a.category_label:hover{
	color:#111111;
}

#header1 {
	height:41px;
	background:url(../../imagenes/diseno/barranavegacin.png) center no-repeat;
	margin-top:-5px;

	
}

#contenedor {
	width:1040px;
	margin: 0 auto;

	
}
	
#titupreguntas {
	width:1040px;
	height:150px;

	margin: 0 auto;

	
}

#logoyork {
	float:left;
	width:300px;}
#centroyork {
	float:left;
	width:550px;
}

#busquedaytal {
	width:650px;
	margin-left:310px;

	}
	#busquedacaja {
		margin-top:-30px;
	}
.footerlista { font-size:14px;   float:left; margin-top:-20px; margin-right:10px; float:right}
.footerlista li {display:inline;border-right: #fff solid; margin-right:5px;padding-right:4px }
.footerlista li a { color:#FFF }
.footerlista li a:hover { color: #F9C; }

.footerparrafo { font-size:19px; color:#FFF; padding-left:15px; padding-top:5px; text-align:center; }
<style type="text/css" media="screen and (max-device-width: 949px)">
#anuncio { display:none; }
</style>
<style type="text/css" media="screen and (min-device-width: 950px)">
#anuncio { display:block; }
</style>